From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MYQ45-0006sR-19 for qemu-devel@nongnu.org; Tue, 04 Aug 2009 15:52:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MYQ44-0006rz-G2 for qemu-devel@nongnu.org; Tue, 04 Aug 2009 15:52:52 -0400 Received: from [199.232.76.173] (port=41153 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYQ44-0006rt-B2 for qemu-devel@nongnu.org; Tue, 04 Aug 2009 15:52:52 -0400 Received: from fg-out-1718.google.com ([72.14.220.154]:62808) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MYQ43-0002Ma-VV for qemu-devel@nongnu.org; Tue, 04 Aug 2009 15:52:52 -0400 Received: by fg-out-1718.google.com with SMTP id l27so848322fgb.8 for ; Tue, 04 Aug 2009 12:52:50 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4A77F195.8060200@bandsman.co.uk> References: <4A77F195.8060200@bandsman.co.uk> From: Blue Swirl Date: Tue, 4 Aug 2009 22:52:30 +0300 Message-ID: Subject: Re: [Qemu-devel] Sparc emulation no longer boots Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nigel Horne Cc: qemu-devel@nongnu.org On Tue, Aug 4, 2009 at 11:30 AM, Nigel Horne wrote: > 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 I don't see any problems in my tests. Could you try to bisect?