From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LjjBl-0003uR-Ke for qemu-devel@nongnu.org; Tue, 17 Mar 2009 19:59:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LjjBk-0003uE-6G for qemu-devel@nongnu.org; Tue, 17 Mar 2009 19:59:17 -0400 Received: from [199.232.76.173] (port=37679 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LjjBk-0003uB-14 for qemu-devel@nongnu.org; Tue, 17 Mar 2009 19:59:16 -0400 Received: from static-71-162-243-5.phlapa.fios.verizon.net ([71.162.243.5]:39187 helo=grelber.thyrsus.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LjjBj-0008I6-N7 for qemu-devel@nongnu.org; Tue, 17 Mar 2009 19:59:15 -0400 Received: from driftwood.localnet (localhost [127.0.0.1]) by grelber.thyrsus.com (Postfix) with ESMTP id 467BA9F0644 for ; Tue, 17 Mar 2009 20:11:10 -0400 (EDT) From: Rob Landley Date: Tue, 17 Mar 2009 18:57:42 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903171857.42875.rob@landley.net> Subject: [Qemu-devel] svn 6658 broke powerpc. Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Up through svn 6657, I could boot a powerpc kernel with -kernel. That commit changed it so now it says: invalid/unsupported opcode: 00 - 00 - 00 (00000000) fff18f00 1 invalid/unsupported opcode: 00 - 00 - 00 (00000000) fff18f04 1 invalid/unsupported opcode: 00 - 0c - 06 (00009198) 00009214 0 And dies. You can grab a test kernel from http://landley.net/zImage-powerpc and try booting it (out of the qemu source directory, this is assuming you've built it but haven't installed it yet) via: ppc-softmmu/qemu-system-ppc -kernel zImage-powerpc \ -append "console=ttyS0 panic=1" -nographic -no-reboot -L pc-bios With svn 6657, it works. (You get kernel boot messages up until it panics and dies because it can't find the root filesystem). With 6658 it dies immediately with the above error message. Unfortunately, this means that the 0.10.0 release doesn't work for powerpc for me, but svn a couple days _before_ the release did. Rob