summaryrefslogtreecommitdiffstats
path: root/hw/virtio/virtio-pci.c
Commit message (Expand)AuthorAgeFilesLines
* msix: Assert that specified vector is in rangeAkihiko Odaki2022-11-071-18/+49
* virtio-pci: support queue enableKangjie Xu2022-11-071-0/+1
* virtio-pci: support queue resetXuan Zhuo2022-11-071-0/+15
* treewide: Remove the unnecessary space before semicolonBin Meng2022-10-241-1/+1
* pci-ids: document modern virtio-pci ids in pci.h tooGerd Hoffmann2022-10-121-1/+1
* virtio-pci: don't touch pci on virtio resetMichael S. Tsirkin2022-08-171-2/+8
* hw/virtio: handle un-configured shutdown in virtio-pciAlex Bennée2022-08-171-2/+7
* virtio: stop ioeventfd on resetPaolo Bonzini2022-06-141-1/+0Star
* virtio-pci: add notification trace pointsAlex Bennée2022-05-161-0/+3
* hw/virtio: move virtio-pci.h into shared include spaceAlex Bennée2022-05-161-1/+1
* kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)2022-03-151-1/+3
* Remove unnecessary minimum_version_id_old fieldsPeter Maydell2022-01-281-1/+0Star
* Revert "virtio-pci: decouple notifier from interrupt process"Michael S. Tsirkin2022-01-101-57/+31Star
* Revert "virtio-pci: decouple the single vector from the interrupt process"Michael S. Tsirkin2022-01-101-73/+58Star
* Revert "virtio-pci: add support for configure interrupt"Michael S. Tsirkin2022-01-101-80/+12Star
* virtio-pci: add support for configure interruptCindy Lu2022-01-071-12/+80
* virtio-pci: decouple the single vector from the interrupt processCindy Lu2022-01-061-58/+73
* virtio-pci: decouple notifier from interrupt processCindy Lu2022-01-061-31/+57
* qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell2021-09-301-2/+1Star
* virtio-pci: implement iommu_enabled()Jason Wang2021-09-041-0/+14
* virtio-pci: Changed return values for "notify", "device" and "isr" read.Andrew Melnychenko2021-07-031-2/+7
* virtio-pci: Added check for virtio device in PCI config cbs.Andrew Melnychenko2021-07-031-0/+10
* virtio-pci: Added check for virtio device presence in mm callbacks.Andrew Melnychenko2021-07-031-0/+8
* virtio: disable ioeventfd for record/replayPavel Dovgalyuk2021-07-021-0/+6
* virtio-pci: compat page aligned ATSJason Wang2021-04-061-1/+4
* virtio-pci: remove explicit initialization of valYuri Benditovich2021-04-011-2/+5
* virtio-pci: add check for vdev in virtio_pci_isr_readYuri Benditovich2021-04-011-2/+7
* hw/virtio/pci: include vdev name in registered PCI sectionsAlex Bennée2021-02-181-8/+14
* hw/virtio-pci: Replace error_report() by qemu_log_mask(GUEST_ERROR)Philippe Mathieu-Daudé2021-01-181-2/+4
* hw/virtio-pci Added AER capability.Andrew Melnychenko2020-12-091-0/+16
* hw/virtio-pci Added counter for pcie capabilities offsets.Andrew Melnychenko2020-12-091-1/+3
* virtio: skip legacy support check on machine types less than 5.1Stefano Garzarella2020-09-291-2/+12
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-3/+3
* virtio: add Virtio*BusClass sizesCornelia Huck2020-09-021-0/+1
* virtio-pci: add virtio_pci_optimal_num_queues() helperStefan Hajnoczi2020-08-271-0/+32
* virtio-pci: fix wrong index in virtio_pci_queue_enabledYuri Benditovich2020-07-281-1/+1
* virtio-pci: fix virtio_pci_queue_enabled()Laurent Vivier2020-07-271-1/+1
* virtio-pci: Changed vdev to proxy for VirtIO PCI BAR callbacks.Andrew Melnychenko2020-07-221-10/+24
* virtio: verify that legacy support is not accidentally onCornelia Huck2020-07-221-0/+4
* virtio-pci: implement queue_enabled methodJason Wang2020-07-031-0/+13
* virtio-pci: fix queue_enable writeJason Wang2020-06-121-4/+8
* virtio-pci: update virtio pci bar layout documentationAnthoine Bourgeois2020-05-041-0/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-2/+2
* virtio-pci: disable vring processing when bus-mastering is disabledMichael Roth2020-01-051-4/+8
* virtio: update queue size on guest writeMichael S. Tsirkin2020-01-051-0/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-09-041-0/+10
|\
| * virtio-pci: Add Function Level Reset supportJulia Suvorova2019-09-041-0/+10
* | memory: Single byte swap along the I/O pathTony Nguyen2019-09-031-6/+4Star
* | memory: Access MemoryRegion with endiannessTony Nguyen2019-09-031-2/+4
* | hw/virtio: Access MemoryRegion with MemOpTony Nguyen2019-09-031-2/+5
|/