| Commit message (Expand) | Author | Age | Files | Lines |
* | vfio-user: handle device interrupts | Jagannathan Raman | 2022-06-15 | 1 | -1/+34 |
* | migration: Replace migration's JSON writer by the general one | Markus Armbruster | 2020-12-19 | 1 | -1/+1 |
* | msix: assert that accesses are within bounds | Paolo Bonzini | 2020-12-15 | 1 | -0/+3 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2020-06-13 | 1 | -0/+1 |
|\ |
|
| * | accel: Move Xen accelerator code under accel/xen/ | Philippe Mathieu-Daudé | 2020-06-10 | 1 | -0/+1 |
* | | msix: allow qword MSI-X table accesses | Michael S. Tsirkin | 2020-06-09 | 1 | -0/+6 |
|/ |
|
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include migration/vmstate.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include migration/qemu-file-types.h a lot less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | pci: msix: move 'MSIX_CAP_LENGTH' to header file | Li Qiang | 2019-05-22 | 1 | -2/+0 |
* | msix: make pba size math more uniform | Dongli Zhang | 2019-01-15 | 1 | -1/+1 |
* | avoid TABs in files that only contain a few | Paolo Bonzini | 2019-01-11 | 1 | -1/+1 |
* | vmstate: constify VMStateField | Marc-André Lureau | 2018-11-27 | 1 | -2/+2 |
* | msix: use DIV_ROUND_UP | Marc-André Lureau | 2017-08-31 | 1 | -2/+2 |
* | pci: Replace pci_add_capability2() with pci_add_capability() | Mao Zhongyi | 2017-07-03 | 1 | -1/+1 |
* | msix: trace control bit write op | Peter Xu | 2017-06-06 | 1 | -2/+9 |
* | pci: Convert msix_init() to Error and fix callers | Cao jin | 2017-02-01 | 1 | -5/+31 |
* | msix: Follow CODING_STYLE | Cao jin | 2017-02-01 | 1 | -2/+6 |
* | migration: extend VMStateInfo | Jianjun Duan | 2017-01-24 | 1 | -2/+6 |
* | msix: make msix_clr_pending() visible for clients | Dmitry Fleytman | 2016-06-02 | 1 | -1/+1 |
* | msi_supported -> msi_nonbroken | Michael S. Tsirkin | 2016-03-11 | 1 | -1/+1 |
* | msix: fix msix_vector_masked | Michael S. Tsirkin | 2016-02-16 | 1 | -2/+2 |
* | fix MSI injection on Xen | Stefano Stabellini | 2016-02-06 | 1 | -2/+10 |
* | pci: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -0/+1 |
* | msix: implement pba write (but read-only) | Marc-André Lureau | 2015-10-24 | 1 | -0/+6 |
* | hw/pci: Use pow2ceil() rather than hand-calculation | Peter Maydell | 2015-09-07 | 1 | -3/+1 |
* | Add stream ID to MSI write | Pavel Fedin | 2015-05-31 | 1 | -2/+1 |
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 2015-05-11 | 1 | -11/+19 |
|\ |
|
| * | pci: remove hard-coded bar size in msix_init_exclusive_bar() | Jason Wang | 2015-04-27 | 1 | -11/+19 |
* | | Switch non-CPU callers from ld/st*_phys to address_space_ld/st* | Peter Maydell | 2015-04-26 | 1 | -1/+2 |
|/ |
|
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2014-08-19 | 1 | -4/+0 |
|\ |
|
| * | memory: remove memory_region_destroy | Paolo Bonzini | 2014-08-18 | 1 | -4/+0 |
* | | pci: Use bus master address space for delivering MSI/MSI-X messages | Jan Kiszka | 2014-08-14 | 1 | -1/+1 |
|/ |
|
* | exec: Make stl_*_phys input an AddressSpace | Edgar E. Iglesias | 2014-02-11 | 1 | -1/+1 |
* | hw/p*: pass owner to memory_region_init* functions | Paolo Bonzini | 2013-07-04 | 1 | -3/+3 |
* | memory: add owner argument to initialization functions | Paolo Bonzini | 2013-07-04 | 1 | -3/+3 |
* | pci: add VMSTATE_MSIX | Gerd Hoffmann | 2013-06-03 | 1 | -0/+33 |
* | msix: add api to access msix message | Michael S. Tsirkin | 2013-01-07 | 1 | -1/+1 |
* | msix: expose access to masked/pending state | Michael S. Tsirkin | 2012-12-26 | 1 | -3/+3 |
* | msi: add API to get notified about pending bit poll | Michael S. Tsirkin | 2012-12-26 | 1 | -1/+12 |
* | misc: move include files to include/qemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEAD | Paolo Bonzini | 2012-12-17 | 1 | -4/+2 |
* | pci: fix path for local includes | Michael S. Tsirkin | 2012-12-17 | 1 | -4/+4 |
* | pci: move pci core code to hw/pci | Michael S. Tsirkin | 2012-12-17 | 1 | -0/+562 |