aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-6/+2
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost1-4/+1
2020-09-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell21-59/+74
2020-09-09trace-events: Fix attribution of trace points to sourceMarkus Armbruster1-1/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost21-54/+46
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost21-4/+27
2020-09-02virtio: add Virtio*BusClass sizesCornelia Huck1-0/+1
2020-09-01hw/virtio/vhost-user:Remove dead assignment in scrub_shadow_regions()Chen Qun1-1/+1
2020-08-27vhost-user-blk-pci: default num_queues to -smp NStefan Hajnoczi1-0/+4
2020-08-27virtio-blk-pci: default num_queues to -smp NStefan Hajnoczi1-1/+6
2020-08-27virtio-scsi-pci: default num_queues to -smp NStefan Hajnoczi3-9/+21
2020-08-27virtio-scsi: introduce a constant for fixed virtqueuesStefan Hajnoczi3-3/+6
2020-08-27virtio-pci: add virtio_pci_optimal_num_queues() helperStefan Hajnoczi2-0/+41
2020-08-21meson: convert hw/virtioMarc-André Lureau2-48/+51
2020-08-21meson: infrastructure for building emulatorsPaolo Bonzini1-1/+1
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-08-04virtio-mem: Correct format specifier mismatch for RISC-VBruce Rogers1-1/+1
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 Vivier2-2/+7
2020-07-27vhost-vdpa :Fix Coverity CID 1430270 / CID 1420267Cindy Lu1-2/+2
2020-07-27Fix vhost-user buffer over-read on ram hot-unplugRaphael Norwitz1-1/+1
2020-07-27virtio-mem-pci: force virtio version 1David Hildenbrand1-2/+2
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-22virtio: list legacy-capable devicesCornelia Huck1-0/+25
2020-07-22virtio-balloon: Replace free page hinting references to 'report' with 'hint'Alexander Duyck1-38/+38
2020-07-22virtio-balloon: Add locking to prevent possible race when starting hintingAlexander Duyck1-0/+4
2020-07-22virtio-balloon: Prevent guest from starting a report when we didn't request oneAlexander Duyck1-1/+2
2020-07-22virtio: Drop broken and superfluous object_property_set_link()Markus Armbruster2-5/+0
2020-07-21qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster3-10/+6
2020-07-13virtio-iommu: Fix coverity issue in virtio_iommu_handle_command()Eric Auger1-0/+1
2020-07-10Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-2/+1
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster3-9/+3
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-3/+2
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster6-12/+10
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-10/+5
2020-07-10virtio-crypto-pci: Tidy up virtio_crypto_pci_realize()Markus Armbruster1-1/+3
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster1-2/+1
2020-07-08vhost-vdpa: fix the compile issue without kvmCindy Lu1-2/+1
2020-07-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell12-21/+1655
2020-07-07vhost-vdpa: introduce vhost-vdpa backendCindy Lu3-0/+482
2020-07-03virtio-iommu-pci: Add array of Interval propertiesEric Auger1-0/+11
2020-07-03virtio-iommu: Handle reserved regions in the translation processEric Auger1-0/+20
2020-07-03virtio-iommu: Implement RESV_MEM probe requestEric Auger2-4/+91
2020-07-03vhost: implement vhost_force_iommu methodCindy Lu1-0/+5
2020-07-03vhost: implement vhost_vq_get_addr methodCindy Lu1-9/+19
2020-07-03vhost: implement vhost_dev_start methodCindy Lu1-1/+9
2020-07-03vhost: check the existence of vhost_set_iotlb_callbackJason Wang1-3/+6
2020-07-03virtio-pci: implement queue_enabled methodJason Wang1-0/+13
2020-07-03virtio-bus: introduce queue_enabled methodJason Wang1-0/+6