From: Bryan Zhang <bryan.zh...@bytedance.com> There is some glue code missing, such that the `qmp_migrate_set_parameters` function does not properly update the `multifd_zstd_level` and `multifd_zlib_level` parameters. This patch adds the glue code and also adds some function calls to the existing migration tests to make sure the set_parameters function gets tested.
Bryan Zhang (2): migration: Properly apply migration compression level parameters tests/migration: Set compression level in migration tests migration/options.c | 12 ++++++++++++ tests/qtest/migration-test.c | 10 ++++++++++ 2 files changed, 22 insertions(+) -- 2.30.2