summaryrefslogtreecommitdiffstats
path: root/hw/pci/msi.c
Commit message (Expand)AuthorAgeFilesLines
* pci/msi: export msi_is_masked()Peter Xu2019-02-051-1/+1
* pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi2017-07-031-1/+1
* pci: Convert msi_init() to Error and fix callers to check itCao jin2016-07-051-3/+8
* msi_init: change return value to 0 on successCao jin2016-06-171-3/+3
* fix some coding style problemsCao jin2016-06-171-0/+16
* Fix some typos found by codespellStefan Weil2016-05-181-1/+1
* msi_supported -> msi_nonbrokenMichael S. Tsirkin2016-03-111-3/+16
* fix MSI injection on XenStefano Stabellini2016-02-061-1/+8
* pci: Clean up includesPeter Maydell2016-01-291-0/+1
* hw/pci: Introduce pci_requester_id()Pavel Fedin2015-10-191-1/+1
* xen: don't allow guest to control MSI mask registerJan Beulich2015-06-021-4/+0Star
* Add stream ID to MSI writePavel Fedin2015-05-311-1/+9
* Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi2015-04-281-6/+6
* Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell2015-04-261-1/+2
* 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
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* pci: fix path for local includesMichael S. Tsirkin2012-12-171-1/+1
* pci: move pci core code to hw/pciMichael S. Tsirkin2012-12-171-0/+395