diff mbox series

[PULL,4/4] vfio-pci: Remove unused fields from VFIOMSIXInfo

Message ID 20171213181326.10919.86475.stgit@gimli.home
State New
Headers show
Series [PULL,1/4] vfio: Fix vfio-kvm group registration | expand

Commit Message

Alex Williamson Dec. 13, 2017, 6:13 p.m. UTC
From: Alexey Kardashevskiy <aik@ozlabs.ru>

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>
---
 hw/vfio/pci.h |    2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/hw/vfio/pci.h b/hw/vfio/pci.h
index 502a5755b944..a8fb3b34222c 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;