qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 00/12] QAPI patches for 2016-10-07


From: Markus Armbruster
Subject: [Qemu-devel] [PULL 00/12] QAPI patches for 2016-10-07
Date: Fri, 7 Oct 2016 14:09:07 +0200

The following changes since commit a65b6f27ce65e2e4f771f69d549ffa455a4d543a:

  Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20161004' into 
staging (2016-10-04 18:57:12 +0100)

are available in the git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2016-10-07

for you to fetch changes up to 61fee8886034a5d983f4ae4aa74ddd947dfada1d:

  docs: Belatedly update for move of QMP/* to docs/ (2016-10-07 11:07:59 +0200)

----------------------------------------------------------------
QAPI patches for 2016-10-07

----------------------------------------------------------------
Eduardo Habkost (1):
      qmp: Disable query-cpu-* commands when they're unavailable

Marc-André Lureau (6):
      qmp: fix object-add assert() without props
      qapi: Fix crash when 'any' or 'null' parameter is missing
      tests: start generic qemu-qmp tests
      qapi: add assert about root value
      qapi: assert list entry has a value
      qapi: return a 'missing parameter' error

Markus Armbruster (5):
      tests/test-qmp-input-strict: Cover missing struct members
      MAINTAINERS: Pass the HMP staff from Luiz to David
      MAINTAINERS: Pass the QObject staff from Luiz to Markus
      docs: Belatedly update for move of qmp-commands.txt
      docs: Belatedly update for move of QMP/* to docs/

 MAINTAINERS                     | 10 +++---
 docs/qmp-commands.txt           |  2 +-
 docs/writing-qmp-commands.txt   |  4 +--
 docs/xen-save-devices-state.txt |  2 +-
 monitor.c                       |  9 +++++
 qapi/qmp-input-visitor.c        | 75 +++++++++++++++++++++++++++++---------
 qmp.c                           |  8 +++--
 tests/Makefile.include          |  2 ++
 tests/qemu-iotests/087.out      |  2 +-
 tests/qmp-test.c                | 79 +++++++++++++++++++++++++++++++++++++++++
 tests/test-qmp-input-strict.c   | 46 ++++++++++++++++++++++++
 11 files changed, 211 insertions(+), 28 deletions(-)
 create mode 100644 tests/qmp-test.c

-- 
2.5.5




reply via email to

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