Re: [PATCH v2 1/2] migration/dirtyrate: record start_time and calc_time while at the measuring state

2020-09-29 Thread David Edmondson
On Tuesday, 2020-09-29 at 11:42:17 +08, Chuan Zheng wrote: > Querying could include both the start-time and the calc-time while at the > measuring > state, allowing a caller to determine when they should expect to come back > looking > for a result. > > Signed-off-by: Chuan Zheng Reviewed-by:

[PATCH v2 1/2] migration/dirtyrate: record start_time and calc_time while at the measuring state

2020-09-28 Thread Chuan Zheng
Querying could include both the start-time and the calc-time while at the measuring state, allowing a caller to determine when they should expect to come back looking for a result. Signed-off-by: Chuan Zheng --- migration/dirtyrate.c | 13 + 1 file changed, 9 insertions(+), 4 delet