qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [6403] Fix warning in ide.c


From: Anthony Liguori
Subject: [Qemu-devel] [6403] Fix warning in ide.c
Date: Thu, 22 Jan 2009 18:39:54 +0000

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 <address@hidden>

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)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]