Re: [Qemu-devel] [PATCH 34/38] memory: move bitmap synchronization to its own function

2013-12-19 Thread Orit Wasserman
On 12/17/2013 05:26 PM, Juan Quintela wrote: We want to have all the functions that handle directly the dirty bitmap near. We will change it later. Signed-off-by: Juan Quintela --- include/exec/ram_addr.h | 31 +++ kvm-all.c | 27 ++-

[Qemu-devel] [PATCH 34/38] memory: move bitmap synchronization to its own function

2013-12-17 Thread Juan Quintela
We want to have all the functions that handle directly the dirty bitmap near. We will change it later. Signed-off-by: Juan Quintela --- include/exec/ram_addr.h | 31 +++ kvm-all.c | 27 ++- 2 files changed, 33 insertions(+), 25 d