diff options
author | Eric Auger <eric.auger@linaro.org> | 2015-06-08 09:25:25 -0600 |
---|---|---|
committer | Alex Williamson <alex.williamson@redhat.com> | 2015-06-08 09:25:25 -0600 |
commit | 0ea2730bef0b764ce87f5d6859f9b1eac6069250 (patch) | |
tree | 56c3e63023f9f0b3c59d32bceed223ea99f99a20 /include/hw/vfio/vfio-common.h | |
parent | 2e29dd7c44db30e3d3c108ab2a622cbdac6d16f0 (diff) | |
download | qemu-0ea2730bef0b764ce87f5d6859f9b1eac6069250.zip qemu-0ea2730bef0b764ce87f5d6859f9b1eac6069250.tar.gz qemu-0ea2730bef0b764ce87f5d6859f9b1eac6069250.tar.bz2 |
hw/vfio/platform: vfio-platform skeleton
Minimal VFIO platform implementation supporting register space
user mapping but not IRQ assignment.
Signed-off-by: Kim Phillips <kim.phillips@linaro.org>
Signed-off-by: Eric Auger <eric.auger@linaro.org>
Tested-by: Vikram Sethi <vikrams@codeaurora.org>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'include/hw/vfio/vfio-common.h')
-rw-r--r-- | include/hw/vfio/vfio-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/vfio/vfio-common.h b/include/hw/vfio/vfio-common.h index 0d1fb80..59a321d 100644 --- a/include/hw/vfio/vfio-common.h +++ b/include/hw/vfio/vfio-common.h @@ -42,6 +42,7 @@ enum { VFIO_DEVICE_TYPE_PCI = 0, + VFIO_DEVICE_TYPE_PLATFORM = 1, }; typedef struct VFIORegion { |