qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/10] QMP queue
@ 2015-05-08 13:34 Luiz Capitulino
  2015-05-08 13:34 ` [Qemu-devel] [PULL 01/10] monitor: add memory search commands s, sp Luiz Capitulino
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: Luiz Capitulino @ 2015-05-08 13:34 UTC (permalink / raw)
  To: peter.maydell; +Cc: qemu-devel

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-05-12  9:40 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-08 13:34 [Qemu-devel] [PULL 00/10] QMP queue Luiz Capitulino
2015-05-08 13:34 ` [Qemu-devel] [PULL 01/10] monitor: add memory search commands s, sp Luiz Capitulino
2015-05-08 13:34 ` [Qemu-devel] [PULL 02/10] QJSON: Use OBJECT_CHECK Luiz Capitulino
2015-05-08 13:34 ` [Qemu-devel] [PULL 03/10] qobject: Clean up around qtype_code Luiz Capitulino
2015-05-08 13:34 ` [Qemu-devel] [PULL 04/10] qobject: Add a special null QObject Luiz Capitulino
2015-05-08 13:34 ` [Qemu-devel] [PULL 05/10] json-parser: Accept 'null' in QMP Luiz Capitulino
2015-05-08 13:34 ` [Qemu-devel] [PULL 06/10] MAINTAINERS: New maintainer for QMP and QAPI Luiz Capitulino
2015-05-08 13:34 ` [Qemu-devel] [PULL 07/10] scripts: qmp-shell: refactor helpers Luiz Capitulino
2015-05-08 13:34 ` [Qemu-devel] [PULL 08/10] scripts: qmp-shell: Expand support for QMP expressions Luiz Capitulino
2015-05-08 13:34 ` [Qemu-devel] [PULL 09/10] scripts: qmp-shell: add transaction subshell Luiz Capitulino
2015-05-08 13:34 ` [Qemu-devel] [PULL 10/10] scripts: qmp-shell: Add verbose flag Luiz Capitulino
2015-05-11 12:53 ` [Qemu-devel] [PULL 00/10] QMP queue Peter Maydell
2015-05-11 13:17   ` Luiz Capitulino
2015-05-12  9:40     ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).