[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] First OOPS
From: |
Laurent Vivier |
Subject: |
[Qemu-devel] First OOPS |
Date: |
Mon, 22 Dec 2008 00:47:57 +0100 |
Hi,
I've got my first oops under linux booted with OpenBIOS.
The kernel (2.6.28-rc9) was hanging into probe_machine() because it
didn't recognize the machine.
The following patch correct this:
---
arch/ppc/qemu/tree.fs | 1 +
1 file changed, 1 insertion(+)
Index: openbios-devel/arch/ppc/qemu/tree.fs
===================================================================
--- openbios-devel.orig/arch/ppc/qemu/tree.fs 2008-12-22
00:32:26.000000000 +0100
+++ openbios-devel/arch/ppc/qemu/tree.fs 2008-12-22 00:32:31.000000000
+0100
@@ -15,6 +15,7 @@
" chrp" device-type
" OpenSource,QEMU" model
+" Power Macintosh" encode-string " compatible" property
1 encode-int " #interrupt-cells" property
1 encode-int " #size-cells" property
qemu-linux
Description: Binary data
BTW tree.fs needs more cleanup...
Some screenshots:

and after a while:

- [Qemu-devel] First OOPS,
Laurent Vivier <=