[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 0/1] migration: Add avail-switchover-bandwidth parameter
From: |
Peter Xu |
Subject: |
[PATCH v3 0/1] migration: Add avail-switchover-bandwidth parameter |
Date: |
Tue, 5 Sep 2023 15:38:01 -0400 |
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
- [PATCH v3 0/1] migration: Add avail-switchover-bandwidth parameter,
Peter Xu <=