Revision 5a1fc5e8 hw/msix.h

b/hw/msix.h
3 3

  
4 4
#include "qemu-common.h"
5 5

  
6
int msix_init(struct PCIDevice *dev, unsigned short nentries,
7
              unsigned bar_nr, unsigned bar_size,
8
              target_phys_addr_t page_size);
6
int msix_init(PCIDevice *pdev, unsigned short nentries,
7
              unsigned bar_nr, unsigned bar_size);
9 8

  
10 9
void msix_write_config(PCIDevice *pci_dev, uint32_t address,
11 10
                       uint32_t val, int len);

Also available in: Unified diff