From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eK4PV-00031P-CF for qemu-devel@nongnu.org; Wed, 29 Nov 2017 10:36:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eK4PS-0003hl-7i for qemu-devel@nongnu.org; Wed, 29 Nov 2017 10:36:29 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59600) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eK4PS-0003hX-0g for qemu-devel@nongnu.org; Wed, 29 Nov 2017 10:36:26 -0500 Date: Wed, 29 Nov 2017 08:36:24 -0700 From: Alex Williamson Message-ID: <20171129083624.134d46ce@t450s.home> In-Reply-To: <20171122073947.19325-1-aik@ozlabs.ru> References: <20171122073947.19325-1-aik@ozlabs.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH qemu] vfio-pci: Remove unused fields from VFIOMSIXInfo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy Cc: qemu-devel@nongnu.org On Wed, 22 Nov 2017 18:39:47 +1100 Alexey Kardashevskiy wrote: Missing reference to commit that made these fields unused. A Fixes tag to that commit also seems appropriate. An empty commit log is pretty much never justified. This also looks like 2.12 material. Thanks, Alex > 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; >