summaryrefslogtreecommitdiffstats
path: root/hw/pci/msix.c
Commit message (Expand)AuthorAgeFilesLines
* hw/pci: Use pow2ceil() rather than hand-calculationPeter Maydell2015-09-071-3/+1
* Add stream ID to MSI writePavel Fedin2015-05-311-2/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-05-111-11/+19
|\
| * pci: remove hard-coded bar size in msix_init_exclusive_bar()Jason Wang2015-04-271-11/+19
* | Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell2015-04-261-1/+2
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-08-191-4/+0
|\
| * memory: remove memory_region_destroyPaolo Bonzini2014-08-181-4/+0
* | pci: Use bus master address space for delivering MSI/MSI-X messagesJan Kiszka2014-08-141-1/+1
|/
* exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-1/+1
* hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-3/+3
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-3/+3
* pci: add VMSTATE_MSIXGerd Hoffmann2013-06-031-0/+33
* msix: add api to access msix messageMichael S. Tsirkin2013-01-071-1/+1
* msix: expose access to masked/pending stateMichael S. Tsirkin2012-12-261-3/+3
* msi: add API to get notified about pending bit pollMichael S. Tsirkin2012-12-261-1/+12
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEADPaolo Bonzini2012-12-171-4/+2
* pci: fix path for local includesMichael S. Tsirkin2012-12-171-4/+4
* pci: move pci core code to hw/pciMichael S. Tsirkin2012-12-171-0/+562
OpenPOWER on IntegriCloud