qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 00/23][PULL]: QMP/Monitor queue


From: Luiz Capitulino
Subject: [Qemu-devel] [PATCH 00/23][PULL]: QMP/Monitor queue
Date: Thu, 1 Jul 2010 16:21:28 -0300

Hi Anthony,

The following QMP/Monitor patches have been sent to the list and look good
to me. I also did some basic testing on them.

Most of these changes are bug fixes, the only exception is my new argument
checker series, which is a complete rewrite (that also fix bugs...).

The changes (since 449041d4db1f82f281fe097e832f07cd9ee1e864) are available
in the following repository:

    git://repo.or.cz/qemu/qmp-unstable.git for-anthony

Jan Kiszka (6):
      monitor: Fix leakage during completion processing
      monitor: Fix command completion vs. boolean switches
      monitor: Establish cmd flags and convert the async tag
      QMP: Teach basic capability negotiation to python example
      QMP: Fix python helper /wrt long return strings
      monitor: Allow to exclude commands from QMP

Luiz Capitulino (16):
      QMP: Fix error reporting in the async API
      QError: Enhance QERR_DEVICE_NOT_ACTIVE's user desc
      QDict: Rename 'err_value'
      QDict: Small terminology change
      QDict: Introduce functions to retrieve QDictEntry values
      QDict: Introduce new iteration API
      check-qdict: Introduce test for the new iteration API
      QDict: Introduce qdict_get_try_bool()
      Monitor: handle optional '-' arg as a bool
      QMP: New argument checker (first part)
      QMP: New argument checker (second part)
      QMP: Drop old client argument checker
      QError: Introduce QERR_QMP_EXTRA_MEMBER
      QMP: Introduce qmp_check_input_obj()
      QMP: Drop old input object checking
      QMP: handle_qmp_command(): Small cleanup

Yoshiaki Tamura (1):
      net: delete QemuOpts when net_client_init() fails.

 QMP/qmp-shell   |    1 +
 QMP/qmp.py      |    6 +-
 QMP/vm-info     |    1 +
 blockdev.c      |    2 +-
 check-qdict.c   |   33 ++++-
 migration.c     |   16 +-
 monitor.c       |  435 ++++++++++++++++++++++++++++++++-----------------------
 monitor.h       |    4 +
 net.c           |    4 +
 qdict.c         |  106 ++++++++++++--
 qdict.h         |   11 +-
 qemu-monitor.hx |    2 +-
 qerror.c        |    6 +-
 qerror.h        |    3 +
 14 files changed, 418 insertions(+), 212 deletions(-)



reply via email to

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