summary refs log tree commit diff stats
path: root/hw/virtio/virtio-pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* virtio-pci: add handling of PCI ATS and Device-TLB enable/disableViktor Prutyanov2023-05-191-0/+36
* virtio: refresh vring region cache after updating a virtqueue sizeCarlos López2023-04-211-0/+1
* virtio-pci: fix proxy->vector_irqfd leak in virtio_pci_set_guest_notifiersleixiang2023-01-081-0/+2
* virtio-pci: add support for configure interruptCindy Lu2023-01-081-19/+99
* virtio-pci: decouple the single vector from the interrupt processCindy Lu2023-01-081-58/+73
* virtio-pci: decouple notifier from interrupt processCindy Lu2023-01-081-31/+57
* virtio: get class_id and pci device id by the virtio idLongpeng2022-12-211-0/+88
* hw/virtio: Convert TYPE_VIRTIO_PCI to 3-phase resetPeter Maydell2022-12-161-3/+5
* 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/+0
* 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/+0
* Revert "virtio-pci: decouple notifier from interrupt process"Michael S. Tsirkin2022-01-101-57/+31
* Revert "virtio-pci: decouple the single vector from the interrupt process"Michael S. Tsirkin2022-01-101-73/+58
* Revert "virtio-pci: add support for configure interrupt"Michael S. Tsirkin2022-01-101-80/+12
* 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/+1
* 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