Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250711141031.423-1-farosas@suse.de
Maintainers: Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Alex Williamson <alex.williamson@redhat.com>, "Cédric Le Goater" <clg@redhat.com>, Nicholas Piggin <npiggin@gmail.com>, Daniel Henrique Barboza <danielhb413@gmail.com>, Harsh Prateek Bora <harshpb@linux.ibm.com>, Halil Pasic <pasic@linux.ibm.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, Jason Herne <jjherne@linux.ibm.com>, Richard Henderson <richard.henderson@linaro.org>, David Hildenbrand <david@redhat.com>, Ilya Leoshkevich <iii@linux.ibm.com>, Thomas Huth <thuth@redhat.com>, Eric Farman <farman@linux.ibm.com>, Matthew Rosato <mjrosato@linux.ibm.com>, Eric Blake <eblake@redhat.com>, Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>, John Snow <jsnow@redhat.com>, Markus Armbruster <armbru@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
docs/devel/migration/main.rst | 4 +-
docs/devel/migration/postcopy.rst | 36 +-
docs/devel/migration/vfio.rst | 16 +-
hw/ppc/spapr.c | 2 +-
hw/s390x/s390-stattrib.c | 2 +-
hw/vfio/migration-multifd.c | 4 +-
hw/vfio/migration-multifd.h | 2 +-
hw/vfio/migration.c | 4 +-
include/migration/misc.h | 8 +-
include/migration/register.h | 36 +-
include/qemu/typedefs.h | 6 +-
migration/block-dirty-bitmap.c | 3 +-
migration/migration-hmp-cmds.c | 159 ++++++--
migration/migration.c | 87 ++--
migration/migration.h | 2 +-
migration/multifd-device-state.c | 10 +-
migration/options.c | 2 +
migration/postcopy-ram.c | 563 ++++++++++++++++++++------
migration/postcopy-ram.h | 2 +
migration/ram.c | 32 +-
migration/savevm.c | 89 ++--
migration/trace-events | 9 +-
qapi/migration.json | 38 ++
tests/qtest/migration/migration-qmp.c | 5 +
24 files changed, 799 insertions(+), 322 deletions(-)