Re: [Qemu-devel] [PATCH] kvm: Fix dirty tracking with large kernel page size

2012-03-19 Thread David Gibson
On Mon, Mar 19, 2012 at 11:52:49AM +0100, Andreas Färber wrote: > Am 19.03.2012 05:57, schrieb David Gibson: > > If the kernel page size is larger than TARGET_PAGE_SIZE, which > > happens for example on ppc64 with kernels compiled for 64K pages, > > the dirty tracking doesn't work. > > > > Cc: Avi

Re: [Qemu-devel] [PATCH] kvm: Fix dirty tracking with large kernel page size

2012-03-19 Thread Andreas Färber
Am 19.03.2012 05:57, schrieb David Gibson: > If the kernel page size is larger than TARGET_PAGE_SIZE, which > happens for example on ppc64 with kernels compiled for 64K pages, > the dirty tracking doesn't work. > > Cc: Avi Kivity > Cc: Marcelo Tossatti > > Signed-off-by: Benjamin Herrenschmidt

[Qemu-devel] [PATCH] kvm: Fix dirty tracking with large kernel page size

2012-03-18 Thread David Gibson
If the kernel page size is larger than TARGET_PAGE_SIZE, which happens for example on ppc64 with kernels compiled for 64K pages, the dirty tracking doesn't work. Cc: Avi Kivity Cc: Marcelo Tossatti Signed-off-by: Benjamin Herrenschmidt Signed-off-by: David Gibson --- kvm-all.c |8 +--