summaryrefslogtreecommitdiffstats
path: root/hw/virtio
Commit message (Expand)AuthorAgeFilesLines
* vhost-user-fs: fix features handlingAnton Kuchin2021-04-131-4/+16
* migration: Inhibit virtio-balloon for the duration of background snapshotAndrey Gruzdev2021-04-061-2/+6
* virtio-pci: compat page aligned ATSJason Wang2021-04-062-1/+9
* virtio-pci: remove explicit initialization of valYuri Benditovich2021-04-011-2/+5
* virtio-pci: add check for vdev in virtio_pci_isr_readYuri Benditovich2021-04-011-2/+7
* virtio-pmem: fix virtio_pmem_resp assign problemWang Liang2021-03-221-1/+1
* vhost-user: Monitor slave channel in vhost_user_read()Greg Kurz2021-03-221-3/+32
* vhost-user: Introduce nested event loop in vhost_user_read()Greg Kurz2021-03-221-5/+60
* vhost-user: Convert slave channel to QIOChannelSocketGreg Kurz2021-03-221-60/+39Star
* vhost-user: Factor out duplicated slave_fd teardown codeGreg Kurz2021-03-221-9/+10
* vhost-user: Fix double-close on slave_read() error pathGreg Kurz2021-03-221-8/+3Star
* vhost-user: Drop misleading EAGAIN checks in slave_read()Greg Kurz2021-03-221-3/+3
* virtio: Fix virtio_mmio_read()/virtio_mmio_write()Laurent Vivier2021-03-221-22/+52
* 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