Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240216224002.1476890-1-hao.xiang@bytedance.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Eduardo Habkost <eduardo@habkost.net>, Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Hao Xiang <hao.xiang@bytedance.com>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>, Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>
MAINTAINERS | 5 ++
hw/core/qdev-properties-system.c | 10 ++++
include/hw/qdev-properties-system.h | 4 ++
migration/meson.build | 1 +
migration/migration-hmp-cmds.c | 13 +++++
migration/migration.c | 2 +
migration/multifd-zero-page.c | 59 +++++++++++++++++++
migration/multifd-zlib.c | 26 +++++++--
migration/multifd-zstd.c | 25 ++++++--
migration/multifd.c | 90 ++++++++++++++++++++++++-----
migration/multifd.h | 28 ++++++++-
migration/options.c | 21 +++++++
migration/options.h | 1 +
migration/ram.c | 50 ++++++++++++----
migration/trace-events | 8 +--
qapi/migration.json | 47 +++++++++++++--
tests/migration/guestperf/engine.py | 2 +
tests/qtest/migration-test.c | 52 +++++++++++++++++
18 files changed, 399 insertions(+), 45 deletions(-)
create mode 100644 migration/multifd-zero-page.c