On Dec 6, 2006, at 4:28 PM, Yoder Stuart-B08248 wrote:
Is Xen/PPC is reliant on any OF/RTAS services being resident.
Doing a quick grep of the code turns up what looks to be
calls to initialize the rtas, and calls to rtas halt and reboot
functions.
We instantiate RTAS only for IBM JS2x beca
'xm restore' immediately following boot usually wedges the cpu.
However, xm save followed by xm restore works fine (even when
guest domain and htab are relocated to new memory areas).
^AAA shows: with .plpar_hcall_norets @ c003af78
and .HYPERVISOR_sched_op @ c004415
Is Xen/PPC is reliant on any OF/RTAS services being resident.
Doing a quick grep of the code turns up what looks to be
calls to initialize the rtas, and calls to rtas halt and reboot
functions.
Do you know if Xen relies in any other way on services being
available by resident firmware?
Thanks
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 +
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/
We have several JS21, all with two ethernet interfaces, both interfaces
in use.For example this is what things look like when we boot one
such blade with the latest xen and linux for xen and before starting xend.
cso89:~ # ifconfig
ifconfig
eth0 Link encap:Ethernet HWaddr 00:11:25:C9:
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 @@