From patchwork Wed Jul 6 00:34:54 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Roth X-Patchwork-Id: 103397 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 48817B6F00 for ; Wed, 6 Jul 2011 10:37:13 +1000 (EST) Received: from localhost ([::1]:43366 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeG73-000725-Iv for incoming@patchwork.ozlabs.org; Tue, 05 Jul 2011 20:37:09 -0400 Received: from eggs.gnu.org ([140.186.70.92]:52453) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeG57-00071v-UJ for qemu-devel@nongnu.org; Tue, 05 Jul 2011 20:35:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QeG56-0002TU-VI for qemu-devel@nongnu.org; Tue, 05 Jul 2011 20:35:09 -0400 Received: from e5.ny.us.ibm.com ([32.97.182.145]:39915) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeG56-0002Q5-QL for qemu-devel@nongnu.org; Tue, 05 Jul 2011 20:35:08 -0400 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e5.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id p6606RNP032568 for ; Tue, 5 Jul 2011 20:06:27 -0400 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p660Yub7116218 for ; Tue, 5 Jul 2011 20:34:56 -0400 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p65KYha1011082 for ; Tue, 5 Jul 2011 17:34:43 -0300 Received: from [9.12.225.46] ([9.12.225.46]) by d01av03.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id p65KYgbk011068; Tue, 5 Jul 2011 17:34:42 -0300 Message-ID: <4E13ADAE.9080301@linux.vnet.ibm.com> Date: Tue, 05 Jul 2011 19:34:54 -0500 From: Michael Roth User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: Michael Roth References: <1309872100-27912-1-git-send-email-mdroth@linux.vnet.ibm.com> <1309872100-27912-3-git-send-email-mdroth@linux.vnet.ibm.com> In-Reply-To: <1309872100-27912-3-git-send-email-mdroth@linux.vnet.ibm.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 32.97.182.145 Cc: agl@linux.vnet.ibm.com, Jes.Sorensen@redhat.com, qemu-devel@nongnu.org, lcapitulino@redhat.com, aliguori@linux.vnet.ibm.com, "MATSUDA, Daiki" Subject: Re: [Qemu-devel] [PATCH v6 2/4] guest agent: qemu-ga daemon X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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);