[PATCH 0/2] *** Properly apply migration compression level

Bryan Zhang posted 2 patches 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240301035901.4006936-1-bryan.zhang@bytedance.com
Maintainers: Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
migration/options.c          | 12 ++++++++++++
tests/qtest/migration-test.c | 10 ++++++++++
2 files changed, 22 insertions(+)
[PATCH 0/2] *** Properly apply migration compression level
Posted by Bryan Zhang 9 months ago
From: Bryan Zhang <bryan.zhang@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
Re: [PATCH 0/2] *** Properly apply migration compression level
Posted by Peter Xu 9 months ago
On Fri, Mar 01, 2024 at 03:58:59AM +0000, Bryan Zhang wrote:
> From: Bryan Zhang <bryan.zhang@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

queued, thanks!

-- 
Peter Xu