From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KVlL0-0007W1-Ty for qemu-devel@nongnu.org; Wed, 20 Aug 2008 06:54:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KVlKy-0007VA-A0 for qemu-devel@nongnu.org; Wed, 20 Aug 2008 06:54:49 -0400 Received: from [199.232.76.173] (port=55055 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KVlKw-0007Ur-2y for qemu-devel@nongnu.org; Wed, 20 Aug 2008 06:54:46 -0400 Received: from relay01.mx.bawue.net ([193.7.176.67]:52696) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KVlKv-0006En-PF for qemu-devel@nongnu.org; Wed, 20 Aug 2008 06:54:45 -0400 Date: Wed, 20 Aug 2008 12:54:41 +0200 From: Thiemo Seufer Subject: Re: [Qemu-devel] MIPS SVN fails Message-ID: <20080820105440.GA22769@networkno.de> References: <48ABDB2C.6080007@bandsman.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48ABDB2C.6080007@bandsman.co.uk> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nigel Horne Cc: qemu-devel@nongnu.org Nigel Horne wrote: > 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 uses now the Malta emulation as default. > "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" You will have to add a "-M mips" here. The latest kernels have dropped the support for the Qemu-specific mips machine. > 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. Thiemo