From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NwvY9-0006qd-77 for qemu-devel@nongnu.org; Wed, 31 Mar 2010 06:53:29 -0400 Received: from [140.186.70.92] (port=57757 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NwvY7-0006q7-Ju for qemu-devel@nongnu.org; Wed, 31 Mar 2010 06:53:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NwvY6-00085b-1a for qemu-devel@nongnu.org; Wed, 31 Mar 2010 06:53:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40289) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NwsBk-0004Sc-Gf for qemu-devel@nongnu.org; Wed, 31 Mar 2010 03:18:13 -0400 Message-ID: <4BB2F726.8020203@redhat.com> Date: Wed, 31 Mar 2010 09:17:58 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] QEMU 0.12.3 and SCSI boot References: <4BB0A359.8010700@redhat.com> <4BB0AE15.6020303@redhat.com> <4BB0B064.6000007@redhat.com> <4BB0B8CE.6080301@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerhard Wiesinger Cc: Kevin Wolf , qemu-devel@nongnu.org On 03/31/10 06:37, Gerhard Wiesinger wrote: > On Mon, 29 Mar 2010, Gerd Hoffmann wrote: > >> On 03/29/10 15:51, Kevin Wolf wrote: >>>> It actually searches the queue in case tag != s->current->tag, and it >>>> should most likely do the same for s->current == NULL ... >>>> >>>> Attached patch makes the rom boot for me. >>> >>> Yes, works for me. And it seems to work reliably, unlike the 0.12.x >>> version. >> > > I'm also interested in a backport to the 0.12.x version that I can test. > Can this be easily done? http://git.savannah.gnu.org/cgit/qemu.git/log/hw/lsi53c895a.c Pick the five most recent patches (committed jan 11th) and apply the patch posted in this thread on top of it. cheers, Gerd