Re: [Qemu-devel] [PATCH 29/34] ram: Use memory_region_test_and_clear_dirty

2012-12-20 Thread Eric Blake
On 12/19/2012 05:33 AM, Juan Quintela wrote: This avoids having to do two walks over the dirty bitmap, once reading the dirty bits, and anthoer cleaning them. s/anthoer/another/ -- Eric Blake eblake redhat com+1-919-301-3266 Libvirt virtualization library http://libvirt.org

[Qemu-devel] [PATCH 29/34] ram: Use memory_region_test_and_clear_dirty

2012-12-19 Thread Juan Quintela
This avoids having to do two walks over the dirty bitmap, once reading the dirty bits, and anthoer cleaning them. Signed-off-by: Juan Quintela quint...@redhat.com --- arch_init.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/arch_init.c b/arch_init.c index