Re: [Qemu-devel] [PATCH 4/6] memory: find dirty range

2011-12-11 Thread Avi Kivity
On 12/10/2011 06:45 PM, Blue Swirl wrote: > Instead of each target knowing or guessing the guest page size, > iterate through the dirty ranges. > > Signed-off-by: Blue Swirl > --- > cpu-all.h | 30 ++ > hw/tcx.c | 54 ++-

[Qemu-devel] [PATCH 4/6] memory: find dirty range

2011-12-10 Thread Blue Swirl
Instead of each target knowing or guessing the guest page size, iterate through the dirty ranges. Signed-off-by: Blue Swirl --- cpu-all.h | 30 ++ hw/tcx.c | 54 ++ hw/vga.c | 16 +++- memory.c |