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