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>
This commit is contained in:
parent
9ded780c4c
commit
edd0927893
@ -86,7 +86,7 @@ enum {
|
|||||||
VFIO_INT_MSIX = 3,
|
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 {
|
typedef struct VFIOMSIXInfo {
|
||||||
uint8_t table_bar;
|
uint8_t table_bar;
|
||||||
uint8_t pba_bar;
|
uint8_t pba_bar;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user