Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240301022829.3390548-1-hao.xiang@bytedance.com
Maintainers: Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>, Paolo Bonzini <pbonzini@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, 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/machine.c | 4 +-
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 | 92 +++++++++++++++++++++++++++++
migration/multifd-zlib.c | 21 +++++--
migration/multifd-zstd.c | 20 +++++--
migration/multifd.c | 83 ++++++++++++++++++++++----
migration/multifd.h | 24 +++++++-
migration/options.c | 21 +++++++
migration/options.h | 1 +
migration/ram.c | 40 +++++++++----
migration/trace-events | 8 +--
qapi/migration.json | 53 +++++++++++++++--
tests/migration/guestperf/engine.py | 2 +
tests/qtest/migration-test.c | 52 ++++++++++++++++
19 files changed, 412 insertions(+), 44 deletions(-)
create mode 100644 migration/multifd-zero-page.c