qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] *** Properly apply migration compression level
@ 2024-03-01  3:58 Bryan Zhang
  2024-03-01  3:59 ` [PATCH 1/2] migration: Properly apply migration compression level parameters Bryan Zhang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bryan Zhang @ 2024-03-01  3:58 UTC (permalink / raw)
  To: qemu-devel, peterx, farosas; +Cc: hao.xiang, Bryan Zhang

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-03-01  4:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-01  3:58 [PATCH 0/2] *** Properly apply migration compression level Bryan Zhang
2024-03-01  3:59 ` [PATCH 1/2] migration: Properly apply migration compression level parameters Bryan Zhang
2024-03-01  3:59 ` [PATCH 2/2] tests/migration: Set compression level in migration tests Bryan Zhang
2024-03-01  4:12 ` [PATCH 0/2] *** Properly apply migration compression level Peter Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).