Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260914-up-vsock-vhost-v5-v5-0-d17423589f48@virtuozzo.com
Maintainers: David Hildenbrand <david@kernel.org>, Igor Mammedov <imammedo@redhat.com>, Yi Liu <yi.l.liu@intel.com>, Eric Auger <eric.auger@redhat.com>, Zhenzhong Duan <zhenzhong.duan@intel.com>, Alex Williamson <alex@shazbot.org>, "Cédric Le Goater" <clg@redhat.com>, "Maciej S. Szmigiero" <maciej.szmigiero@oracle.com>, Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Mark Kanda <mark.kanda@oracle.com>, Ben Chaney <bchaney@akamai.com>, "Michael S. Tsirkin" <mst@redhat.com>, Stefano Garzarella <sgarzare@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Philippe Mathieu-Daudé" <philmd@oss.qualcomm.com>, Laurent Vivier <lvivier@redhat.com>
backends/hostmem-memfd.c | 5 +-
backends/hostmem-shm.c | 5 +-
backends/iommufd.c | 4 +-
hw/vfio/container-legacy.c | 17 +--
hw/vfio/cpr-legacy.c | 10 +-
hw/vfio/cpr.c | 6 +-
hw/vfio/pci.c | 5 +-
hw/virtio/vhost-kernel.c | 6 ++
hw/virtio/vhost-vsock.c | 218 +++++++++++++++++++++++++++++++++++---
hw/virtio/vhost.c | 57 +++++++---
include/hw/vfio/vfio-cpr.h | 6 +-
include/hw/virtio/vhost-backend.h | 2 +
include/hw/virtio/vhost-vsock.h | 2 +
include/hw/virtio/vhost.h | 61 +++++++++++
include/migration/cpr.h | 2 +-
migration/cpr.c | 55 ++++++----
migration/options.c | 7 ++
system/physmem.c | 5 +-
tests/qtest/migration/cpr-tests.c | 36 ++++++-
tests/unit/meson.build | 1 +
tests/unit/test-cpr.c | 98 +++++++++++++++++
21 files changed, 536 insertions(+), 72 deletions(-)