qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [6403] Fix warning in ide.c
@ 2009-01-22 18:39 Anthony Liguori
  0 siblings, 0 replies; only message in thread
From: Anthony Liguori @ 2009-01-22 18:39 UTC (permalink / raw)
  To: qemu-devel

Revision: 6403
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6403
Author:   aliguori
Date:     2009-01-22 18:39:53 +0000 (Thu, 22 Jan 2009)

Log Message:
-----------
Fix warning in ide.c

The vm state handler needed updating after the recent vm state change
notification refactoring.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>

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

Modified: trunk/hw/ide.c
===================================================================
--- trunk/hw/ide.c	2009-01-22 17:15:29 UTC (rev 6402)
+++ trunk/hw/ide.c	2009-01-22 18:39:53 UTC (rev 6403)
@@ -1152,7 +1152,7 @@
     }
 }
 
-static void ide_dma_restart_cb(void *opaque, int running)
+static void ide_dma_restart_cb(void *opaque, int running, int reason)
 {
     BMDMAState *bm = opaque;
     if (!running)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-22 18:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-22 18:39 [Qemu-devel] [6403] Fix warning in ide.c 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).