qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 0/9] QMP queue


From: Luiz Capitulino
Subject: [Qemu-devel] [PULL 0/9] QMP queue
Date: Fri, 26 Sep 2014 15:03:58 -0400

The following changes since commit 81ab11a7a524d12412a59ef49c6b270671e62ea0:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging 
(2014-09-26 15:41:50 +0100)

are available in the git repository at:


  git://repo.or.cz/qemu/qmp-unstable.git queue/qmp

for you to fetch changes up to a631892f9d6440812af98588e9635f1a2a7260ff:

  Add HMP command "info memory-devices" (2014-09-26 13:37:06 -0400)

----------------------------------------------------------------
Fam Zheng (1):
      qemu-iotests: Test missing "driver" key for blockdev-add

Luiz Capitulino (1):
      virtio-balloon: fix integer overflow in memory stats feature

Markus Armbruster (2):
      qemu-socket: Polish errors for connect() and listen() failure
      qemu-socket: Eliminate silly QERR_ macros

Michael Roth (3):
      qapi: add visit_start_union and visit_end_union
      qapi: dealloc visitor, implement visit_start_union
      tests: add QMP input visitor test for unions with no discriminator

Stratos Psomadakis (1):
      monitor: Reset HMP mon->rs in CHR_EVENT_OPEN

Zhu Guihua (1):
      Add HMP command "info memory-devices"

 hmp-commands.hx                         |  2 ++
 hmp.c                                   | 38 +++++++++++++++++++++++++++++++++
 hmp.h                                   |  1 +
 hw/virtio/virtio-balloon.c              |  7 +++++-
 include/qapi/qmp/qerror.h               | 12 -----------
 include/qapi/visitor-impl.h             |  2 ++
 include/qapi/visitor.h                  |  2 ++
 monitor.c                               |  8 +++++++
 qapi/qapi-dealloc-visitor.c             | 26 ++++++++++++++++++++++
 qapi/qapi-visit-core.c                  | 15 +++++++++++++
 scripts/qapi-visit.py                   |  6 ++++++
 tests/qapi-schema/qapi-schema-test.json | 10 +++++++++
 tests/qapi-schema/qapi-schema-test.out  |  3 +++
 tests/qemu-iotests/087                  | 17 +++++++++++++++
 tests/qemu-iotests/087.out              | 13 +++++++++++
 tests/test-qmp-input-strict.c           | 17 +++++++++++++++
 util/qemu-sockets.c                     | 26 +++++++++++-----------
 17 files changed, 179 insertions(+), 26 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]