aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-pci.c
AgeCommit message (Expand)Author
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
2020-07-22virtio-pci: Changed vdev to proxy for VirtIO PCI BAR callbacks.Andrew Melnychenko
2020-07-22virtio: verify that legacy support is not accidentally onCornelia Huck
2020-07-03virtio-pci: implement queue_enabled methodJason Wang
2020-06-12virtio-pci: fix queue_enable writeJason Wang
2020-05-04virtio-pci: update virtio pci bar layout documentationAnthoine Bourgeois
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-05virtio-pci: disable vring processing when bus-mastering is disabledMichael Roth
2020-01-05virtio: update queue size on guest writeMichael S. Tsirkin
2019-09-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2019-09-04virtio-pci: Add Function Level Reset supportJulia Suvorova
2019-09-03memory: Single byte swap along the I/O pathTony Nguyen
2019-09-03memory: Access MemoryRegion with endiannessTony Nguyen
2019-09-03hw/virtio: Access MemoryRegion with MemOpTony Nguyen