mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
msix: add api to access msix message
Will be used by virtio pci. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
2d620f593d
commit
4c93bfa9c9
2 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
#include "hw/pci/pci.h"
|
||||
|
||||
void msix_set_message(PCIDevice *dev, int vector, MSIMessage msg);
|
||||
MSIMessage msix_get_message(PCIDevice *dev, unsigned int vector);
|
||||
int msix_init(PCIDevice *dev, unsigned short nentries,
|
||||
MemoryRegion *table_bar, uint8_t table_bar_nr,
|
||||
unsigned table_offset, MemoryRegion *pba_bar,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue