From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MYFPf-0004y8-9d for qemu-devel@nongnu.org; Tue, 04 Aug 2009 04:30:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MYFPZ-0004tK-Vw for qemu-devel@nongnu.org; Tue, 04 Aug 2009 04:30:26 -0400 Received: from [199.232.76.173] (port=41808 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYFPZ-0004tC-NN for qemu-devel@nongnu.org; Tue, 04 Aug 2009 04:30:21 -0400 Received: from relay.ptn-ipout02.plus.net ([212.159.7.36]:41162) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1MYFPZ-0005vx-0p for qemu-devel@nongnu.org; Tue, 04 Aug 2009 04:30:21 -0400 Received: from [212.159.106.41] (helo=bandsman.co.uk) by pih-relay04.plus.net with esmtp (Exim) id 1MYFPS-0002sd-5M for qemu-devel@nongnu.org; Tue, 04 Aug 2009 09:30:14 +0100 Received: from [192.168.1.15] ([192.168.1.15]) (authenticated bits=0) by bandsman.co.uk (8.14.3/8.14.3/Debian-9) with ESMTP id n748UDVO022288 for ; Tue, 4 Aug 2009 09:30:13 +0100 Message-ID: <4A77F195.8060200@bandsman.co.uk> Date: Tue, 04 Aug 2009 09:30:13 +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] Sparc emulation no longer boots List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org I've recently found that the GIT version of the Sparc emulation no longer boots Debian. I get this error: ... Floppy drive(s): fd0 is 1.44M FDC 0 is a S82078B RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize Initializing Cryptographic API NET4: Linux TCP/IP 1.0 for NET4.0 IP: routing cache hash table of 512 buckets, 4Kbytes TCP: Hash tables configured (established 8192 bind 16384) NET4: Unix domain sockets 1.0/SMP for Linux NET4.0. RAMDISK: cramfs filesystem found at block 0 RAMDISK: Loading 2320 blocks [1 disk] into ram disk... done. Freeing initrd memory: 2320k freed VFS: Mounted root (cramfs filesystem). mount[8]: Unimplemented SPARC system call 188 cat[9]: Unimplemented SPARC system call 188 mount[10]: Unimplemented SPARC system call 188 linuxrc[7]: Unimplemented SPARC system call 188 Freeing unused kernel memory: 128k freed initrd-tools: 0.1.84.2 umount[11]: Unimplemented SPARC system call 188 cat[12]: Unimplemented SPARC system call 188 Then qemu loops. My startup command is qemu-system-sparc -hda ~njh/qemu/sparc/debian.img -nographic -m 128 -Nigel