aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2023-11-07vhost-user-fs: Implement internal migrationHanna Czenczek1-1/+100
2023-11-07vhost: Add high-level state save/load functionsHanna Czenczek1-0/+204
2023-11-07vhost-user: Interface for migration state transferHanna Czenczek2-0/+183
2023-11-01cpr: relax vhost migration blockersSteve Sistare1-1/+1
2023-11-01migration: Use vmstate_register_any()Juan Quintela1-2/+2
2023-10-31virtio: use defer_call() in virtio_irqfd_notify()Stefan Hajnoczi2-1/+13
2023-10-25kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTHPaolo Bonzini3-25/+5
2023-10-25kvm: assume that many ioeventfds can be createdPaolo Bonzini1-4/+0
2023-10-23Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi7-124/+142
2023-10-22vhost-user: fix lost reconnectLi Feng2-3/+9
2023-10-22vhost: move and rename the conn retry timesLi Feng1-2/+1
2023-10-22virtio: call ->vhost_reset_device() during resetStefan Hajnoczi2-0/+13
2023-10-22vhost-backend: remove vhost_kernel_reset_device()Stefan Hajnoczi1-6/+0
2023-10-22vhost-user: do not send RESET_OWNER on device resetStefan Hajnoczi1-4/+9
2023-10-22vhost-user: call VHOST_USER_SET_VRING_ENABLE synchronouslyLaszlo Ersek1-1/+15
2023-10-22vhost-user: allow "vhost_set_vring" to wait for a replyLaszlo Ersek1-5/+6
2023-10-22vhost-user: hoist "write_sync", "get_features", "get_u64"Laszlo Ersek1-85/+85
2023-10-22vhost-user: flatten "enforce_reply" into "vhost_user_write_sync"Laszlo Ersek1-19/+13
2023-10-22vhost-user: factor out "vhost_user_write_sync"Laszlo Ersek1-36/+26
2023-10-22vhost-user: tighten "reply_supported" scope in "set_vring_addr"Laszlo Ersek1-5/+6
2023-10-22vhost-user: strip superfluous whitespaceLaszlo Ersek1-1/+1
2023-10-20Merge tag 'migration-20231020-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi1-6/+2
2023-10-20migration: simplify blockersSteve Sistare1-6/+2
2023-10-19hw/virtio/virtio-pmem: Replace impossible check by assertionPhilippe Mathieu-Daudé1-4/+1
2023-10-18vhost: Expose vhost_svq_available_slots()Hawkins Jiawei2-1/+2
2023-10-17Merge tag 'gpu-pull-request' of https://gitlab.com/marcandre.lureau/qemu into...Stefan Hajnoczi1-0/+18
2023-10-16virtio: Add shared memory capabilityDr. David Alan Gilbert1-0/+18
2023-10-12virtio-mem: Mark memslot alias memory regions unmergeableDavid Hildenbrand1-0/+6
2023-10-12memory,vhost: Allow for marking memory device memory regions unmergeableDavid Hildenbrand1-2/+2
2023-10-12virtio-mem: Expose device memory dynamically via multiple memslots if enabledDavid Hildenbrand2-0/+309
2023-10-12virtio-mem: Update state to match bitmap as soon as it's been migratedDavid Hildenbrand1-5/+21
2023-10-12virtio-mem: Pass non-const VirtIOMEM via virtio_mem_range_cbDavid Hildenbrand1-5/+5
2023-10-12memory-device,vhost: Support automatic decision on the number of memslotsDavid Hildenbrand1-1/+13
2023-10-12vhost: Add vhost_get_max_memslots()David Hildenbrand2-0/+16
2023-10-12memory-device,vhost: Support memory devices that dynamically consume memslotsDavid Hildenbrand1-4/+14
2023-10-12vhost: Return number of free memslotsDavid Hildenbrand2-4/+4
2023-10-12vhost: Remove vhost_backend_can_merge() callbackDavid Hildenbrand3-20/+1
2023-10-12vhost: Rework memslot filtering and fix "used_memslot" trackingDavid Hildenbrand2-13/+50
2023-10-06hw/virtio/vhost: Silence compiler warnings in vhost code when using -WshadowThomas Huth1-4/+4
2023-10-06hw/virtio/virtio-pci: Avoid compiler warning with -WshadowThomas Huth1-10/+10
2023-10-04vhost-user: add shared_object msgAlbert Esteve1-12/+155
2023-10-04virtio: remove unused next argument from virtqueue_split_read_next_desc()Ilya Maximets1-10/+8
2023-10-04virtio: remove unnecessary thread fence while reading next descriptorIlya Maximets1-2/+0
2023-10-04virtio: use shadow_avail_idx while checking number of headsIlya Maximets1-3/+15
2023-10-04vhost-user: move VhostUserProtocolFeature definition to header fileJonah Palmer2-42/+1
2023-10-04qmp: update virtio feature maps, vhost-user-gpio introspectionJonah Palmer2-1/+40
2023-10-04qmp: remove virtio_list, search QOM tree insteadJonah Palmer3-69/+29
2023-10-04vhost: Add count argument to vhost_svq_poll()Hawkins Jiawei2-15/+23
2023-10-04vdpa: move vhost_vdpa_set_vring_ready to the callerEugenio Pérez2-3/+3
2023-10-04vdpa: export vhost_vdpa_set_vring_readyEugenio Pérez2-13/+14