summaryrefslogtreecommitdiff
path: root/hw/pci/msi.c
AgeCommit message (Expand)Author
2022-06-27msi: fix MSI vector limit check in msi_set_mask()Jagannathan Raman
2022-06-15vfio-user: handle device interruptsJagannathan Raman
2019-02-05pci/msi: export msi_is_masked()Peter Xu
2017-07-03pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi
2016-07-05pci: Convert msi_init() to Error and fix callers to check itCao jin
2016-06-17msi_init: change return value to 0 on successCao jin
2016-06-17fix some coding style problemsCao jin
2016-05-18Fix some typos found by codespellStefan Weil
2016-03-11msi_supported -> msi_nonbrokenMichael S. Tsirkin
2016-02-06fix MSI injection on XenStefano Stabellini
2016-01-29pci: Clean up includesPeter Maydell
2015-10-19hw/pci: Introduce pci_requester_id()Pavel Fedin
2015-06-02xen: don't allow guest to control MSI mask registerJan Beulich
2015-05-31Add stream ID to MSI writePavel Fedin
2015-04-28Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi
2015-04-26Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell
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
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-17pci: fix path for local includesMichael S. Tsirkin
2012-12-17pci: move pci core code to hw/pciMichael S. Tsirkin