Re: [Qemu-devel] [PATCH 37/38] migration: synchronize memory bitmap 64bits at a time

2013-12-19 Thread Orit Wasserman
On 12/17/2013 05:26 PM, Juan Quintela wrote: We use the old code if the bitmaps are not aligned Signed-off-by: Juan Quintela --- arch_init.c | 38 +- 1 file changed, 29 insertions(+), 9 deletions(-) diff --git a/arch_init.c b/arch_init.c index 2cd3d00..77

[Qemu-devel] [PATCH 37/38] migration: synchronize memory bitmap 64bits at a time

2013-12-17 Thread Juan Quintela
We use the old code if the bitmaps are not aligned Signed-off-by: Juan Quintela --- arch_init.c | 38 +- 1 file changed, 29 insertions(+), 9 deletions(-) diff --git a/arch_init.c b/arch_init.c index 2cd3d00..77912e7 100644 --- a/arch_init.c +++ b/arch_init.c