Re: [PATCH RESEND v3 09/10] migration: Export dirty-limit time info for observation

2023-01-17 Thread Hyman Huang
在 2023/1/11 22:38, Markus Armbruster 写道: huang...@chinatelecom.cn writes: From: Hyman Huang(黄勇) Export dirty limit throttle time and estimated ring full time, through which we can observe if dirty limit take effect during live migration. Suggest something like "Extend query-migrate to pr

Re: [PATCH RESEND v3 09/10] migration: Export dirty-limit time info for observation

2023-01-11 Thread Markus Armbruster
huang...@chinatelecom.cn writes: > From: Hyman Huang(黄勇) > > Export dirty limit throttle time and estimated ring full > time, through which we can observe if dirty limit take > effect during live migration. Suggest something like "Extend query-migrate to provide ..." both here and in subject. >

[PATCH RESEND v3 09/10] migration: Export dirty-limit time info for observation

2022-12-03 Thread huangy81
From: Hyman Huang(黄勇) Export dirty limit throttle time and estimated ring full time, through which we can observe if dirty limit take effect during live migration. Signed-off-by: Hyman Huang(黄勇) --- include/sysemu/dirtylimit.h | 2 ++ migration/migration.c | 10 ++ monitor/hmp-c