From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hh9hX-0002wq-8u for qemu-devel@nongnu.org; Thu, 26 Apr 2007 15:32:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hh9hV-0002tP-K2 for qemu-devel@nongnu.org; Thu, 26 Apr 2007 15:32:22 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hh9hV-0002t7-Da for qemu-devel@nongnu.org; Thu, 26 Apr 2007 15:32:21 -0400 Received: from ug-out-1314.google.com ([66.249.92.171]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hh9bj-0007tC-Ey for qemu-devel@nongnu.org; Thu, 26 Apr 2007 15:26:23 -0400 Received: by ug-out-1314.google.com with SMTP id j40so591272ugd for ; Thu, 26 Apr 2007 12:26:22 -0700 (PDT) Message-ID: Date: Thu, 26 Apr 2007 22:26:21 +0300 From: "Blue Swirl" Subject: Re: [Qemu-devel] scsi patch In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: 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 On 4/25/07, Wang Cheng Yeh wrote: > scsi.tex patch reduces unnecessary mismatch. > > lsi.txt corrects mismatch condition. > When the mismatch happens, register ia saves the instruction address. > However, QEMU call lsi_bad_phase first, update new dsp and > then save it into register ia. > The patch correct this problem. > Another fix is in the table indirect addressing. > s->rbc is the same as s->dbc in direct, indirect, and table indirect mode. > > I test 25 times debian installation automatically and there is no problem in > scsi. > > The steps follow > http://www.aurel32.net/info/debian_arm_qemu.php > will work well !!! I tested the scsi-disk part on Sparc, seems to be fine.