Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240228051315.400759-1-peterx@redhat.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Jason Wang <jasowang@redhat.com>, Alex Williamson <alex.williamson@redhat.com>, "Cédric Le Goater" <clg@redhat.com>, David Hildenbrand <david@redhat.com>, Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>, Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>
docs/devel/migration/main.rst | 4 +
qapi/migration.json | 37 ++++---
include/hw/vfio/vfio-common.h | 2 +-
include/hw/virtio/virtio-net.h | 2 +-
include/migration/misc.h | 47 +++++++-
include/qemu/notify.h | 8 +-
migration/migration.h | 4 -
migration/multifd.h | 2 -
migration/postcopy-ram.h | 1 -
migration/socket.h | 3 +-
hw/net/virtio-net.c | 13 ++-
hw/vfio/migration.c | 13 +--
hw/virtio/vhost-user.c | 10 +-
hw/virtio/virtio-balloon.c | 3 +-
migration/migration.c | 196 +++++++++++++++++++++------------
migration/multifd.c | 111 ++++++++++---------
migration/postcopy-ram.c | 3 +-
migration/ram.c | 3 +-
migration/socket.c | 19 ++--
net/vhost-vdpa.c | 14 +--
tests/qtest/migration-test.c | 46 +++++++-
ui/spice-core.c | 17 ++-
util/notify.c | 5 +-
hw/vfio/trace-events | 2 +-
24 files changed, 354 insertions(+), 211 deletions(-)