aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)Author
2024-08-28virtio-pci: Fix the use of an uninitialized irqfdCindy Lu
2024-08-28virtio-net: Fix network stall at the host side waiting for kickthomas
2024-07-05virtio: remove virtio_tswap16s() call in vring_packed_event_read()Stefano Garzarella
2024-07-05virtio-pci: Fix the failure process in kvm_virtio_pci_vector_use_one()Cindy Lu
2024-04-15virtio-pci: fix use of a released vectorCindy Lu
2024-04-10hw/virtio/virtio-crypto: Protect from DMA re-entrancy bugsPhilippe Mathieu-Daudé
2024-04-10hw/virtio: Introduce virtio_bh_new_guarded() helperPhilippe Mathieu-Daudé
2024-04-09vdpa-dev: Fix the issue of device status not updating when configuration inte...lyx634449800
2024-04-09hw/virtio: Fix packed virtqueue flush used_idxWafer
2024-03-27vdpa-dev: Fix initialisation order to restore VDUSE compatibilityKevin Wolf
2024-02-15virtio_iommu: Clear IOMMUPciBus pointer cache when system resetZhenzhong Duan
2024-02-12virtio: Re-enable notifications after drainHanna Czenczek
2023-12-02vhost-user-scsi: free the inflight area when resetLi Feng
2023-12-02vhost-user: fix the reconnect errorLi Feng
2023-12-02virtio-iommu: Remove useless !sdev check in virtio_iommu_probe()Eric Auger
2023-11-27hw/virtio: Free VirtIOIOMMUPCI::vdev.reserved_regions[] on finalize()Philippe Mathieu-Daudé
2023-11-27hw/virtio: Add VirtioPCIDeviceTypeInfo::instance_finalize fieldPhilippe Mathieu-Daudé
2023-11-13virtio-mem: fix division by zero in virtio_mem_activate_memslots_to_plug()David Hildenbrand
2023-11-07Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2023-11-07vhost-user-fs: Implement internal migrationHanna Czenczek
2023-11-07vhost: Add high-level state save/load functionsHanna Czenczek
2023-11-07vhost-user: Interface for migration state transferHanna Czenczek
2023-11-07Merge tag 'pull-vfio-20231106' of https://github.com/legoater/qemu into stagingStefan Hajnoczi
2023-11-06Revert "hw/virtio/virtio-pmem: Replace impossible check by assertion"Maciej S. Szmigiero
2023-11-03hw/pci: modify pci_setup_iommu() to set PCIIOMMUOpsYi Liu
2023-11-03virtio-iommu: Consolidate host reserved regions and property set onesEric Auger
2023-11-03virtio-iommu: Implement set_iova_ranges() callbackEric Auger
2023-11-03virtio-iommu: Record whether a probe request has been issuedEric Auger
2023-11-03virtio-iommu: Introduce per IOMMUDevice reserved regionsEric Auger
2023-11-03virtio-iommu: Rename reserved_regions into prop_resv_regionsEric Auger
2023-11-03memory: Let ReservedRegion use RangeEric Auger
2023-11-01cpr: relax vhost migration blockersSteve Sistare
2023-11-01migration: Use vmstate_register_any()Juan Quintela
2023-10-31virtio: use defer_call() in virtio_irqfd_notify()Stefan Hajnoczi
2023-10-25kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTHPaolo Bonzini
2023-10-25kvm: assume that many ioeventfds can be createdPaolo Bonzini
2023-10-23Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2023-10-22vhost-user: fix lost reconnectLi Feng
2023-10-22vhost: move and rename the conn retry timesLi Feng
2023-10-22virtio: call ->vhost_reset_device() during resetStefan Hajnoczi
2023-10-22vhost-backend: remove vhost_kernel_reset_device()Stefan Hajnoczi
2023-10-22vhost-user: do not send RESET_OWNER on device resetStefan Hajnoczi
2023-10-22vhost-user: call VHOST_USER_SET_VRING_ENABLE synchronouslyLaszlo Ersek
2023-10-22vhost-user: allow "vhost_set_vring" to wait for a replyLaszlo Ersek
2023-10-22vhost-user: hoist "write_sync", "get_features", "get_u64"Laszlo Ersek
2023-10-22vhost-user: flatten "enforce_reply" into "vhost_user_write_sync"Laszlo Ersek
2023-10-22vhost-user: factor out "vhost_user_write_sync"Laszlo Ersek
2023-10-22vhost-user: tighten "reply_supported" scope in "set_vring_addr"Laszlo Ersek
2023-10-22vhost-user: strip superfluous whitespaceLaszlo Ersek
2023-10-20Merge tag 'migration-20231020-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi