This is the current workaround. I'll look some more into this.
diff -r f84c4d5304ff xen/arch/ppc/boot_of.c
--- a/xen/arch/ppc/boot_of.c Mon May 15 17:48:51 2006 -0400
+++ b/xen/arch/ppc/boot_of.c Tue May 16 06:52:56 2006 -0400
@@ -1012,13 +1012,14 @@ multiboot_info_t __init *boot_of_init(
boot_of_dart();
/* end of OF */
- of_printf("closing OF stdout...\n");
- of_call("close", 1, 0, &of_out);
+ of_printf("not closing OF stdout...\n");
+ //of_call("close", 1, 0, &of_out);
of_getprop(bof_chosen, "stdin", &of_in, sizeof (of_in));
if (of_in != of_out) {
- of_call("close", 1, 0, &of_in);
+ of_printf("not closing OF stdin...\n");
+ //of_call("close", 1, 0, &of_in);
}
of_call("quiesce", 0, 0, NULL);
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
|