From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40606) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eHPe0-0005Rx-P2 for qemu-devel@nongnu.org; Wed, 22 Nov 2017 02:40:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eHPdw-0006zV-SY for qemu-devel@nongnu.org; Wed, 22 Nov 2017 02:40:28 -0500 Received: from ozlabs.ru ([107.173.13.209]:33586) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eHPdw-0006z1-Lv for qemu-devel@nongnu.org; Wed, 22 Nov 2017 02:40:24 -0500 From: Alexey Kardashevskiy Date: Wed, 22 Nov 2017 18:39:47 +1100 Message-Id: <20171122073947.19325-1-aik@ozlabs.ru> Subject: [Qemu-devel] [PATCH qemu] vfio-pci: Remove unused fields from VFIOMSIXInfo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Alexey Kardashevskiy , Alex Williamson Signed-off-by: Alexey Kardashevskiy --- 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