From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LAQzz-0006W5-3D for qemu-devel@nongnu.org; Wed, 10 Dec 2008 10:29:15 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LAQzy-0006VH-F3 for qemu-devel@nongnu.org; Wed, 10 Dec 2008 10:29:14 -0500 Received: from [199.232.76.173] (port=49861 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAQzx-0006Uw-NG for qemu-devel@nongnu.org; Wed, 10 Dec 2008 10:29:13 -0500 Received: from mail-qy0-f20.google.com ([209.85.221.20]:57749) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LAQzx-00034E-9a for qemu-devel@nongnu.org; Wed, 10 Dec 2008 10:29:13 -0500 Received: by qyk13 with SMTP id 13so995425qyk.10 for ; Wed, 10 Dec 2008 07:29:12 -0800 (PST) Message-ID: <493FE043.40604@codemonkey.ws> Date: Wed, 10 Dec 2008 09:29:07 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/2] LSI53C895A: Remove current_dma_len hack References: <76607.86680.qm@web51103.mail.re2.yahoo.com> In-Reply-To: <76607.86680.qm@web51103.mail.re2.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; 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: theburner1@yahoo.com, qemu-devel@nongnu.org Justin Chevrier wrote: > I've sorted out the problem with Openserver that this hack covered up. As such this hack can be removed. It currently is causing boot problems with Debian ARM and Windows XP SP3. > > Changelog: > > Remove current_dma_len update hack > > Signed-off-by: Justin Chevrier > I'd like to apply this, but is not a valid email address. Regards, Anthony Liguori > --- hw/lsi53c895a.c (revision 5852) > +++ hw/lsi53c895a.c (working copy) > @@ -920,7 +920,6 @@ > break; > case PHASE_DI: > s->waiting = 2; > - s->current_dma_len = s->dbc; > lsi_do_dma(s, 0); > if (s->waiting) > s->waiting = 3; > > > > > > >