From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48774) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBIJ9-0007CX-82 for qemu-devel@nongnu.org; Wed, 14 Jan 2015 02:24:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YBIJ3-0003eK-4Z for qemu-devel@nongnu.org; Wed, 14 Jan 2015 02:24:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49404) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBIJ2-0003eG-TR for qemu-devel@nongnu.org; Wed, 14 Jan 2015 02:23:57 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t0E7NtfG001997 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 14 Jan 2015 02:23:56 -0500 Message-ID: <1421220232.8985.0.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Wed, 14 Jan 2015 08:23:52 +0100 In-Reply-To: <1421171432-8733-1-git-send-email-armbru@redhat.com> References: <1421171432-8733-1-git-send-email-armbru@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/9] qmp hmp balloon: Cleanups around error reporting List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org, lcapitulino@redhat.com On Di, 2015-01-13 at 18:50 +0100, Markus Armbruster wrote: > qmp hmp: Factor out common "using spice" test > qmp hmp: Improve error messages when SPICE is not in use > hmp: Compile hmp_info_spice() only with CONFIG_SPICE > qmp: Clean up qmp_query_spice() #ifndef !CONFIG_SPICE dummy Reviewed-by: Gerd Hoffmann