aboutsummaryrefslogtreecommitdiff
path: root/hw/pci/msix.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-30hw/pci: Constify VMStateRichard Henderson1-2/+2
2023-12-02msix: unset PCIDevice::msix_vector_poll_notifier in rollbackRobert Hoo1-0/+1
2023-03-01hw/xen: Support MSI mapping to PIRQDavid Woodhouse1-0/+9
2022-11-07msix: Assert that specified vector is in rangeAkihiko Odaki1-15/+9
2022-06-15vfio-user: handle device interruptsJagannathan Raman1-1/+34
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster1-1/+1
2020-12-15msix: assert that accesses are within boundsPaolo Bonzini1-0/+3
2020-06-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+1
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé1-0/+1
2020-06-09msix: allow qword MSI-X table accessesMichael S. Tsirkin1-0/+6
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster1-0/+1
2019-05-22pci: msix: move 'MSIX_CAP_LENGTH' to header fileLi Qiang1-2/+0
2019-01-14msix: make pba size math more uniformDongli Zhang1-1/+1
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-1/+1
2018-11-27vmstate: constify VMStateFieldMarc-André Lureau1-2/+2
2017-08-31msix: use DIV_ROUND_UPMarc-André Lureau1-2/+2
2017-07-03pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi1-1/+1
2017-06-06msix: trace control bit write opPeter Xu1-2/+9
2017-02-01pci: Convert msix_init() to Error and fix callersCao jin1-5/+31
2017-02-01msix: Follow CODING_STYLECao jin1-2/+6
2017-01-24migration: extend VMStateInfoJianjun Duan1-2/+6
2016-06-02msix: make msix_clr_pending() visible for clientsDmitry Fleytman1-1/+1
2016-03-11msi_supported -> msi_nonbrokenMichael S. Tsirkin1-1/+1
2016-02-16msix: fix msix_vector_maskedMichael S. Tsirkin1-2/+2
2016-02-06fix MSI injection on XenStefano Stabellini1-2/+10
2016-01-29pci: Clean up includesPeter Maydell1-0/+1
2015-10-24msix: implement pba write (but read-only)Marc-André Lureau1-0/+6
2015-09-07hw/pci: Use pow2ceil() rather than hand-calculationPeter Maydell1-3/+1
2015-05-31Add stream ID to MSI writePavel Fedin1-2/+1
2015-05-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-11/+19
2015-04-27pci: remove hard-coded bar size in msix_init_exclusive_bar()Jason Wang1-11/+19
2015-04-26Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell1-1/+2
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-4/+0
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-4/+0
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
2013-07-04hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini1-3/+3
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-3/+3
2013-06-03pci: add VMSTATE_MSIXGerd Hoffmann1-0/+33
2013-01-07msix: add api to access msix messageMichael S. Tsirkin1-1/+1
2012-12-26msix: expose access to masked/pending stateMichael S. Tsirkin1-3/+3
2012-12-26msi: add API to get notified about pending bit pollMichael S. Tsirkin1-1/+12
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-17Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEADPaolo Bonzini1-0/+560
2012-12-17pci: fix path for local includesMichael S. Tsirkin1-4/+4
2012-12-17pci: move pci core code to hw/pciMichael S. Tsirkin1-0/+562