Re: [PATCH QEMU v5 5/8] migration: Refactor auto-converge capability logic

2023-06-13 Thread Juan Quintela
~hyman wrote: > From: Hyman Huang(黄勇) > > Check if block migration is running before throttling > guest down in auto-converge way. > > Note that this modification is kind of like code clean, > because block migration does not depend on auto-converge > capability, so the order of checks can be adj

[PATCH QEMU v5 5/8] migration: Refactor auto-converge capability logic

2023-06-07 Thread ~hyman
From: Hyman Huang(黄勇) Check if block migration is running before throttling guest down in auto-converge way. Note that this modification is kind of like code clean, because block migration does not depend on auto-converge capability, so the order of checks can be adjusted. Signed-off-by: Hyman