From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MaS2o-0005ea-Lv for qemu-devel@nongnu.org; Mon, 10 Aug 2009 06:23:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MaS2h-0005Zx-G3 for qemu-devel@nongnu.org; Mon, 10 Aug 2009 06:23:58 -0400 Received: from [199.232.76.173] (port=44571 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MaS2h-0005Zp-9y for qemu-devel@nongnu.org; Mon, 10 Aug 2009 06:23:51 -0400 Received: from relay.ptn-ipout01.plus.net ([212.159.7.35]:42082) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1MaS2g-00075E-RQ for qemu-devel@nongnu.org; Mon, 10 Aug 2009 06:23:51 -0400 Received: from [212.159.106.41] (helo=bandsman.co.uk) by fhw-relay07.plus.net with esmtp (Exim) id 1MaS2e-0006aE-7i for qemu-devel@nongnu.org; Mon, 10 Aug 2009 11:23:48 +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 n7AANllF024631 for ; Mon, 10 Aug 2009 11:23:47 +0100 Message-ID: <4A7FF533.5060507@bandsman.co.uk> Date: Mon, 10 Aug 2009 11:23:47 +0100 From: Nigel Horne MIME-Version: 1.0 Subject: Re: [Qemu-devel] Sparc emulation no longer boots References: <4A77F195.8060200@bandsman.co.uk> <4A7F076E.4060904@bandsman.co.uk> In-Reply-To: <4A7F076E.4060904@bandsman.co.uk> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Here's some more information. Using the same disc image, but with an older version of qemu, the guest Linux boots: ... umount[11]: Unimplemented SPARC system call 188 cat[12]: Unimplemented SPARC system call 188 SCSI subsystem driver Revision: 1.00 esp0: IRQ 36 SCSI ID 7 Clk 40MHz CCYC=25000 CCF=8 TOut 167 NCR53C90(esp100) ESP: Total of 1 ESP hosts found, 1 actually in use. scsi0 : Sparc ESP100 (NCR53C90) Vendor: QEMU Model: QEMU HARDDISK Rev: 0.9. Type: Direct-Access ANSI SCSI revision: 03 Vendor: QEMU Model: QEMU CD-ROM Rev: 0.9. Type: CD-ROM ANSI SCSI revision: 03 Attached scsi disk sda at scsi0, channel 0, id 0, lun 0 SCSI device sda: 4194304 512-byte hdwr sectors (2147 MB) Partition check: /dev/scsi/host0/bus0/target0/lun0: p1 p2 p3 p4 Journalled Block Device driver loaded Compare this with the looping version in git: >>> .... >>> initrd-tools: 0.1.84.2 >>> umount[11]: Unimplemented SPARC system call 188 >>> cat[12]: Unimplemented SPARC system call 188 >>> >>> Then qemu loops. Perhaps the problem lies within the SCSI emulation? -Nigel