aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2021-05-18vhost-user-blk: Check that num-queues is supported by backendKevin Wolf1-0/+5
2021-05-18virtio: Fail if iommu_platform is requested, but unsupportedKevin Wolf1-0/+5
2021-05-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell3-4/+13
2021-05-14vhost-vdpa: Make vhost_vdpa_get_device_id() staticZenghui Yu1-2/+2
2021-05-14hw/virtio: enable ioeventfd configuring for mmioPavel Dovgalyuk1-1/+10
2021-05-14hw/virtio: Pass virtio_feature_get_config_size() a const argumentPhilippe Mathieu-Daudé1-1/+1
2021-05-13migrate/ram: remove "ram_bulk_stage" and "fpo_enabled"David Hildenbrand2-6/+1
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2-2/+0
2021-04-13vhost-user-fs: fix features handlingAnton Kuchin1-4/+16
2021-04-06migration: Inhibit virtio-balloon for the duration of background snapshotAndrey Gruzdev1-2/+6
2021-04-06virtio-pci: compat page aligned ATSJason Wang2-1/+9
2021-04-01virtio-pci: remove explicit initialization of valYuri Benditovich1-2/+5
2021-04-01virtio-pci: add check for vdev in virtio_pci_isr_readYuri Benditovich1-2/+7
2021-03-22virtio-pmem: fix virtio_pmem_resp assign problemWang Liang1-1/+1
2021-03-22vhost-user: Monitor slave channel in vhost_user_read()Greg Kurz1-3/+32
2021-03-22vhost-user: Introduce nested event loop in vhost_user_read()Greg Kurz1-5/+60
2021-03-22vhost-user: Convert slave channel to QIOChannelSocketGreg Kurz1-60/+39
2021-03-22vhost-user: Factor out duplicated slave_fd teardown codeGreg Kurz1-9/+10
2021-03-22vhost-user: Fix double-close on slave_read() error pathGreg Kurz1-8/+3
2021-03-22vhost-user: Drop misleading EAGAIN checks in slave_read()Greg Kurz1-3/+3
2021-03-22virtio: Fix virtio_mmio_read()/virtio_mmio_write()Laurent Vivier1-22/+52
2021-03-15virtio-net: calculating proper msix vectors on initJason Wang1-1/+9
2021-03-12virtio-iommu: Handle non power of 2 range invalidationsEric Auger1-3/+16
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2-2/+2
2021-03-09Various spelling fixesMichael Tokarev1-1/+1
2021-03-05virtio-mmio: improve virtio-mmio get_dev_path alogschspa1-6/+7
2021-03-02vhost: simplify vhost_dev_init() fail_busyloop labelStefan Hajnoczi1-7/+5
2021-02-20virtio-pmem: put it into the 'storage' categoryGan Qixin1-0/+1
2021-02-18hw/virtio/pci: include vdev name in registered PCI sectionsAlex Bennée1-8/+14
2021-02-05vhost: Check for valid vdev in vhost_backend_handle_iotlb_msgEugenio Pérez1-0/+5
2021-02-05hw/virtio/virtio-balloon: Remove the "class" propertyThomas Huth1-10/+1
2021-02-05vhost: Unbreak SMMU and virtio-iommu on dev-iotlb supportPeter Xu2-2/+16
2021-02-05virtio-pmem: add trace eventsPankaj Gupta2-0/+9
2021-02-05virtio: Add corresponding memory_listener_unregister to unrealizeEugenio Pérez1-1/+1
2021-02-05virtio-mmio: fix guest kernel crash with SHM regionsLaurent Vivier1-0/+8
2021-01-18hw/virtio-pci: Replace error_report() by qemu_log_mask(GUEST_ERROR)Philippe Mathieu-Daudé1-2/+4
2021-01-13vhost-user-fs: add the "bootindex" propertyLaszlo Ersek2-0/+12
2021-01-08Remove superfluous timer_del() callsPeter Maydell3-3/+0
2021-01-01Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell3-0/+3
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster1-2/+2
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost3-0/+3
2020-12-15machine: introduce MachineInitPhasePaolo Bonzini1-1/+1
2020-12-10make ram_size local to vl.cPaolo Bonzini1-1/+2
2020-12-09hw/virtio-pci Added AER capability.Andrew Melnychenko2-0/+20
2020-12-09hw/virtio-pci Added counter for pcie capabilities offsets.Andrew Melnychenko1-1/+3
2020-12-08virtio: reset device on bad guest index in virtio_load()John Levon1-6/+9
2020-12-08memory: Add IOMMU_NOTIFIER_DEVIOTLB_UNMAP IOMMUTLBNotificationTypeEugenio Pérez1-1/+1
2020-12-08memory: Add IOMMUTLBEventEugenio Pérez1-14/+16
2020-11-12vhost-user: fix VHOST_USER_ADD/REM_MEM_REG truncationStefan Hajnoczi1-3/+2
2020-11-03vhost-blk: set features before setting inflight featureJin Yu1-0/+20