index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio
Age
Commit message (
Expand
)
Author
2024-08-28
virtio-pci: Fix the use of an uninitialized irqfd
Cindy Lu
2024-08-28
virtio-net: Fix network stall at the host side waiting for kick
thomas
2024-07-05
virtio: remove virtio_tswap16s() call in vring_packed_event_read()
Stefano Garzarella
2024-07-05
virtio-pci: Fix the failure process in kvm_virtio_pci_vector_use_one()
Cindy Lu
2024-04-15
virtio-pci: fix use of a released vector
Cindy Lu
2024-04-10
hw/virtio/virtio-crypto: Protect from DMA re-entrancy bugs
Philippe Mathieu-Daudé
2024-04-10
hw/virtio: Introduce virtio_bh_new_guarded() helper
Philippe Mathieu-Daudé
2024-04-09
vdpa-dev: Fix the issue of device status not updating when configuration inte...
lyx634449800
2024-04-09
hw/virtio: Fix packed virtqueue flush used_idx
Wafer
2024-03-27
vdpa-dev: Fix initialisation order to restore VDUSE compatibility
Kevin Wolf
2024-02-15
virtio_iommu: Clear IOMMUPciBus pointer cache when system reset
Zhenzhong Duan
2024-02-12
virtio: Re-enable notifications after drain
Hanna Czenczek
2023-12-02
vhost-user-scsi: free the inflight area when reset
Li Feng
2023-12-02
vhost-user: fix the reconnect error
Li Feng
2023-12-02
virtio-iommu: Remove useless !sdev check in virtio_iommu_probe()
Eric Auger
2023-11-27
hw/virtio: Free VirtIOIOMMUPCI::vdev.reserved_regions[] on finalize()
Philippe Mathieu-Daudé
2023-11-27
hw/virtio: Add VirtioPCIDeviceTypeInfo::instance_finalize field
Philippe Mathieu-Daudé
2023-11-13
virtio-mem: fix division by zero in virtio_mem_activate_memslots_to_plug()
David Hildenbrand
2023-11-07
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
2023-11-07
vhost-user-fs: Implement internal migration
Hanna Czenczek
2023-11-07
vhost: Add high-level state save/load functions
Hanna Czenczek
2023-11-07
vhost-user: Interface for migration state transfer
Hanna Czenczek
2023-11-07
Merge tag 'pull-vfio-20231106' of https://github.com/legoater/qemu into staging
Stefan Hajnoczi
2023-11-06
Revert "hw/virtio/virtio-pmem: Replace impossible check by assertion"
Maciej S. Szmigiero
2023-11-03
hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps
Yi Liu
2023-11-03
virtio-iommu: Consolidate host reserved regions and property set ones
Eric Auger
2023-11-03
virtio-iommu: Implement set_iova_ranges() callback
Eric Auger
2023-11-03
virtio-iommu: Record whether a probe request has been issued
Eric Auger
2023-11-03
virtio-iommu: Introduce per IOMMUDevice reserved regions
Eric Auger
2023-11-03
virtio-iommu: Rename reserved_regions into prop_resv_regions
Eric Auger
2023-11-03
memory: Let ReservedRegion use Range
Eric Auger
2023-11-01
cpr: relax vhost migration blockers
Steve Sistare
2023-11-01
migration: Use vmstate_register_any()
Juan Quintela
2023-10-31
virtio: use defer_call() in virtio_irqfd_notify()
Stefan Hajnoczi
2023-10-25
kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTH
Paolo Bonzini
2023-10-25
kvm: assume that many ioeventfds can be created
Paolo Bonzini
2023-10-23
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
2023-10-22
vhost-user: fix lost reconnect
Li Feng
2023-10-22
vhost: move and rename the conn retry times
Li Feng
2023-10-22
virtio: call ->vhost_reset_device() during reset
Stefan Hajnoczi
2023-10-22
vhost-backend: remove vhost_kernel_reset_device()
Stefan Hajnoczi
2023-10-22
vhost-user: do not send RESET_OWNER on device reset
Stefan Hajnoczi
2023-10-22
vhost-user: call VHOST_USER_SET_VRING_ENABLE synchronously
Laszlo Ersek
2023-10-22
vhost-user: allow "vhost_set_vring" to wait for a reply
Laszlo Ersek
2023-10-22
vhost-user: hoist "write_sync", "get_features", "get_u64"
Laszlo Ersek
2023-10-22
vhost-user: flatten "enforce_reply" into "vhost_user_write_sync"
Laszlo Ersek
2023-10-22
vhost-user: factor out "vhost_user_write_sync"
Laszlo Ersek
2023-10-22
vhost-user: tighten "reply_supported" scope in "set_vring_addr"
Laszlo Ersek
2023-10-22
vhost-user: strip superfluous whitespace
Laszlo Ersek
2023-10-20
Merge tag 'migration-20231020-pull-request' of https://gitlab.com/juan.quinte...
Stefan Hajnoczi
[next]