From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C2FLb-0003gJ-1i for qemu-devel@nongnu.org; Tue, 31 Aug 2004 16:35:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C2FLZ-0003fw-Ru for qemu-devel@nongnu.org; Tue, 31 Aug 2004 16:35:18 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C2FLZ-0003fj-OW for qemu-devel@nongnu.org; Tue, 31 Aug 2004 16:35:17 -0400 Received: from [129.104.30.34] (helo=a.mx.polytechnique.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C2FGU-00072A-4v for qemu-devel@nongnu.org; Tue, 31 Aug 2004 16:30:02 -0400 Received: from localhost (localhost [127.0.0.1]) by djali.m4x.org (Postfix) with ESMTP id 5C32633234 for ; Tue, 31 Aug 2004 22:30:01 +0200 (CEST) Received: from djali.m4x.org ([127.0.0.1]) by localhost (djali [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 06569-04 for ; Tue, 31 Aug 2004 22:30:01 +0200 (CEST) Received: from bellard.org (nas-cbv-6-213-228-29-191.dial.proxad.net [213.228.29.191]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id 26CF133230 for ; Tue, 31 Aug 2004 22:30:00 +0200 (CEST) Message-ID: <4134DFE5.5030103@bellard.org> Date: Tue, 31 Aug 2004 22:30:29 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Solaris9 issues on today CVS sources. References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 Karel Gardas wrote: > Hello, > > I've been able to use Solaris9 on qemu 0.5.5, but I have tried to update > to the latest (today) sources and found that the kernel does not boot > anymore. It is loaded, but then when it touch disc it prints: > > WARNING: /pci@0,0/pci-ide/@1,1/ide@0/cmdk@0,0 (Disk 0): > Error for command 'read sector' Error Level: Informational > Sense Key: aborted command > Vendor 'Gen-ATA ' error code: 0x3 > WARNING: /pci@0,0/pci-ide/@1,1/ide@0 (ata0): > timeout: reset target, target=0 lun=0 > > and this is repeated several times, till kernel boots again. > > BTW: Reading changelog for 0.6.1, I've found this: > > - New block device layer > > does this mean that the old mkcow images are not longer supported? They should work except if there is a bug. Try with a raw image. Otherwise it is a recent change in the IDE driver. Fabrice.