Re: [PATCH v1 5/8] migration: Export dirty-limit time info

2022-10-07 Thread Hyman Huang
在 2022/10/7 23:09, Markus Armbruster 写道: Hyman Huang writes: 在 2022/10/2 2:31, 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

Re: [PATCH v1 5/8] migration: Export dirty-limit time info

2022-10-07 Thread Markus Armbruster
Hyman Huang writes: > 在 2022/10/2 2:31, 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. >>> >>> Si

Re: [PATCH v1 5/8] migration: Export dirty-limit time info

2022-10-01 Thread Hyman Huang
在 2022/10/2 2:31, 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

Re: [PATCH v1 5/8] migration: Export dirty-limit time info

2022-10-01 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 b/qapi/migr

[PATCH v1 5/8] migration: Export dirty-limit time info

2022-09-01 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 ++ monitor/hmp-c