Re: [Qemu-devel] [PATCH 34/38] memory: move bitmap synchronization to its own function
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
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