Re: [PATCH v2 08/11] migration: Export dirty-limit time info

2022-12-03 Thread Markus Armbruster
Hyman writes: > 在 2022/11/22 0:26, huang...@chinatelecom.cn 写道: >> From: Hyman Huang(黄勇) >> Export dirty limit throttle time and estimated ring full >> time, through which we can observe the process of dirty >> limit during live migration. >> Signed-off-by: Hyman Huang(黄勇) >> --- >>

Re: [PATCH v2 08/11] migration: Export dirty-limit time info

2022-12-03 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 the process of dirty > limit during live migration. > > Signed-off-by: Hyman Huang(黄勇) [...] > diff --git a/qapi/migration.json

Re: [PATCH v2 08/11] migration: Export dirty-limit time info

2022-12-03 Thread Hyman
在 2022/11/22 0:26, huang...@chinatelecom.cn 写道: From: Hyman Huang(黄勇) Export dirty limit throttle time and estimated ring full time, through which we can observe the process of dirty limit during live migration. Signed-off-by: Hyman Huang(黄勇) --- include/sysemu/dirtylimit.h | 2 ++

Re: [PATCH v2 08/11] migration: Export dirty-limit time info

2022-11-30 Thread Hyman
在 2022/11/30 8:09, Peter Xu 写道: On Mon, Nov 21, 2022 at 11:26:40AM -0500, huang...@chinatelecom.cn wrote: From: Hyman Huang(黄勇) Export dirty limit throttle time and estimated ring full time, through which we can observe the process of dirty limit during live migration. Signed-off-by:

Re: [PATCH v2 08/11] migration: Export dirty-limit time info

2022-11-29 Thread Peter Xu
On Mon, Nov 21, 2022 at 11:26:40AM -0500, huang...@chinatelecom.cn wrote: > From: Hyman Huang(黄勇) > > Export dirty limit throttle time and estimated ring full > time, through which we can observe the process of dirty > limit during live migration. > > Signed-off-by: Hyman Huang(黄勇) > --- >

[PATCH v2 08/11] migration: Export dirty-limit time info

2022-11-21 Thread huangy81
From: Hyman Huang(黄勇) Export dirty limit throttle time and estimated ring full time, through which we can observe the process of dirty limit during live migration. Signed-off-by: Hyman Huang(黄勇) --- include/sysemu/dirtylimit.h | 2 ++ migration/migration.c | 10 ++