From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43255) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJGzL-00037X-Lc for qemu-devel@nongnu.org; Thu, 05 Feb 2015 02:36:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJGzD-00044h-9K for qemu-devel@nongnu.org; Thu, 05 Feb 2015 02:36:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56394) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJGzD-000444-1K for qemu-devel@nongnu.org; Thu, 05 Feb 2015 02:36:27 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t157aPJr002176 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 5 Feb 2015 02:36:26 -0500 Received: from blackfin.pond.sub.org (ovpn-116-18.ams2.redhat.com [10.36.116.18]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t157aOs0022888 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 5 Feb 2015 02:36:25 -0500 From: Markus Armbruster Date: Thu, 5 Feb 2015 08:36:14 +0100 Message-Id: <1423121783-1806-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PULL 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 Luiz asked me to request a pull rather than going through his tree. The following changes since commit 83761b9244ad2ed39d3cfabe8a0e901ab906f7bf: Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20150127' into staging (2015-01-27 22:25:56 +0000) are available in the git repository at: git://repo.or.cz/qemu/armbru.git tags/pull-error-2015-02-05 for you to fetch changes up to 2ad28a088d2cc8fd404dfa58fa1b80f9225425ff: balloon: Eliminate silly QERR_ macros (2015-01-29 10:06:02 +0100) ---------------------------------------------------------------- qmp hmp balloon: Cleanups around error reporting ---------------------------------------------------------------- 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