projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6e7958
)
vfio-pci: Remove unused fields from VFIOMSIXInfo
author
Alexey Kardashevskiy
<aik@ozlabs.ru>
Wed, 13 Dec 2017 17:19:34 +0000
(10:19 -0700)
committer
Alex Williamson
<alex.williamson@redhat.com>
Wed, 13 Dec 2017 17:19:34 +0000
(10:19 -0700)
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
patch
|
blob
|
history
diff --git
a/hw/vfio/pci.h
b/hw/vfio/pci.h
index 502a5755b9444e273ccaa4dd14092ee4bfe8c94a..a8fb3b34222c23e5848205a1a32ed2e63405b603 100644
(file)
--- 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;