summaryrefslogtreecommitdiffstats
path: root/hw/virtio
Commit message (Expand)AuthorAgeFilesLines
...
* | trace-events: Fix attribution of trace points to sourceMarkus Armbruster2020-09-091-1/+1
|/
* virtio: add Virtio*BusClass sizesCornelia Huck2020-09-021-0/+1
* hw/virtio/vhost-user:Remove dead assignment in scrub_shadow_regions()Chen Qun2020-09-011-1/+1
* vhost-user-blk-pci: default num_queues to -smp NStefan Hajnoczi2020-08-271-0/+4
* virtio-blk-pci: default num_queues to -smp NStefan Hajnoczi2020-08-271-1/+6
* virtio-scsi-pci: default num_queues to -smp NStefan Hajnoczi2020-08-273-9/+21
* virtio-scsi: introduce a constant for fixed virtqueuesStefan Hajnoczi2020-08-273-3/+6
* virtio-pci: add virtio_pci_optimal_num_queues() helperStefan Hajnoczi2020-08-272-0/+41
* meson: convert hw/virtioMarc-André Lureau2020-08-212-48/+51
* meson: infrastructure for building emulatorsPaolo Bonzini2020-08-211-1/+1
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* virtio-mem: Correct format specifier mismatch for RISC-VBruce Rogers2020-08-041-1/+1
* virtio-pci: fix wrong index in virtio_pci_queue_enabledYuri Benditovich2020-07-281-1/+1
* virtio-pci: fix virtio_pci_queue_enabled()Laurent Vivier2020-07-272-2/+7
* vhost-vdpa :Fix Coverity CID 1430270 / CID 1420267Cindy Lu2020-07-271-2/+2
* Fix vhost-user buffer over-read on ram hot-unplugRaphael Norwitz2020-07-271-1/+1
* virtio-mem-pci: force virtio version 1David Hildenbrand2020-07-271-2/+2
* virtio-pci: Changed vdev to proxy for VirtIO PCI BAR callbacks.Andrew Melnychenko2020-07-221-10/+24
* virtio: verify that legacy support is not accidentally onCornelia Huck2020-07-221-0/+4
* virtio: list legacy-capable devicesCornelia Huck2020-07-221-0/+25
* virtio-balloon: Replace free page hinting references to 'report' with 'hint'Alexander Duyck2020-07-221-38/+38
* virtio-balloon: Add locking to prevent possible race when starting hintingAlexander Duyck2020-07-221-0/+4
* virtio-balloon: Prevent guest from starting a report when we didn't request oneAlexander Duyck2020-07-221-1/+2
* virtio: Drop broken and superfluous object_property_set_link()Markus Armbruster2020-07-222-5/+0Star
* qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster2020-07-213-10/+6Star
* virtio-iommu: Fix coverity issue in virtio_iommu_handle_command()Eric Auger2020-07-131-0/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-07-101-2/+1Star
|\
| * vhost-vdpa: fix the compile issue without kvmCindy Lu2020-07-081-2/+1Star
* | error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-103-9/+3Star
* | qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-3/+2Star
* | qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-106-12/+10Star
* | qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-10/+5Star
* | virtio-crypto-pci: Tidy up virtio_crypto_pci_realize()Markus Armbruster2020-07-101-1/+3
* | qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster2020-07-101-2/+1Star
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-07-0712-21/+1655
|\
| * vhost-vdpa: introduce vhost-vdpa backendCindy Lu2020-07-073-0/+482
| * vhost: implement vhost_force_iommu methodCindy Lu2020-07-031-0/+5
| * vhost: implement vhost_vq_get_addr methodCindy Lu2020-07-031-9/+19
| * vhost: implement vhost_dev_start methodCindy Lu2020-07-031-1/+9
| * vhost: check the existence of vhost_set_iotlb_callbackJason Wang2020-07-031-3/+6
| * virtio-pci: implement queue_enabled methodJason Wang2020-07-031-0/+13
| * virtio-bus: introduce queue_enabled methodJason Wang2020-07-031-0/+6
| * virtio-mem: Exclude unplugged memory during migrationDavid Hildenbrand2020-07-031-1/+53
| * virtio-mem: Add trace eventsDavid Hildenbrand2020-07-032-1/+19
| * virtio-mem: Migration sanity checksDavid Hildenbrand2020-07-031-0/+70
| * virtio-pci: Send qapi events when the virtio-mem size changesDavid Hildenbrand2020-07-032-0/+29
| * virtio-mem: Allow notifiers for size changesDavid Hildenbrand2020-07-031-1/+20
| * virtio-pci: Proxy for virtio-memDavid Hildenbrand2020-07-033-0/+163
| * virtio-mem: Paravirtualized memory hot(un)plugDavid Hildenbrand2020-07-033-0/+736
| * virtio-balloon: Rip out qemu_balloon_inhibit()David Hildenbrand2020-07-021-2/+8