aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-pci.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-05virtio-pci: disable vring processing when bus-mastering is disabledMichael Roth1-4/+8
2020-01-05virtio: update queue size on guest writeMichael S. Tsirkin1-0/+2
2019-09-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+10
2019-09-04virtio-pci: Add Function Level Reset supportJulia Suvorova1-0/+10
2019-09-03memory: Single byte swap along the I/O pathTony Nguyen1-6/+4
2019-09-03memory: Access MemoryRegion with endiannessTony Nguyen1-2/+4
2019-09-03hw/virtio: Access MemoryRegion with MemOpTony Nguyen1-2/+5
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster1-0/+1
2019-07-29Revert "hw: report invalid disable-legacy|modern usage for virtio-1-only devs"Dr. David Alan Gilbert1-16/+10
2019-07-04virtio-pci: fix missing device propertiesMarc-André Lureau1-14/+14
2019-07-02virtio-pci: Allow to specify additional interfaces for the base typeDavid Hildenbrand1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-05-20pci: Simplify pci_bus_is_root()David Gibson1-0/+1
2019-05-20hw: report invalid disable-legacy|modern usage for virtio-1-only devsDaniel P. Berrangé1-10/+16
2019-03-11virtio: add class_size to VirtioPCIDeviceTypeInfoGerd Hoffmann1-0/+1
2019-02-05hw: virtio-pci: drop DO_UPCASTLi Qiang1-2/+2
2019-01-17virtio: split virtio serial bits from virtio-pciJuan Quintela1-79/+0
2019-01-17virtio: split virtio net bits from virtio-pciJuan Quintela1-59/+0