[Qemu-devel] [PATCH 0/4] migration: Make multifd not experimental

Juan Quintela posted 4 patches 5 years, 2 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
hmp.c                  | 17 ++++---------
migration/migration.c  | 56 ++++++++++--------------------------------
migration/migration.h  |  1 -
migration/ram.c        | 13 ++++++----
qapi/migration.json    | 45 +++++++++++++--------------------
tests/migration-test.c | 48 ++++++++++++++++++++++++++++++++++++
6 files changed, 91 insertions(+), 89 deletions(-)
[Qemu-devel] [PATCH 0/4] migration: Make multifd not experimental
Posted by Juan Quintela 5 years, 2 months ago
This series:

- Change page_count default to 128.

  16 was really small, and it makes much less contention on mutexes to
  just have bigger packets.

- Drop multifd-page_count parameter

  This parameter was useful for testing, but in all my testing 128 is
  good enough, no need to have an extra knob.  Libvirt don't want to
  expose this parameter because it is difficult to explain.

- Drop experimental "x-" from multifd

  Code is stable, nothing big is happening here.

- Multifd test

  And a test for multifd, this test has already been on other patch
  series.  But now it uses the names without "-x".

Please review.

Juan Quintela (4):
  multifd: Change page count default to 128
  multifd: Drop x-multifd-page-count parameter
  multifd: Drop x-
  tests: Add migration multifd test

 hmp.c                  | 17 ++++---------
 migration/migration.c  | 56 ++++++++++--------------------------------
 migration/migration.h  |  1 -
 migration/ram.c        | 13 ++++++----
 qapi/migration.json    | 45 +++++++++++++--------------------
 tests/migration-test.c | 48 ++++++++++++++++++++++++++++++++++++
 6 files changed, 91 insertions(+), 89 deletions(-)

-- 
2.20.1