Re: [Qemu-devel] [PATCH 35/38] memory: syncronize kvm bitmap using bitmaps operations

2013-12-19 Thread Orit Wasserman
On 12/17/2013 05:26 PM, Juan Quintela wrote: If bitmaps are aligned properly, use bitmap operations. If they are not, just use old bit at a time code. Signed-off-by: Juan Quintela --- include/exec/ram_addr.h | 54 - 1 file changed, 36 insertio

[Qemu-devel] [PATCH 35/38] memory: syncronize kvm bitmap using bitmaps operations

2013-12-17 Thread Juan Quintela
If bitmaps are aligned properly, use bitmap operations. If they are not, just use old bit at a time code. Signed-off-by: Juan Quintela --- include/exec/ram_addr.h | 54 - 1 file changed, 36 insertions(+), 18 deletions(-) diff --git a/include/exec