PCI MSIX index tables
#include <qvm/hw_pci.h>
struct _pci_msix_table {
uint32_t Message_Address;
uint32_t Message_Address_Upper;
uint32_t Message_Data;
uint32_t Vector_Control;
} ;
See PCI specification.
See PCI specification.
See PCI specification.
See PCI specification.
See the PCI specification.