diff options
author | Alexey Kardashevskiy | 2017-12-13 18:19:34 +0100 |
---|---|---|
committer | Alex Williamson | 2017-12-13 18:19:34 +0100 |
commit | 2fb9636ebf24e695617bf407bf0a345aa223d1ac (patch) | |
tree | 62001a1a46a686ba2aa55237009abf7fac04b513 | |
parent | vfio/spapr: Allow fallback to SPAPR TCE IOMMU v1 (diff) | |
download | qemu-2fb9636ebf24e695617bf407bf0a345aa223d1ac.tar.gz qemu-2fb9636ebf24e695617bf407bf0a345aa223d1ac.tar.xz qemu-2fb9636ebf24e695617bf407bf0a345aa223d1ac.zip |
vfio-pci: Remove unused fields from VFIOMSIXInfo
When support for multiple mappings per a region were added, this was
left behind, let's finish and remove unused bits.
Fixes: db0da029a185 ("vfio: Generalize region support")
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
-rw-r--r-- | hw/vfio/pci.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/vfio/pci.h b/hw/vfio/pci.h index 502a5755b9..a8fb3b3422 100644 --- a/hw/vfio/pci.h +++ b/hw/vfio/pci.h @@ -93,8 +93,6 @@ typedef struct VFIOMSIXInfo { uint16_t entries; uint32_t table_offset; uint32_t pba_offset; - MemoryRegion mmap_mem; - void *mmap; unsigned long *pending; } VFIOMSIXInfo; |