Re: [Qemu-devel] [PATCH 09/10] migration: expose the bitmap_sync_cnt to the end user

2014-03-11 Thread Juan Quintela
wrote: > From: ChenLiang > > expose the counter that log the times of updating the dirty bitmap to > end user. > > Signed-off-by: ChenLiang > Signed-off-by: Gonglei Once Eric problems are fixed, rest of the patch looks ok. Later, Juan.

Re: [Qemu-devel] [PATCH 09/10] migration: expose the bitmap_sync_cnt to the end user

2014-03-11 Thread Eric Blake
On 03/11/2014 06:53 AM, arei.gong...@huawei.com wrote: > From: ChenLiang > > expose the counter that log the times of updating the dirty bitmap to > end user. > > Signed-off-by: ChenLiang > Signed-off-by: Gonglei > --- > +++ b/qapi-schema.json > @@ -651,13 +651,15 @@ > # > # @mbps: throughp

[Qemu-devel] [PATCH 09/10] migration: expose the bitmap_sync_cnt to the end user

2014-03-11 Thread arei.gonglei
From: ChenLiang expose the counter that log the times of updating the dirty bitmap to end user. Signed-off-by: ChenLiang Signed-off-by: Gonglei --- arch_init.c | 1 + hmp.c | 2 ++ include/migration/migration.h | 1 + migration.c | 2