diff options
author | Alex Williamson <alex.williamson@redhat.com> | 2018-02-06 11:08:25 -0700 |
---|---|---|
committer | Alex Williamson <alex.williamson@redhat.com> | 2018-02-06 11:08:25 -0700 |
commit | edd09278932ac24adbf23ca7f7329bebaa7d9741 (patch) | |
tree | 5e1d2498cf0df302b053a1d2b1871876d186599f | |
parent | 9ded780c4cc92d15a977dba589d64862e25a340e (diff) |
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>
-rw-r--r-- | hw/vfio/pci.h | 2 |
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; |