qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] introduce dirty ring size for guestperf tool
@ 2022-03-03 10:45 huangy81
  2022-03-03 10:45 ` [PATCH] migration: Introduce dirtylimit capability huangy81
  0 siblings, 1 reply; 3+ messages in thread
From: huangy81 @ 2022-03-03 10:45 UTC (permalink / raw)
  To: qemu-devel
  Cc: Hyman Huang, Daniel P. Berrangé, Dr. David Alan Gilbert,
	Juan Quintela

From: Hyman Huang(黄勇) <huangy81@chinatelecom.cn>

Dirtylimit implementation has been reviewed in the past few months, if
things go well, it will be merged in the near future, which is the first
step to implement a new live migration feature. For more details refer to: 
https://lore.kernel.org/qemu-devel/cover.1646247968.git.huangy81@chinatelecom.cn/

The second step is to implement the "dirtylimit" capability of live
migration basing on the implementation in first step, and the main
logic is almost done, refer to: 
https://github.com/newfriday/qemu/commits/migration_dirtylimit_v1

Since "dirtylimit" capability of live migration is basing on dirty
ring, so if we want compare live migration used "dirtylimit" capability 
with other capabilities such as "auto-converge" in performance, set
dirty ring size when start vm using guestperf tool is an convenient way.

So let's introduce dirty ring size for guestperf tool. 

Hyman Huang (1):
  tests/migration: Introduce dirty-ring-size option into guestperf

 tests/migration/guestperf/engine.py   | 6 +++++-
 tests/migration/guestperf/hardware.py | 8 ++++++--
 tests/migration/guestperf/shell.py    | 6 +++++-
 3 files changed, 16 insertions(+), 4 deletions(-)

-- 
1.8.3.1



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

end of thread, other threads:[~2022-03-03 10:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-03 10:45 [PATCH] introduce dirty ring size for guestperf tool huangy81
2022-03-03 10:45 ` [PATCH] migration: Introduce dirtylimit capability huangy81
2022-03-03 10:49   ` Hyman Huang

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).