Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240617185731.9725-1-farosas@suse.de
Maintainers: Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, "Daniel P. Berrangé" <berrange@redhat.com>, "Dr. David Alan Gilbert" <dave@treblig.org>, Markus Armbruster <armbru@redhat.com>, Eric Blake <eblake@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>
docs/devel/migration/main.rst | 24 ++-
docs/devel/migration/mapped-ram.rst | 6 +-
include/monitor/monitor.h | 3 +-
include/qemu/osdep.h | 2 +
io/channel-file.c | 8 +-
migration/file.c | 45 ++++-
migration/file.h | 1 -
migration/migration-hmp-cmds.c | 11 ++
migration/migration.c | 23 +++
migration/options.c | 35 ++++
migration/options.h | 1 +
monitor/fds.c | 96 +++++-----
monitor/hmp.c | 2 -
monitor/monitor-internal.h | 1 -
monitor/monitor.c | 1 -
monitor/qmp.c | 2 -
qapi/migration.json | 21 ++-
stubs/fdset.c | 7 +-
tests/qtest/migration-helpers.c | 44 +++++
tests/qtest/migration-helpers.h | 8 +
tests/qtest/migration-test.c | 263 +++++++++++++++++++++++++---
util/osdep.c | 34 ++--
22 files changed, 508 insertions(+), 130 deletions(-)