From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KVjQJ-0000x3-64 for qemu-devel@nongnu.org; Wed, 20 Aug 2008 04:52:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KVjQH-0000wU-1q for qemu-devel@nongnu.org; Wed, 20 Aug 2008 04:52:10 -0400 Received: from [199.232.76.173] (port=51426 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KVjQG-0000wQ-Q6 for qemu-devel@nongnu.org; Wed, 20 Aug 2008 04:52:08 -0400 Received: from ptb-relay02.plus.net ([212.159.14.146]:38326) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KVjQG-00062X-QI for qemu-devel@nongnu.org; Wed, 20 Aug 2008 04:52:09 -0400 Received: from [212.159.106.41] (helo=bandsman.co.uk) by ptb-relay02.plus.net with esmtp (Exim) id 1KVjQ4-0000K0-Pm for qemu-devel@nongnu.org; Wed, 20 Aug 2008 09:51:56 +0100 Received: from [192.168.1.15] ([192.168.1.15]) (authenticated bits=0) by bandsman.co.uk (8.14.2/8.14.1) with ESMTP id m7K8pu54003452 for ; Wed, 20 Aug 2008 09:51:56 +0100 Message-ID: <48ABDB2C.6080007@bandsman.co.uk> Date: Wed, 20 Aug 2008 09:51:56 +0100 From: Nigel Horne MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] MIPS SVN fails 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 Recently the MIPS emultation in SVN has been broken. My tried and trusted method of starting the emulator now only gives a "(qemu)" prompt. "qemu-system-mips -cpu 24Kf -kernel ~njh/qemu/mips/vmlinux-2.6.18-4-qemu -initrd ~njh/qemu/mips/initrd.gz -hda ~njh/qemu/mips/debian.img -append "root=/dev/hda1 console=ttyS0" -m 128 -nographic" I can no longer boot to Linux, the only option to stop qemu "Ctrl-A x". The image isn't corrupt, using an old built copy of qemu-system-mips boots fine. -Nigel