qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [5901] LSI53C895A: Remove current_dma_len hack
@ 2008-12-07  3:03 Andrzej Zaborowski
  2008-12-10 15:31 ` Anthony Liguori
  0 siblings, 1 reply; 2+ messages in thread
From: Andrzej Zaborowski @ 2008-12-07  3:03 UTC (permalink / raw)
  To: qemu-devel

Revision: 5901
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5901
Author:   balrog
Date:     2008-12-07 03:03:21 +0000 (Sun, 07 Dec 2008)

Log Message:
-----------
LSI53C895A: Remove current_dma_len hack

Signed-off-by: Justin Chevrier <address@hidden>
Acked-by: Ryan Harper <ryanh@us.ibm.com>
Acked-by: Chris Wright <chrisw@sous-sol.org>

Modified Paths:
--------------
    trunk/hw/lsi53c895a.c

Modified: trunk/hw/lsi53c895a.c
===================================================================
--- trunk/hw/lsi53c895a.c	2008-12-07 01:51:28 UTC (rev 5900)
+++ trunk/hw/lsi53c895a.c	2008-12-07 03:03:21 UTC (rev 5901)
@@ -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;

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [5901] LSI53C895A: Remove current_dma_len hack
  2008-12-07  3:03 [Qemu-devel] [5901] LSI53C895A: Remove current_dma_len hack Andrzej Zaborowski
@ 2008-12-10 15:31 ` Anthony Liguori
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony Liguori @ 2008-12-10 15:31 UTC (permalink / raw)
  To: qemu-devel; +Cc: Justin Chevrier

Justin,

Andrzej Zaborowski wrote:
> Revision: 5901
>           http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5901
> Author:   balrog
> Date:     2008-12-07 03:03:21 +0000 (Sun, 07 Dec 2008)
>
> Log Message:
> -----------
> LSI53C895A: Remove current_dma_len hack
>
> Signed-off-by: Justin Chevrier <address@hidden>
>   

This is not a valid Signed-off-by line.  In the future, please use a 
valid one.

Regards,

Anthony Liguori


> Acked-by: Ryan Harper <ryanh@us.ibm.com>
> Acked-by: Chris Wright <chrisw@sous-sol.org>
>
> Modified Paths:
> --------------
>     trunk/hw/lsi53c895a.c
>
> Modified: trunk/hw/lsi53c895a.c
> ===================================================================
> --- trunk/hw/lsi53c895a.c	2008-12-07 01:51:28 UTC (rev 5900)
> +++ trunk/hw/lsi53c895a.c	2008-12-07 03:03:21 UTC (rev 5901)
> @@ -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;
>
>
>
>
>   

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-12-10 15:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-07  3:03 [Qemu-devel] [5901] LSI53C895A: Remove current_dma_len hack Andrzej Zaborowski
2008-12-10 15:31 ` Anthony Liguori

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).