index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
pci
/
msi.c
Age
Commit message (
Expand
)
Author
2024-03-09
hw/pci/msi: Restrict xen_is_pirq_msi() call to Xen
Philippe Mathieu-Daudé
2023-03-01
hw/xen: Support MSI mapping to PIRQ
David Woodhouse
2022-12-14
error: Drop a few superfluous ERRP_GUARD()
Markus Armbruster
2022-06-27
msi: fix MSI vector limit check in msi_set_mask()
Jagannathan Raman
2022-06-15
vfio-user: handle device interrupts
Jagannathan Raman
2019-02-05
pci/msi: export msi_is_masked()
Peter Xu
2017-07-03
pci: Replace pci_add_capability2() with pci_add_capability()
Mao Zhongyi
2016-07-05
pci: Convert msi_init() to Error and fix callers to check it
Cao jin
2016-06-17
msi_init: change return value to 0 on success
Cao jin
2016-06-17
fix some coding style problems
Cao jin
2016-05-18
Fix some typos found by codespell
Stefan Weil
2016-03-11
msi_supported -> msi_nonbroken
Michael S. Tsirkin
2016-02-06
fix MSI injection on Xen
Stefano Stabellini
2016-01-29
pci: Clean up includes
Peter Maydell
2015-10-19
hw/pci: Introduce pci_requester_id()
Pavel Fedin
2015-06-02
xen: don't allow guest to control MSI mask register
Jan Beulich
2015-05-31
Add stream ID to MSI write
Pavel Fedin
2015-04-28
Convert (ffs(val) - 1) to ctz32(val)
Stefan Hajnoczi
2015-04-26
Switch non-CPU callers from ld/st*_phys to address_space_ld/st*
Peter Maydell
2014-08-14
pci: Use bus master address space for delivering MSI/MSI-X messages
Jan Kiszka
2014-02-11
exec: Make stl_*_phys input an AddressSpace
Edgar E. Iglesias
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-17
pci: fix path for local includes
Michael S. Tsirkin
2012-12-17
pci: move pci core code to hw/pci
Michael S. Tsirkin