[PATCH QEMU 0/3] migration: enrich the dirty-limit test case

~hyman posted 3 patches 9 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/169056463135.22823.13693920045521586976-0@git.sr.ht
Maintainers: Juan Quintela <quintela@redhat.com>, Peter Xu <peterx@redhat.com>, Leonardo Bras <leobras@redhat.com>, Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
There is a newer version of this series
tests/migration/guestperf/comparison.py |  23 ++++
tests/migration/guestperf/engine.py     |  23 +++-
tests/migration/guestperf/hardware.py   |   8 +-
tests/migration/guestperf/progress.py   |  16 ++-
tests/migration/guestperf/scenario.py   |  11 +-
tests/migration/guestperf/shell.py      |  24 +++-
tests/qtest/migration-test.c            | 155 ++++++++++++++++++++++++
7 files changed, 252 insertions(+), 8 deletions(-)
[PATCH QEMU 0/3] migration: enrich the dirty-limit test case
Posted by ~hyman 9 months, 1 week ago
Dirty-limit feature was introduced in 8.1, and the test
case could be enriched to make sure the behavior and
the performance of dirty-limit is exactly what we want.

This series add 2 test cases, the first commit aims for
the functional test and the others aim for the
performance test.

Please review, thanks.

Yong.

Hyman Huang(黄勇) (3):
  tests: Add migration dirty-limit capability test
  tests/migration: Introduce dirty-ring-size option into guestperf
  tests/migration: Introduce dirty-limit into guestperf

 tests/migration/guestperf/comparison.py |  23 ++++
 tests/migration/guestperf/engine.py     |  23 +++-
 tests/migration/guestperf/hardware.py   |   8 +-
 tests/migration/guestperf/progress.py   |  16 ++-
 tests/migration/guestperf/scenario.py   |  11 +-
 tests/migration/guestperf/shell.py      |  24 +++-
 tests/qtest/migration-test.c            | 155 ++++++++++++++++++++++++
 7 files changed, 252 insertions(+), 8 deletions(-)

-- 
2.38.5