From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42425) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGlOC-0005YS-SC for qemu-devel@nongnu.org; Thu, 29 Jan 2015 04:28:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGlO2-0004Ed-EW for qemu-devel@nongnu.org; Thu, 29 Jan 2015 04:27:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48074) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGlO2-0004EA-7U for qemu-devel@nongnu.org; Thu, 29 Jan 2015 04:27:42 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t0T9RfgS022216 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 29 Jan 2015 04:27:41 -0500 From: Markus Armbruster Date: Thu, 29 Jan 2015 10:27:29 +0100 Message-Id: <1422523658-3503-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/9] qmp hmp balloon: Cleanups around error reporting List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kraxel@redhat.com, lcapitulino@redhat.com I'm including balloon patches in the hope that they too can go through Luiz's tree. v2: * PATCH 1+8: Use bool [Eric] * PATCH 9: Clarify commit message [Eric] * R-bys retrained since changes are trivial Markus Armbruster (9): 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 qmp: Simplify recognition of capability negotiation command qmp: Eliminate silly QERR_COMMAND_NOT_FOUND macro balloon: Inline qemu_balloon(), qemu_balloon_status() balloon: Factor out common "is balloon active" test balloon: Eliminate silly QERR_ macros balloon.c | 59 ++++++++++++++++++----------------------------- hmp.c | 2 ++ include/qapi/qmp/qerror.h | 9 -------- include/ui/qemu-spice.h | 10 ++++++++ monitor.c | 19 +++++++-------- qapi/qmp-dispatch.c | 3 ++- qmp.c | 27 +++++++++++----------- 7 files changed, 58 insertions(+), 71 deletions(-) -- 1.9.3