mbox series

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

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

Message

Peter Xu Sept. 5, 2023, 7:38 p.m. UTC
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(-)