From: Anthony Liguori <anthony@codemonkey.ws>
To: theburner1@yahoo.com, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 1/2] LSI53C895A: Remove current_dma_len hack
Date: Wed, 10 Dec 2008 09:29:07 -0600 [thread overview]
Message-ID: <493FE043.40604@codemonkey.ws> (raw)
In-Reply-To: <76607.86680.qm@web51103.mail.re2.yahoo.com>
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 <address@hidden>
>
I'd like to apply this, but <address@hidden> 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;
>
>
>
>
>
>
>
prev parent reply other threads:[~2008-12-10 15:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-02 15:53 [Qemu-devel] [PATCH 1/2] LSI53C895A: Remove current_dma_len hack Justin Chevrier
2008-12-02 16:27 ` Ryan Harper
2008-12-02 21:50 ` Chris Wright
2008-12-10 15:29 ` Anthony Liguori [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=493FE043.40604@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=qemu-devel@nongnu.org \
--cc=theburner1@yahoo.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).