summaryrefslogtreecommitdiffstats
path: root/hw/virtio
Commit message (Expand)AuthorAgeFilesLines
* machine: introduce MachineInitPhasePaolo Bonzini2020-12-151-1/+1
* make ram_size local to vl.cPaolo Bonzini2020-12-101-1/+2
* hw/virtio-pci Added AER capability.Andrew Melnychenko2020-12-092-0/+20
* hw/virtio-pci Added counter for pcie capabilities offsets.Andrew Melnychenko2020-12-091-1/+3
* virtio: reset device on bad guest index in virtio_load()John Levon2020-12-081-6/+9
* memory: Add IOMMU_NOTIFIER_DEVIOTLB_UNMAP IOMMUTLBNotificationTypeEugenio Pérez2020-12-081-1/+1
* memory: Add IOMMUTLBEventEugenio Pérez2020-12-081-14/+16
* vhost-user: fix VHOST_USER_ADD/REM_MEM_REG truncationStefan Hajnoczi2020-11-121-3/+2Star
* vhost-blk: set features before setting inflight featureJin Yu2020-11-031-0/+20
* Revert "vhost-blk: set features before setting inflight feature"Stefan Hajnoczi2020-11-031-18/+0Star
* virtio-iommu: Set supported page size maskBharat Bhushan2020-11-032-0/+51
* virtio-iommu: Add notify_flag_changed() memory region callbackBharat Bhushan2020-11-032-0/+16
* virtio-iommu: Add replay() memory region callbackBharat Bhushan2020-11-032-0/+41
* virtio-iommu: Call memory notifiers in attach/detachBharat Bhushan2020-11-031-0/+32
* virtio-iommu: Add memory notifiers for map/unmapBharat Bhushan2020-11-032-0/+58
* virtio-iommu: Store memory region in endpoint structJean-Philippe Brucker2020-11-031-1/+10
* virtio-iommu: Fix virtio_iommu_mr()Jean-Philippe Brucker2020-11-031-1/+1
* hw/virtio/vhost-backend: Fix Coverity CID 1432871Philippe Mathieu-Daudé2020-11-031-2/+2
* virito-mem: Implement get_min_alignment()David Hildenbrand2020-11-031-0/+7
* virtio-mem: Probe THP size to determine default block sizeDavid Hildenbrand2020-11-031-4/+101
* virtio-mem: Make sure "usable_region_size" is always multiples of the block sizeDavid Hildenbrand2020-11-031-0/+3
* virtio-mem: Make sure "addr" is always multiples of the block sizeDavid Hildenbrand2020-11-031-0/+5
* virtio: skip guest index check on device loadFelipe Franciosi2020-10-301-6/+7
* vhost-blk: set features before setting inflight featureJin Yu2020-10-301-0/+18
* vhost: Don't special case vq->used_phys in vhost_get_log_size()Greg Kurz2020-10-301-10/+0Star
* hw/virtio/vhost-vdpa: Fix Coverity CID 1432864Philippe Mathieu-Daudé2020-10-301-2/+2
* vhost-vsock: set vhostfd to non-blocking modeStefano Garzarella2020-10-301-0/+10
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-10-09' into...Peter Maydell2020-10-091-7/+3Star
|\
| * error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster2020-10-091-7/+3Star
* | monitor: Use getter/setter functions for cur_monKevin Wolf2020-10-091-1/+1
|/
* 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