aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-pci.c
AgeCommit message (Expand)Author
2023-11-27hw/virtio: Add VirtioPCIDeviceTypeInfo::instance_finalize fieldPhilippe Mathieu-Daudé
2023-10-25kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTHPaolo Bonzini
2023-10-25kvm: assume that many ioeventfds can be createdPaolo Bonzini
2023-10-16virtio: Add shared memory capabilityDr. David Alan Gilbert
2023-10-06hw/virtio/virtio-pci: Avoid compiler warning with -WshadowThomas Huth
2023-05-19virtio-pci: add handling of PCI ATS and Device-TLB enable/disableViktor Prutyanov
2023-04-21virtio: refresh vring region cache after updating a virtqueue sizeCarlos López
2023-01-08virtio-pci: fix proxy->vector_irqfd leak in virtio_pci_set_guest_notifiersleixiang
2023-01-08virtio-pci: add support for configure interruptCindy Lu
2023-01-08virtio-pci: decouple the single vector from the interrupt processCindy Lu
2023-01-08virtio-pci: decouple notifier from interrupt processCindy Lu
2022-12-21virtio: get class_id and pci device id by the virtio idLongpeng
2022-12-16hw/virtio: Convert TYPE_VIRTIO_PCI to 3-phase resetPeter Maydell
2022-11-07msix: Assert that specified vector is in rangeAkihiko Odaki
2022-11-07virtio-pci: support queue enableKangjie Xu
2022-11-07virtio-pci: support queue resetXuan Zhuo
2022-10-24treewide: Remove the unnecessary space before semicolonBin Meng
2022-10-12pci-ids: document modern virtio-pci ids in pci.h tooGerd Hoffmann
2022-08-17virtio-pci: don't touch pci on virtio resetMichael S. Tsirkin
2022-08-17hw/virtio: handle un-configured shutdown in virtio-pciAlex Bennée
2022-06-14virtio: stop ioeventfd on resetPaolo Bonzini
2022-05-16virtio-pci: add notification trace pointsAlex Bennée
2022-05-16hw/virtio: move virtio-pci.h into shared include spaceAlex Bennée
2022-03-15kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)
2022-01-28Remove unnecessary minimum_version_id_old fieldsPeter Maydell
2022-01-10Revert "virtio-pci: decouple notifier from interrupt process"Michael S. Tsirkin
2022-01-10Revert "virtio-pci: decouple the single vector from the interrupt process"Michael S. Tsirkin
2022-01-10Revert "virtio-pci: add support for configure interrupt"Michael S. Tsirkin
2022-01-07virtio-pci: add support for configure interruptCindy Lu
2022-01-06virtio-pci: decouple the single vector from the interrupt processCindy Lu
2022-01-06virtio-pci: decouple notifier from interrupt processCindy Lu
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell
2021-09-04virtio-pci: implement iommu_enabled()Jason Wang
2021-07-03virtio-pci: Changed return values for "notify", "device" and "isr" read.Andrew Melnychenko
2021-07-03virtio-pci: Added check for virtio device in PCI config cbs.Andrew Melnychenko
2021-07-03virtio-pci: Added check for virtio device presence in mm callbacks.Andrew Melnychenko
2021-07-02virtio: disable ioeventfd for record/replayPavel Dovgalyuk
2021-04-06virtio-pci: compat page aligned ATSJason Wang
2021-04-01virtio-pci: remove explicit initialization of valYuri Benditovich
2021-04-01virtio-pci: add check for vdev in virtio_pci_isr_readYuri Benditovich
2021-02-18hw/virtio/pci: include vdev name in registered PCI sectionsAlex Bennée
2021-01-18hw/virtio-pci: Replace error_report() by qemu_log_mask(GUEST_ERROR)Philippe Mathieu-Daudé
2020-12-09hw/virtio-pci Added AER capability.Andrew Melnychenko
2020-12-09hw/virtio-pci Added counter for pcie capabilities offsets.Andrew Melnychenko
2020-09-29virtio: skip legacy support check on machine types less than 5.1Stefano Garzarella
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-09-02virtio: add Virtio*BusClass sizesCornelia Huck
2020-08-27virtio-pci: add virtio_pci_optimal_num_queues() helperStefan Hajnoczi
2020-07-28virtio-pci: fix wrong index in virtio_pci_queue_enabledYuri Benditovich
2020-07-27virtio-pci: fix virtio_pci_queue_enabled()Laurent Vivier