aboutsummaryrefslogtreecommitdiff
path: root/hw/pci/msix.c
AgeCommit message (Expand)Author
2015-10-24msix: implement pba write (but read-only)Marc-André Lureau
2015-09-07hw/pci: Use pow2ceil() rather than hand-calculationPeter Maydell
2015-05-31Add stream ID to MSI writePavel Fedin
2015-05-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-04-27pci: remove hard-coded bar size in msix_init_exclusive_bar()Jason Wang
2015-04-26Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-08-18memory: remove memory_region_destroyPaolo Bonzini
2014-08-14pci: Use bus master address space for delivering MSI/MSI-X messagesJan Kiszka
2014-02-11exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias
2013-07-04hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-06-03pci: add VMSTATE_MSIXGerd Hoffmann
2013-01-07msix: add api to access msix messageMichael S. Tsirkin
2012-12-26msix: expose access to masked/pending stateMichael S. Tsirkin
2012-12-26msi: add API to get notified about pending bit pollMichael S. Tsirkin
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-17Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEADPaolo Bonzini
2012-12-17pci: fix path for local includesMichael S. Tsirkin
2012-12-17pci: move pci core code to hw/pciMichael S. Tsirkin