|
|
1.1 root 1: #ifndef QEMU_MSIX_H
2: #define QEMU_MSIX_H
3:
4: #include "qemu-common.h"
1.1.1.2 ! root 5: #include "pci.h"
1.1 root 6:
7: int msix_init(PCIDevice *pdev, unsigned short nentries,
8: unsigned bar_nr, unsigned bar_size);
9:
10: void msix_write_config(PCIDevice *pci_dev, uint32_t address,
11: uint32_t val, int len);
12:
13: void msix_mmio_map(PCIDevice *pci_dev, int region_num,
1.1.1.2 ! root 14: pcibus_t addr, pcibus_t size, int type);
1.1 root 15:
16: int msix_uninit(PCIDevice *d);
17:
18: void msix_save(PCIDevice *dev, QEMUFile *f);
19: void msix_load(PCIDevice *dev, QEMUFile *f);
20:
21: int msix_enabled(PCIDevice *dev);
22: int msix_present(PCIDevice *dev);
23:
24: uint32_t msix_bar_size(PCIDevice *dev);
25:
26: int msix_vector_use(PCIDevice *dev, unsigned vector);
27: void msix_vector_unuse(PCIDevice *dev, unsigned vector);
1.1.1.2 ! root 28: void msix_unuse_all_vectors(PCIDevice *dev);
1.1 root 29:
30: void msix_notify(PCIDevice *dev, unsigned vector);
31:
32: void msix_reset(PCIDevice *dev);
33:
34: extern int msix_supported;
35:
36: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.