[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/2] migration: Some fix and enhancements to HMP "info migrate
From: |
Peter Xu |
Subject: |
[PATCH v2 0/2] migration: Some fix and enhancements to HMP "info migrate" |
Date: |
Wed, 14 May 2025 16:01:35 -0400 |
v2:
- Dropped patch 2, dump globals only if "-a" in the last patch [Dave]
- Keep using "Throughput" for dumping ->mbps [Juraj]
- Rearranged some more, e.g. put xbzrle/globals under -a too, added indents
for the global dump, etc.
Patch 1 was a bug I found set capabilities, so it's pretty separate issue.
Patch 2 was an attempt that I made the HMP "info migrate" looks slightly
easier to read. A new option "-a" is added to request a full dump,
otherwise only the important info will be dumped.
Comments welcomed, thanks.
Peter Xu (2):
migration: Allow caps to be set when preempt or multifd cap enabled
migration/hmp: Add "info migrate -a", reorg the dump
migration/migration-hmp-cmds.c | 186 +++++++++++++++++----------------
migration/options.c | 4 +-
hmp-commands-info.hx | 6 +-
3 files changed, 101 insertions(+), 95 deletions(-)
--
2.49.0
- [PATCH v2 0/2] migration: Some fix and enhancements to HMP "info migrate",
Peter Xu <=