summaryrefslogtreecommitdiff
path: root/hw/vfio
diff options
context:
space:
mode:
authorAlex Williamson <alex.williamson@redhat.com>2018-02-06 11:08:25 -0700
committerAlex Williamson <alex.williamson@redhat.com>2018-02-06 11:08:25 -0700
commitedd09278932ac24adbf23ca7f7329bebaa7d9741 (patch)
tree5e1d2498cf0df302b053a1d2b1871876d186599f /hw/vfio
parent9ded780c4cc92d15a977dba589d64862e25a340e (diff)
downloadqemu-edd09278932ac24adbf23ca7f7329bebaa7d9741.tar.gz
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 <aik@ozlabs.ru> Reviewed-by: Eric Auger <eric.auger@redhat.com> Tested-by: Eric Auger <eric.auger@redhat.com> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'hw/vfio')
-rw-r--r--hw/vfio/pci.h2
1 files changed, 1 insertions, 1 deletions
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;