[XenPPC] Re: [Xen-devel] [PATCH 0/3] [RFC] User-space grant table device

2007-03-21 Thread Andrew Warfield
Am I correct in thinking that the use of the VM_FOREIGN flag, plus the use of vm_private_data to store an array of struct page pointers, enables the pages to be mapped into user space using get_user_pages() (which is called by make_pages_present(), which is called by do_mmap_pgoff())? Or is it

[XenPPC] [PATCH] Add USB Nvidia Frame buffer support to default config for Bimini

2007-03-21 Thread Jerone Young
This will add support for USB the Nvidia Frame buffer to the default config so that monitor, keyboard, and mouse will work on Bimini systems. Signed-off-by: Jerone Young [EMAIL PROTECTED] diff -r 04f6ad5d9232 arch/powerpc/configs/xen_maple_defconfig --- a/arch/powerpc/configs/xen_maple_defconfig

[XenPPC] please pull xenppc-unstable-merge.hg

2007-03-21 Thread Hollis Blanchard
Hi Keir, please pull from http://xenbits.xensource.com/ext/xenppc-unstable-merge.hg I finally have beaten the domain builder into shape, which required a moving some x86 and ia64 code around. I've also fixed a few other build and runtime bugs that came down from recent xen-unstable changes.

[XenPPC] Re: please pull xenppc-unstable-merge.hg

2007-03-21 Thread Keir Fraser
On 21/3/07 23:48, Hollis Blanchard [EMAIL PROTECTED] wrote: Hi Keir, please pull from http://xenbits.xensource.com/ext/xenppc-unstable-merge.hg Done. It looks like that will bring in about 775 changesets without changing any code, but that's the amount of work you would have gotten all

[XenPPC] Re: [Xen-devel] [PATCH 0/3] [RFC] User-space grant table device

2007-03-21 Thread Isaku Yamahata
On Wed, Mar 21, 2007 at 11:29:29AM +, Derek Murray wrote: blktap appears to map each grant into kernel space and, when not using auto-translated mode, into user space as well. If it is using auto-translated mode, then the grant is only mapped into the kernel. When auto translate