qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v6 2/4] guest agent: qemu-ga daemon


From: Michael Roth
Subject: Re: [Qemu-devel] [PATCH v6 2/4] guest agent: qemu-ga daemon
Date: Tue, 05 Jul 2011 19:34:54 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11

Doh! Missed a final build test and this little bugger slipped in. Please apply the following patch to fix it, qapi-backport-set3-v6 has been updated accordingly. Thanks to Matsuda Daiki for the catch/patch!

--- qemu-ga.c.orig      2011-07-06 09:03:00.656139317 +0900
+++ qemu-ga.c   2011-07-06 09:03:10.783264699 +0900
@@ -54,7 +54,7 @@ static struct GAState *ga_state;

 static void quit_handler(int sig)
 {
-    g_debug("recieved signal num %d, quitting");
+    g_debug("recieved signal num %d, quitting", sig);

     if (g_main_loop_is_running(ga_state->main_loop)) {
         g_main_loop_quit(ga_state->main_loop);



reply via email to

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