Re: [XenPPC] [PATCH] Change to add boot param delimiter " || "

2006-12-12 Thread Hollis Blanchard
On Wed, 2006-12-06 at 14:03 -0600, Jerone Young wrote: > Thanks Hollis for the feedback. Added changes. > > Signed-off-by: Jerone Young <[EMAIL PROTECTED]> Applied; thanks. -- Hollis Blanchard IBM Linux Technology Center ___ Xen-ppc-devel mailing li

Re: [XenPPC] [PATCH] Change to add boot param delimiter " || "

2006-12-06 Thread Jerone Young
Thanks Hollis for the feedback. Added changes. Signed-off-by: Jerone Young <[EMAIL PROTECTED]> diff -r 9148f7816d00 xen/arch/powerpc/boot_of.c --- a/xen/arch/powerpc/boot_of.cTue Oct 24 19:11:00 2006 -0400 +++ b/xen/arch/powerpc/boot_of.cWed Dec 06 13:59:37 2006 -0600 @@ -964,10 +

Re: [XenPPC] [PATCH] Change to add boot param delimiter " || "

2006-12-06 Thread Hollis Blanchard
On Wed, 2006-12-06 at 11:37 -0600, Jerone Young wrote: > Update patch with Jimi's suggestions: > > Signed-off-by: Jerone Young <[EMAIL PROTECTED]> > > diff -r 9148f7816d00 xen/arch/powerpc/boot_of.c > --- a/xen/arch/powerpc/boot_of.cTue Oct 24 19:11:00 2006 -0400 > +++ b/xen/arch/powerpc/

Re: [XenPPC] [PATCH] Change to add boot param delimiter " || "

2006-12-06 Thread Jerone Young
Update patch with Jimi's suggestions: Signed-off-by: Jerone Young <[EMAIL PROTECTED]> diff -r 9148f7816d00 xen/arch/powerpc/boot_of.c --- a/xen/arch/powerpc/boot_of.cTue Oct 24 19:11:00 2006 -0400 +++ b/xen/arch/powerpc/boot_of.cWed Dec 06 11:34:37 2006 -0600 @@ -964,10 +964,11 @@

Re: [XenPPC] [PATCH] Change to add boot param delimiter " || "

2006-12-05 Thread Jimi Xenidis
On Dec 5, 2006, at 6:20 PM, Jerone Young wrote: This patch changes the code so can support more than one type delimiter on the command line. Now you can use "||" as well as "--". " || " works better with SLOF currently available. There is a bug in some cases using SLOF where "--" is not t

[XenPPC] [PATCH] Change to add boot param delimiter " || "

2006-12-05 Thread Jerone Young
This patch changes the code so can support more than one type delimiter on the command line. Now you can use "||" as well as "--". " || " works better with SLOF currently available. There is a bug in some cases using SLOF where "--" is not treated as desired. Patch has been tested and ready to go