Re: [Qemu-devel] [PATCH 2/3] memory: change dirty setting APIs to take a size

2012-01-22 Thread Blue Swirl
On Sun, Jan 22, 2012 at 13:07, Blue Swirl wrote: > Instead of each target knowing or guessing the guest page size, > just pass the desired size of dirtied memory area. > > Signed-off-by: Blue Swirl > --- >  arch_init.c     |    2 +- >  exec-obsolete.h |   16 >  hw/cirrus_vga.c |

[Qemu-devel] [PATCH 2/3] memory: change dirty setting APIs to take a size

2012-01-22 Thread Blue Swirl
Instead of each target knowing or guessing the guest page size, just pass the desired size of dirtied memory area. Signed-off-by: Blue Swirl --- arch_init.c |2 +- exec-obsolete.h | 16 hw/cirrus_vga.c | 16 ++-- hw/g364fb.c | 11 +++ hw/qxl