Re: [PATCH] [v2] linux: virtio: Standardize virtio's concept of "page size"

2008-11-13 Thread Rusty Russell
On Friday 14 November 2008 08:18:33 Hollis Blanchard wrote: > On Thu, 2008-11-13 at 08:44 +1030, Rusty Russell wrote: > > Note that I still don't have a balloon patch: want to send me one? > > linux: virtio-balloon: avoid implicit use of Linux page size in balloon > interface Thanks, applied with

Re: [PATCH] [v2] linux: virtio: Standardize virtio's concept of "page size"

2008-11-13 Thread Hollis Blanchard
On Thu, 2008-11-13 at 08:44 +1030, Rusty Russell wrote: > > Note that I still don't have a balloon patch: want to send me one? qemu: virtio-balloon: don't use TARGET_PAGE_BITS in balloon interface Make the balloon interface always use 4K pages. Signed-off-by: Hollis Blanchard <[EMAIL PROTECTED]

Re: [PATCH] [v2] linux: virtio: Standardize virtio's concept of "page size"

2008-11-13 Thread Hollis Blanchard
On Thu, 2008-11-13 at 08:44 +1030, Rusty Russell wrote: > > Note that I still don't have a balloon patch: want to send me one? linux: virtio-balloon: avoid implicit use of Linux page size in balloon interface Make the balloon interface always use 4K pages, and convert Linux pfns if necessary. T

Re: [PATCH] [v3] powerpc/4xx: work around CHIP11 errata in a more PAGE_SIZE-friendly way

2008-11-13 Thread Hollis Blanchard
On Thu, 2008-11-13 at 07:44 +1100, Benjamin Herrenschmidt wrote: > > Again, why can't we just stick something in the kernel code that > reserves the last page ? It could be in prom.c or it could be called by > affected 4xx platforms by the platform code, whatever, but the reserve > map isn't reall

Re: [PATCH 0 of 3] some kernel fixes for PPC440 KVM

2008-11-13 Thread Avi Kivity
Hollis Blanchard wrote: Hi Avi, these patches fix some minor PowerPC kernel issues, including a nasty MMU bug that was exposed by 64K pages on the host, but could also affect 4K pages. Please apply. Applied all, thanks. -- error compiling committee.c: too many arguments to function -- To