Re: [Qemu-devel] [PATCH 1/6] memory: change dirty getting API to take a size

2012-02-08 Thread Evgeny Voevodin
On 02/08/2012 11:42 AM, Jan Kiszka wrote: On 2012-02-08 08:19, Evgeny Voevodin wrote: On 01/29/2012 11:13 PM, Blue Swirl wrote: Instead of each device knowing or guessing the guest page size, just pass the desired size of dirtied memory area. Signed-off-by: Blue Swirl --- arch_init.c |

Re: [Qemu-devel] [PATCH 1/6] memory: change dirty getting API to take a size

2012-02-07 Thread Jan Kiszka
On 2012-02-08 08:19, Evgeny Voevodin wrote: > On 01/29/2012 11:13 PM, Blue Swirl wrote: >> Instead of each device knowing or guessing the guest page size, >> just pass the desired size of dirtied memory area. >> >> Signed-off-by: Blue Swirl >> --- >> arch_init.c |7 --- >> exec-obso

Re: [Qemu-devel] [PATCH 1/6] memory: change dirty getting API to take a size

2012-02-07 Thread Evgeny Voevodin
On 01/29/2012 11:13 PM, Blue Swirl wrote: Instead of each device knowing or guessing the guest page size, just pass the desired size of dirtied memory area. Signed-off-by: Blue Swirl --- arch_init.c |7 --- exec-obsolete.h | 15 +-- hw/framebuffer.c |9 +--

[Qemu-devel] [PATCH 1/6] memory: change dirty getting API to take a size

2012-01-29 Thread Blue Swirl
Instead of each device knowing or guessing the guest page size, just pass the desired size of dirtied memory area. Signed-off-by: Blue Swirl --- arch_init.c |7 --- exec-obsolete.h | 15 +-- hw/framebuffer.c |9 + hw/g364fb.c |3 ++- hw/sm501.c