[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
- [PATCH for-8.2 v2 0/2] migration: Add max-switchover-bandwidth parameter,
Peter Xu <=
- [PATCH for-8.2 v2 1/2] qapi/migration: Deduplicate migration parameter field comments, Peter Xu, 2023/08/03
- Re: [PATCH for-8.2 v2 1/2] qapi/migration: Deduplicate migration parameter field comments, Markus Armbruster, 2023/08/04
- Re: [PATCH for-8.2 v2 1/2] qapi/migration: Deduplicate migration parameter field comments, Daniel P . Berrangé, 2023/08/04
- Re: [PATCH for-8.2 v2 1/2] qapi/migration: Deduplicate migration parameter field comments, Peter Xu, 2023/08/04
- Re: [PATCH for-8.2 v2 1/2] qapi/migration: Deduplicate migration parameter field comments, Daniel P . Berrangé, 2023/08/04
- Re: [PATCH for-8.2 v2 1/2] qapi/migration: Deduplicate migration parameter field comments, Peter Xu, 2023/08/04
- Re: [PATCH for-8.2 v2 1/2] qapi/migration: Deduplicate migration parameter field comments, Daniel P . Berrangé, 2023/08/04
- Re: [PATCH for-8.2 v2 1/2] qapi/migration: Deduplicate migration parameter field comments, Peter Xu, 2023/08/04
- Re: [PATCH for-8.2 v2 1/2] qapi/migration: Deduplicate migration parameter field comments, Markus Armbruster, 2023/08/05
- Re: [PATCH for-8.2 v2 1/2] qapi/migration: Deduplicate migration parameter field comments, Peter Xu, 2023/08/06