aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-pci.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-21virtio: refresh vring region cache after updating a virtqueue sizeCarlos López1-0/+1
2023-01-08virtio-pci: fix proxy->vector_irqfd leak in virtio_pci_set_guest_notifiersleixiang1-0/+2
2023-01-08virtio-pci: add support for configure interruptCindy Lu1-19/+99
2023-01-08virtio-pci: decouple the single vector from the interrupt processCindy Lu1-58/+73
2023-01-08virtio-pci: decouple notifier from interrupt processCindy Lu1-31/+57
2022-12-21virtio: get class_id and pci device id by the virtio idLongpeng1-0/+88
2022-12-16hw/virtio: Convert TYPE_VIRTIO_PCI to 3-phase resetPeter Maydell1-3/+5
2022-11-07msix: Assert that specified vector is in rangeAkihiko Odaki1-18/+49
2022-11-07virtio-pci: support queue enableKangjie Xu1-0/+1
2022-11-07virtio-pci: support queue resetXuan Zhuo1-0/+15
2022-10-24treewide: Remove the unnecessary space before semicolonBin Meng1-1/+1
2022-10-12pci-ids: document modern virtio-pci ids in pci.h tooGerd Hoffmann1-1/+1
2022-08-17virtio-pci: don't touch pci on virtio resetMichael S. Tsirkin1-2/+8
2022-08-17hw/virtio: handle un-configured shutdown in virtio-pciAlex Bennée1-2/+7
2022-06-14virtio: stop ioeventfd on resetPaolo Bonzini1-1/+0
2022-05-16virtio-pci: add notification trace pointsAlex Bennée1-0/+3
2022-05-16hw/virtio: move virtio-pci.h into shared include spaceAlex Bennée1-1/+1
2022-03-15kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)1-1/+3
2022-01-28Remove unnecessary minimum_version_id_old fieldsPeter Maydell1-1/+0
2022-01-10Revert "virtio-pci: decouple notifier from interrupt process"Michael S. Tsirkin1-57/+31
2022-01-10Revert "virtio-pci: decouple the single vector from the interrupt process"Michael S. Tsirkin1-73/+58
2022-01-10Revert "virtio-pci: add support for configure interrupt"Michael S. Tsirkin1-80/+12
2022-01-07virtio-pci: add support for configure interruptCindy Lu1-12/+80
2022-01-06virtio-pci: decouple the single vector from the interrupt processCindy Lu1-58/+73
2022-01-06virtio-pci: decouple notifier from interrupt processCindy Lu1-31/+57
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell1-2/+1
2021-09-04virtio-pci: implement iommu_enabled()Jason Wang1-0/+14
2021-07-03virtio-pci: Changed return values for "notify", "device" and "isr" read.Andrew Melnychenko1-2/+7
2021-07-03virtio-pci: Added check for virtio device in PCI config cbs.Andrew Melnychenko1-0/+10
2021-07-03virtio-pci: Added check for virtio device presence in mm callbacks.Andrew Melnychenko1-0/+8
2021-07-02virtio: disable ioeventfd for record/replayPavel Dovgalyuk1-0/+6
2021-04-06virtio-pci: compat page aligned ATSJason Wang1-1/+4
2021-04-01virtio-pci: remove explicit initialization of valYuri Benditovich1-2/+5
2021-04-01virtio-pci: add check for vdev in virtio_pci_isr_readYuri Benditovich1-2/+7
2021-02-18hw/virtio/pci: include vdev name in registered PCI sectionsAlex Bennée1-8/+14
2021-01-18hw/virtio-pci: Replace error_report() by qemu_log_mask(GUEST_ERROR)Philippe Mathieu-Daudé1-2/+4
2020-12-09hw/virtio-pci Added AER capability.Andrew Melnychenko1-0/+16
2020-12-09hw/virtio-pci Added counter for pcie capabilities offsets.Andrew Melnychenko1-1/+3
2020-09-29virtio: skip legacy support check on machine types less than 5.1Stefano Garzarella1-2/+12
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-3/+3
2020-09-02virtio: add Virtio*BusClass sizesCornelia Huck1-0/+1
2020-08-27virtio-pci: add virtio_pci_optimal_num_queues() helperStefan Hajnoczi1-0/+32
2020-07-28virtio-pci: fix wrong index in virtio_pci_queue_enabledYuri Benditovich1-1/+1
2020-07-27virtio-pci: fix virtio_pci_queue_enabled()Laurent Vivier1-1/+1
2020-07-22virtio-pci: Changed vdev to proxy for VirtIO PCI BAR callbacks.Andrew Melnychenko1-10/+24
2020-07-22virtio: verify that legacy support is not accidentally onCornelia Huck1-0/+4
2020-07-03virtio-pci: implement queue_enabled methodJason Wang1-0/+13
2020-06-12virtio-pci: fix queue_enable writeJason Wang1-4/+8
2020-05-04virtio-pci: update virtio pci bar layout documentationAnthoine Bourgeois1-0/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-2/+2