summaryrefslogtreecommitdiffstats
path: root/hw/virtio
Commit message (Expand)AuthorAgeFilesLines
...
* qapi: Restrict device memory commands to machine codePhilippe Mathieu-Daudé2020-09-291-0/+1
* qapi: Restrict balloon-related commands to machine codePhilippe Mathieu-Daudé2020-09-291-1/+1
* hw: virtio-pmem: detach the element fromt the virtqueue when error occursLi Qiang2020-09-291-0/+1
* virtio: update MemoryRegionCaches when guest set bad featuresLi Qiang2020-09-291-9/+8Star
* vhost-user-vsock-pci: force virtio version 1Stefano Garzarella2020-09-291-1/+3
* vhost-vsock-pci: force virtio version 1Stefano Garzarella2020-09-291-1/+9
* virtio: skip legacy support check on machine types less than 5.1Stefano Garzarella2020-09-292-2/+19
* vhost-vdpa: add trace-eventsLaurent Vivier2020-09-292-5/+118
* virtio-pmem-pci: force virtio version 1Pankaj Gupta2020-09-291-0/+1
* virtio-iommu-pci: force virtio version 1Eric Auger2020-09-291-1/+1
* virtio-iommu: Check gtrees are non null before destroying themEric Auger2020-09-291-2/+6
* vhost: check queue state in the vhost_dev_set_log routineDima Stepanov2020-09-291-0/+12
* vhost: recheck dev state in the vhost_migration_log routineDima Stepanov2020-09-291-3/+24
* virtio-mem: detach the element from the virtqueue when error occursLi Qiang2020-09-291-0/+3
* vhost-vdpa: batch updating IOTLB mappingsJason Wang2020-09-291-0/+66
* vhost: switch to use IOTLB v2 formatJason Wang2020-09-292-16/+80
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell2020-09-281-14/+6Star
|\
| * vhost-vdpa: remove useless variableLaurent Vivier2020-09-231-6/+3Star
| * virtio: vdpa: omit check return of g_mallocLi Qiang2020-09-231-6/+1Star
| * vhost-vdpa: fix indentation in vdpa_opsStefano Garzarella2020-09-231-2/+2
* | qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-234-15/+15
* | virtio-crypto: don't modify elem->in/out_sgStefan Hajnoczi2020-09-231-3/+14
|/
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-6/+2Star
* Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-181-4/+1Star
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2020-09-1121-59/+74
|\
| * Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-0921-54/+46Star
| * Move QOM typedefs and add missing includesEduardo Habkost2020-09-0921-4/+27
* | 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