qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH for-8.2 v2 0/2] migration: Add max-switchover-bandwidth parameter


From: Peter Xu
Subject: [PATCH for-8.2 v2 0/2] migration: Add max-switchover-bandwidth parameter
Date: Thu, 3 Aug 2023 11:53:42 -0400

v2:
- Fix wordings, reindent qapi doc [Markus]
- Added a pre-requisite patch to dedup documents in qapi/migration
- Rename available-bandwidth to max-switchover-bandwidth [Dan]

This is the v2 series to add the new parameter to guide migration
switchover calculations.

For more information on the new parameter and why we need it, please read
commit message in patch 2.

Please have a look, thanks.

Peter Xu (2):
  qapi/migration: Deduplicate migration parameter field comments
  migration: Allow user to specify migration switchover bandwidth

 qapi/migration.json            | 297 +++------------------------------
 migration/migration.h          |   2 +-
 migration/options.h            |   1 +
 migration/migration-hmp-cmds.c |  14 ++
 migration/migration.c          |  19 ++-
 migration/options.c            |  28 ++++
 migration/trace-events         |   2 +-
 7 files changed, 80 insertions(+), 283 deletions(-)

-- 
2.41.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]