Re: [PATCH RESEND v3 07/10] migration: Refactor auto-converge capability logic

2022-12-12 Thread Peter Xu
On Sun, Dec 04, 2022 at 01:09:10AM +0800, huang...@chinatelecom.cn 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

[PATCH RESEND v3 07/10] migration: Refactor auto-converge capability logic

2022-12-03 Thread huangy81
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