summaryrefslogtreecommitdiffstats
path: root/hw/virtio
Commit message (Expand)AuthorAgeFilesLines
* virtio-net: calculating proper msix vectors on initJason Wang2021-03-151-1/+9
* virtio-iommu: Handle non power of 2 range invalidationsEric Auger2021-03-121-3/+16
* sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2021-03-092-2/+2
* Various spelling fixesMichael Tokarev2021-03-091-1/+1
* virtio-mmio: improve virtio-mmio get_dev_path alogschspa2021-03-051-6/+7
* vhost: simplify vhost_dev_init() fail_busyloop labelStefan Hajnoczi2021-03-021-7/+5Star
* virtio-pmem: put it into the 'storage' categoryGan Qixin2021-02-201-0/+1
* hw/virtio/pci: include vdev name in registered PCI sectionsAlex Bennée2021-02-181-8/+14
* vhost: Check for valid vdev in vhost_backend_handle_iotlb_msgEugenio Pérez2021-02-051-0/+5
* hw/virtio/virtio-balloon: Remove the "class" propertyThomas Huth2021-02-051-10/+1Star
* vhost: Unbreak SMMU and virtio-iommu on dev-iotlb supportPeter Xu2021-02-052-2/+16
* virtio-pmem: add trace eventsPankaj Gupta2021-02-052-0/+9
* virtio: Add corresponding memory_listener_unregister to unrealizeEugenio Pérez2021-02-051-1/+1
* virtio-mmio: fix guest kernel crash with SHM regionsLaurent Vivier2021-02-051-0/+8
* hw/virtio-pci: Replace error_report() by qemu_log_mask(GUEST_ERROR)Philippe Mathieu-Daudé2021-01-181-2/+4
* vhost-user-fs: add the "bootindex" propertyLaszlo Ersek2021-01-132-0/+12
* Remove superfluous timer_del() callsPeter Maydell2021-01-083-3/+0Star
* Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell2021-01-013-0/+3
|\
| * qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-183-0/+3
* | migration: Replace migration's JSON writer by the general oneMarkus Armbruster2020-12-191-2/+2
|/
* 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
|/