From: Alex Williamson Date: Tue, 6 Feb 2018 18:08:25 +0000 (-0700) Subject: vfio/pci: Fixup VFIOMSIXInfo comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=edd09278932ac24adbf23ca7f7329bebaa7d9741;p=qemu.git vfio/pci: Fixup VFIOMSIXInfo comment The fields were removed in the referenced commit, but the comment still mentions them. Fixes: 2fb9636ebf24 ("vfio-pci: Remove unused fields from VFIOMSIXInfo") Tested-by: Alexey Kardashevskiy Reviewed-by: Eric Auger Tested-by: Eric Auger Signed-off-by: Alex Williamson --- diff --git a/hw/vfio/pci.h b/hw/vfio/pci.h index a8fb3b3422..3d753222ca 100644 --- a/hw/vfio/pci.h +++ b/hw/vfio/pci.h @@ -86,7 +86,7 @@ enum { VFIO_INT_MSIX = 3, }; -/* Cache of MSI-X setup plus extra mmap and memory region for split BAR map */ +/* Cache of MSI-X setup */ typedef struct VFIOMSIXInfo { uint8_t table_bar; uint8_t pba_bar;