From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqiPz-0000jo-4f for qemu-devel@nongnu.org; Fri, 08 May 2015 09:34:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YqiPx-0002Si-63 for qemu-devel@nongnu.org; Fri, 08 May 2015 09:34:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19005) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqiPw-0002R9-Ur for qemu-devel@nongnu.org; Fri, 08 May 2015 09:34:17 -0400 From: Luiz Capitulino Date: Fri, 8 May 2015 09:34:01 -0400 Message-Id: <1431092051-31046-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PULL 00/10] QMP queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org Cc: qemu-devel@nongnu.org The following changes since commit f8340b360b9bc29d48716ba8aca79df2b9544979: hw/ptimer: Do not artificially limit timers when using icount (2015-05-08 17:15:23 +1000) are available in the git repository at: git://repo.or.cz/qemu/qmp-unstable.git tags/for-upstream for you to fetch changes up to 07972d16e3343dc62302b81efb018308f99f7a7a: scripts: qmp-shell: Add verbose flag (2015-05-08 08:47:01 -0400) ---------------------------------------------------------------- QMP pull request ---------------------------------------------------------------- Claudio Fontana (1): monitor: add memory search commands s, sp Eduardo Habkost (1): QJSON: Use OBJECT_CHECK Eric Blake (1): json-parser: Accept 'null' in QMP John Snow (4): scripts: qmp-shell: refactor helpers scripts: qmp-shell: Expand support for QMP expressions scripts: qmp-shell: add transaction subshell scripts: qmp-shell: Add verbose flag Luiz Capitulino (1): MAINTAINERS: New maintainer for QMP and QAPI Markus Armbruster (2): qobject: Clean up around qtype_code qobject: Add a special null QObject MAINTAINERS | 18 +++--- block/qapi.c | 3 - hmp-commands.hx | 28 +++++++++ include/hw/qdev-core.h | 2 +- include/qapi/qmp/qobject.h | 13 +++- monitor.c | 140 ++++++++++++++++++++++++++++++++++++++++++ qjson.c | 10 +-- qobject/Makefile.objs | 2 +- qobject/json-parser.c | 2 + qobject/qjson.c | 6 +- qobject/qnull.c | 29 +++++++++ scripts/qmp/qmp-shell | 147 +++++++++++++++++++++++++++++++++++---------- tests/check-qjson.c | 15 ++++- 13 files changed, 359 insertions(+), 56 deletions(-) create mode 100644 qobject/qnull.c