Re: [XenPPC] [linux-ppc-2.6] [XEN] The VIO rewrite

2006-11-08 Thread Jimi Xenidis
On Nov 4, 2006, at 12:35 PM, poff wrote: Here's this patch on JS20, with 192mb Dom0, 512mb total: Hmm, so a 512MiB machine? arch_gnttab_map: grant table at d80082016000 setup_grant_area: mempool_create(): failed kernel BUG in setup_grant_area at /home/poff/linux-ppc-2.6-work.hg/ arch/p

Re: [XenPPC] [linux-ppc-2.6] [XEN] The VIO rewrite

2006-11-08 Thread Jimi Xenidis
On Nov 5, 2006, at 11:18 PM, Tony Breeds wrote: On Fri, Nov 03, 2006 at 10:02:41PM +, Xen patchbot-linux- ppc-2.6 wrote: # HG changeset patch # User Jimi Xenidis <[EMAIL PROTECTED]> # Node ID 2a9c6a23cd1292e9ed361e33d640ce84a6fbdb53 # Parent f4d382795e57b926cd82256bcb3a74c539731796 [XEN]

Re: [XenPPC] [linux-ppc-2.6] [XEN] The VIO rewrite

2006-11-08 Thread Jimi Xenidis
On Nov 8, 2006, at 9:57 AM, Jimi Xenidis wrote: On Nov 4, 2006, at 12:35 PM, poff wrote: Here's this patch on JS20, with 192mb Dom0, 512mb total: Hmm, so a 512MiB machine? arch_gnttab_map: grant table at d80082016000 setup_grant_area: mempool_create(): failed kernel BUG in setup_gran

Re: [XenPPC] [linux-ppc-2.6] [XEN] The VIO rewrite

2006-11-08 Thread poff
> Hmm.. I capped my Dom0 to 192M and 64M and it worked fine. The only > reason that mempool_create() can fail is if an underlying kmalloc > failed, I don't think that we are trying to get so much memory. > Hey! did you update Xen as well? because the number of pages was way > too large befo

[XenPPC] [linux-ppc-2.6] [XEN][POWERPC] Use a bitmap to manage the foreign page area

2006-11-08 Thread Xen patchbot-linux-ppc-2 . 6
# HG changeset patch # User Jimi Xenidis <[EMAIL PROTECTED]> # Node ID 39d3d1cfe7146a6542a7708bace0ab38f11e48b5 # Parent 2a9c6a23cd1292e9ed361e33d640ce84a6fbdb53 [XEN][POWERPC] Use a bitmap to manage the foreign page area We needed to be able to dispense pages from the foreign map to Xen VIO back

[XenPPC] [linux-ppc-2.6] [XEN][POWERPC] Driver refresh

2006-11-08 Thread Xen patchbot-linux-ppc-2 . 6
# HG changeset patch # User Jimi Xenidis <[EMAIL PROTECTED]> # Node ID 15c1ca41a412014e942f72c908861c963a35e306 # Parent 39d3d1cfe7146a6542a7708bace0ab38f11e48b5 [XEN][POWERPC] Driver refresh This fixes the problem with inter-domain networking. Signed-off-by: Jimi Xenidis <[EMAIL PROTECTED]> ---