Re: [Qemu-devel] [PATCH v3 02/10] migration: Add counters of updating the dirty bitmap

2014-03-20 Thread Eric Blake
On 03/18/2014 06:24 AM, arei.gong...@huawei.com wrote: > From: ChenLiang > > Add counters to log the times of updating the dirty bitmap. > > Signed-off-by: ChenLiang > Signed-off-by: Gonglei > --- > arch_init.c | 5 + > 1 file changed, 5 insertions(+) Reviewed-by: Eric Blake -- Eric B

[Qemu-devel] [PATCH v3 02/10] migration: Add counters of updating the dirty bitmap

2014-03-18 Thread arei.gonglei
From: ChenLiang Add counters to log the times of updating the dirty bitmap. Signed-off-by: ChenLiang Signed-off-by: Gonglei --- arch_init.c | 5 + 1 file changed, 5 insertions(+) diff --git a/arch_init.c b/arch_init.c index 2ac68c2..d1e9199 100644 --- a/arch_init.c +++ b/arch_init.c @@ -