summaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)Author
2020-10-09Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-10-09' into...Peter Maydell
2020-10-09error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf
2020-09-29qapi: Restrict device memory commands to machine codePhilippe Mathieu-Daudé
2020-09-29qapi: Restrict balloon-related commands to machine codePhilippe Mathieu-Daudé
2020-09-29hw: virtio-pmem: detach the element fromt the virtqueue when error occursLi Qiang
2020-09-29virtio: update MemoryRegionCaches when guest set bad featuresLi Qiang
2020-09-29vhost-user-vsock-pci: force virtio version 1Stefano Garzarella
2020-09-29vhost-vsock-pci: force virtio version 1Stefano Garzarella
2020-09-29virtio: skip legacy support check on machine types less than 5.1Stefano Garzarella
2020-09-29vhost-vdpa: add trace-eventsLaurent Vivier
2020-09-29virtio-pmem-pci: force virtio version 1Pankaj Gupta
2020-09-29virtio-iommu-pci: force virtio version 1Eric Auger
2020-09-29virtio-iommu: Check gtrees are non null before destroying themEric Auger
2020-09-29vhost: check queue state in the vhost_dev_set_log routineDima Stepanov
2020-09-29vhost: recheck dev state in the vhost_migration_log routineDima Stepanov
2020-09-29virtio-mem: detach the element from the virtqueue when error occursLi Qiang
2020-09-29vhost-vdpa: batch updating IOTLB mappingsJason Wang
2020-09-29vhost: switch to use IOTLB v2 formatJason Wang
2020-09-28Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell
2020-09-23vhost-vdpa: remove useless variableLaurent Vivier
2020-09-23virtio: vdpa: omit check return of g_mallocLi Qiang
2020-09-23vhost-vdpa: fix indentation in vdpa_opsStefano Garzarella
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-09-23virtio-crypto: don't modify elem->in/out_sgStefan Hajnoczi
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost
2020-09-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2020-09-09trace-events: Fix attribution of trace points to sourceMarkus Armbruster
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-09-02virtio: add Virtio*BusClass sizesCornelia Huck
2020-09-01hw/virtio/vhost-user:Remove dead assignment in scrub_shadow_regions()Chen Qun
2020-08-27vhost-user-blk-pci: default num_queues to -smp NStefan Hajnoczi
2020-08-27virtio-blk-pci: default num_queues to -smp NStefan Hajnoczi
2020-08-27virtio-scsi-pci: default num_queues to -smp NStefan Hajnoczi
2020-08-27virtio-scsi: introduce a constant for fixed virtqueuesStefan Hajnoczi
2020-08-27virtio-pci: add virtio_pci_optimal_num_queues() helperStefan Hajnoczi
2020-08-21meson: convert hw/virtioMarc-André Lureau
2020-08-21meson: infrastructure for building emulatorsPaolo Bonzini
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-08-04virtio-mem: Correct format specifier mismatch for RISC-VBruce Rogers
2020-07-28virtio-pci: fix wrong index in virtio_pci_queue_enabledYuri Benditovich
2020-07-27virtio-pci: fix virtio_pci_queue_enabled()Laurent Vivier
2020-07-27vhost-vdpa :Fix Coverity CID 1430270 / CID 1420267Cindy Lu
2020-07-27Fix vhost-user buffer over-read on ram hot-unplugRaphael Norwitz
2020-07-27virtio-mem-pci: force virtio version 1David Hildenbrand
2020-07-22virtio-pci: Changed vdev to proxy for VirtIO PCI BAR callbacks.Andrew Melnychenko
2020-07-22virtio: verify that legacy support is not accidentally onCornelia Huck
2020-07-22virtio: list legacy-capable devicesCornelia Huck