qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH qemu] vfio-pci: Remove unused fields from VFIOMSIXInfo
@ 2017-11-22  7:39 Alexey Kardashevskiy
  2017-11-22  8:21 ` no-reply
  2017-11-29 15:36 ` Alex Williamson
  0 siblings, 2 replies; 6+ messages in thread
From: Alexey Kardashevskiy @ 2017-11-22  7:39 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alexey Kardashevskiy, Alex Williamson

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
---
 hw/vfio/pci.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/hw/vfio/pci.h b/hw/vfio/pci.h
index c5e168e..06dcf99 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;
 
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-11-30  6:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-22  7:39 [Qemu-devel] [PATCH qemu] vfio-pci: Remove unused fields from VFIOMSIXInfo Alexey Kardashevskiy
2017-11-22  8:21 ` no-reply
2017-11-29 15:36 ` Alex Williamson
2017-11-30  1:56   ` Alexey Kardashevskiy
2017-11-30  2:05     ` Alex Williamson
2017-11-30  6:27       ` Alexey Kardashevskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).