From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35605) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZrbb-0004GD-Qs for qemu-devel@nongnu.org; Sat, 17 Nov 2012 18:15:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TZrbY-0008L7-MQ for qemu-devel@nongnu.org; Sat, 17 Nov 2012 18:15:19 -0500 Received: from mail-ob0-f173.google.com ([209.85.214.173]:38659) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZrbY-0008Ka-HY for qemu-devel@nongnu.org; Sat, 17 Nov 2012 18:15:16 -0500 Received: by mail-ob0-f173.google.com with SMTP id x4so3613964obh.4 for ; Sat, 17 Nov 2012 15:15:15 -0800 (PST) Date: Sat, 17 Nov 2012 17:15:02 -0600 From: Rob Landley Message-Id: <1353194102.19744.2@driftwood> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] Commit b90600eed3 broke qemu-system-ppc -M g3beige. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org It worked in 1.2.0, but qemu segfaults during linux boot now. Test case: grab =20 http://landley.net/aboriginal/bin/system-image-powerpc.tar.bz2 and in =20 that "./run-emulator.sh". Checkout the above commit and build it: the =20 result fails. Then "git show b90600eed3 | patch -p1 -R" and rebuild, it =20 works. Rob=