From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LQ4T7-0001N2-2q for qemu-devel@nongnu.org; Thu, 22 Jan 2009 13:39:57 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LQ4T5-0001MG-LK for qemu-devel@nongnu.org; Thu, 22 Jan 2009 13:39:56 -0500 Received: from [199.232.76.173] (port=50688 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQ4T5-0001MA-DW for qemu-devel@nongnu.org; Thu, 22 Jan 2009 13:39:55 -0500 Received: from savannah.gnu.org ([199.232.41.3]:51406 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LQ4T5-0000Tq-5f for qemu-devel@nongnu.org; Thu, 22 Jan 2009 13:39:55 -0500 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1LQ4T4-0003Se-IX for qemu-devel@nongnu.org; Thu, 22 Jan 2009 18:39:54 +0000 Received: from aliguori by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1LQ4T4-0003SW-AL for qemu-devel@nongnu.org; Thu, 22 Jan 2009 18:39:54 +0000 MIME-Version: 1.0 Errors-To: aliguori Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Anthony Liguori Message-Id: Date: Thu, 22 Jan 2009 18:39:54 +0000 Subject: [Qemu-devel] [6403] Fix warning in ide.c Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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 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)