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

2014-03-11 Thread Juan Quintela
"Gonglei (Arei)" wrote: >> On 03/11/2014 06:53 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 >> > Reviewed-by: Dr. David Alan Gilbert >> > Reviewed-by:

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

2014-03-11 Thread Gonglei (Arei)
> On 03/11/2014 06:53 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 > > Reviewed-by: Dr. David Alan Gilbert > > Reviewed-by: Eric Blake > > Wait - how did m

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

2014-03-11 Thread Eric Blake
On 03/11/2014 06:53 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 > Reviewed-by: Dr. David Alan Gilbert > Reviewed-by: Eric Blake Wait - how did my Reviewed-by get he

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

2014-03-11 Thread arei.gonglei
From: ChenLiang Add counters to log the times of updating the dirty bitmap. Signed-off-by: ChenLiang Signed-off-by: Gonglei Reviewed-by: Dr. David Alan Gilbert Reviewed-by: Eric Blake --- arch_init.c | 20 1 file changed, 20 insertions(+) diff --git a/arch_init.c b/arc