[PATCH v3 0/1] migration: Add avail-switchover-bandwidth parameter

Peter Xu posted 1 patch 1 year, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230905193802.250440-1-peterx@redhat.com
Maintainers: Juan Quintela <quintela@redhat.com>, Peter Xu <peterx@redhat.com>, Leonardo Bras <leobras@redhat.com>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>
qapi/migration.json            | 11 +++++++++++
migration/migration.h          |  2 +-
migration/options.h            |  2 ++
migration/migration-hmp-cmds.c | 14 ++++++++++++++
migration/migration.c          | 24 +++++++++++++++++++++---
migration/options.c            | 25 +++++++++++++++++++++++++
migration/trace-events         |  2 +-
7 files changed, 75 insertions(+), 5 deletions(-)
[PATCH v3 0/1] migration: Add avail-switchover-bandwidth parameter
Posted by Peter Xu 1 year, 2 months ago
This single-patch series is based on:

[PATCH v3 0/4] qapi/migration: Dedup migration parameter objects and fix tls-authz crash
Based-on: <20230905162335.235619-1-peterx@redhat.com>

I still added a cover letter to make sure the "Based-on" will be parsed all
right for e.g. patchew.

v3:
- Rebased to above patchset, dropped the 1st patch
- Renamed the parameter from "max-switchover-bandwidth" to
  "avail-switchover-bandwidth"
- Fixed calculation [Joao]

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

Please have a look, thanks.

Peter Xu (1):
  migration: Allow user to specify available switchover bandwidth

 qapi/migration.json            | 11 +++++++++++
 migration/migration.h          |  2 +-
 migration/options.h            |  2 ++
 migration/migration-hmp-cmds.c | 14 ++++++++++++++
 migration/migration.c          | 24 +++++++++++++++++++++---
 migration/options.c            | 25 +++++++++++++++++++++++++
 migration/trace-events         |  2 +-
 7 files changed, 75 insertions(+), 5 deletions(-)

-- 
2.41.0