summaryrefslogtreecommitdiff
path: root/hw/pci/msi.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-03pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi1-1/+1
2016-07-05pci: Convert msi_init() to Error and fix callers to check itCao jin1-3/+8
2016-06-17msi_init: change return value to 0 on successCao jin1-3/+3
2016-06-17fix some coding style problemsCao jin1-0/+16
2016-05-18Fix some typos found by codespellStefan Weil1-1/+1
2016-03-11msi_supported -> msi_nonbrokenMichael S. Tsirkin1-3/+16
2016-02-06fix MSI injection on XenStefano Stabellini1-1/+8
2016-01-29pci: Clean up includesPeter Maydell1-0/+1
2015-10-19hw/pci: Introduce pci_requester_id()Pavel Fedin1-1/+1
2015-06-02xen: don't allow guest to control MSI mask registerJan Beulich1-4/+0
2015-05-31Add stream ID to MSI writePavel Fedin1-1/+9
2015-04-28Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi1-6/+6
2015-04-26Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell1-1/+2
2014-08-14pci: Use bus master address space for delivering MSI/MSI-X messagesJan Kiszka1-1/+1
2014-02-11exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-17pci: fix path for local includesMichael S. Tsirkin1-1/+1
2012-12-17pci: move pci core code to hw/pciMichael S. Tsirkin1-0/+395