mbox series

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

Message ID 20230803155344.11450-1-peterx@redhat.com
Headers show
Series migration: Add max-switchover-bandwidth parameter | expand

Message

Peter Xu Aug. 3, 2023, 3:53 p.m. UTC
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(-)