summaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)Author
2020-12-09hw/virtio-pci Added counter for pcie capabilities offsets.Andrew Melnychenko
2020-12-08virtio: reset device on bad guest index in virtio_load()John Levon
2020-12-08memory: Add IOMMU_NOTIFIER_DEVIOTLB_UNMAP IOMMUTLBNotificationTypeEugenio Pérez
2020-12-08memory: Add IOMMUTLBEventEugenio Pérez
2020-11-12vhost-user: fix VHOST_USER_ADD/REM_MEM_REG truncationStefan Hajnoczi
2020-11-03vhost-blk: set features before setting inflight featureJin Yu
2020-11-03Revert "vhost-blk: set features before setting inflight feature"Stefan Hajnoczi
2020-11-03virtio-iommu: Set supported page size maskBharat Bhushan
2020-11-03virtio-iommu: Add notify_flag_changed() memory region callbackBharat Bhushan
2020-11-03virtio-iommu: Add replay() memory region callbackBharat Bhushan
2020-11-03virtio-iommu: Call memory notifiers in attach/detachBharat Bhushan
2020-11-03virtio-iommu: Add memory notifiers for map/unmapBharat Bhushan
2020-11-03virtio-iommu: Store memory region in endpoint structJean-Philippe Brucker
2020-11-03virtio-iommu: Fix virtio_iommu_mr()Jean-Philippe Brucker
2020-11-03hw/virtio/vhost-backend: Fix Coverity CID 1432871Philippe Mathieu-Daudé
2020-11-03virito-mem: Implement get_min_alignment()David Hildenbrand
2020-11-03virtio-mem: Probe THP size to determine default block sizeDavid Hildenbrand
2020-11-03virtio-mem: Make sure "usable_region_size" is always multiples of the block sizeDavid Hildenbrand
2020-11-03virtio-mem: Make sure "addr" is always multiples of the block sizeDavid Hildenbrand
2020-10-30virtio: skip guest index check on device loadFelipe Franciosi
2020-10-30vhost-blk: set features before setting inflight featureJin Yu
2020-10-30vhost: Don't special case vq->used_phys in vhost_get_log_size()Greg Kurz
2020-10-30hw/virtio/vhost-vdpa: Fix Coverity CID 1432864Philippe Mathieu-Daudé
2020-10-30vhost-vsock: set vhostfd to non-blocking modeStefano Garzarella
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