aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2020-10-30virtio: skip guest index check on device loadFelipe Franciosi1-6/+7
2020-10-30vhost-blk: set features before setting inflight featureJin Yu1-0/+18
2020-10-30vhost: Don't special case vq->used_phys in vhost_get_log_size()Greg Kurz1-10/+0
2020-10-30hw/virtio/vhost-vdpa: Fix Coverity CID 1432864Philippe Mathieu-Daudé1-2/+2
2020-10-30vhost-vsock: set vhostfd to non-blocking modeStefano Garzarella1-0/+10
2020-10-09Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-10-09' into...Peter Maydell1-7/+3
2020-10-09error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster1-7/+3
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf1-1/+1
2020-09-29qapi: Restrict device memory commands to machine codePhilippe Mathieu-Daudé1-0/+1
2020-09-29qapi: Restrict balloon-related commands to machine codePhilippe Mathieu-Daudé1-1/+1
2020-09-29hw: virtio-pmem: detach the element fromt the virtqueue when error occursLi Qiang1-0/+1
2020-09-29virtio: update MemoryRegionCaches when guest set bad featuresLi Qiang1-9/+8
2020-09-29vhost-user-vsock-pci: force virtio version 1Stefano Garzarella1-1/+3
2020-09-29vhost-vsock-pci: force virtio version 1Stefano Garzarella1-1/+9
2020-09-29virtio: skip legacy support check on machine types less than 5.1Stefano Garzarella2-2/+19
2020-09-29vhost-vdpa: add trace-eventsLaurent Vivier2-5/+118
2020-09-29virtio-pmem-pci: force virtio version 1Pankaj Gupta1-0/+1
2020-09-29virtio-iommu-pci: force virtio version 1Eric Auger1-1/+1
2020-09-29virtio-iommu: Check gtrees are non null before destroying themEric Auger1-2/+6
2020-09-29vhost: check queue state in the vhost_dev_set_log routineDima Stepanov1-0/+12
2020-09-29vhost: recheck dev state in the vhost_migration_log routineDima Stepanov1-3/+24
2020-09-29virtio-mem: detach the element from the virtqueue when error occursLi Qiang1-0/+3
2020-09-29vhost-vdpa: batch updating IOTLB mappingsJason Wang1-0/+66
2020-09-29vhost: switch to use IOTLB v2 formatJason Wang2-16/+80
2020-09-28Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell1-14/+6
2020-09-23vhost-vdpa: remove useless variableLaurent Vivier1-6/+3
2020-09-23virtio: vdpa: omit check return of g_mallocLi Qiang1-6/+1
2020-09-23vhost-vdpa: fix indentation in vdpa_opsStefano Garzarella1-2/+2
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi4-15/+15
2020-09-23virtio-crypto: don't modify elem->in/out_sgStefan Hajnoczi1-3/+14
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