Anthony, The following patches have been sent to the list and look good to me. I've also tested them.
The changes (since 578c7b2ca8ee9e97fa8693b1a83d517e8e3f962e) are available in the following repository: git://repo.or.cz/qemu/qmp-unstable.git for-anthony Lai Jiangshan (2): QMP: QError: New QERR_UNSUPPORTED QMP: add inject-nmi qmp command Luiz Capitulino (1): HMP: Use QMP inject nmi implementation Stefan Hajnoczi (2): QMP: add get_events(wait=True) option QMP: add server mode to QEMUMonitorProtocol QMP/qmp.py | 54 ++++++++++++++++++++++++++++++++++++++++-------------- hmp-commands.hx | 9 +++++---- monitor.c | 19 ++++++++++++------- qerror.c | 4 ++++ qerror.h | 3 +++ qmp-commands.hx | 27 +++++++++++++++++++++++++++ 6 files changed, 91 insertions(+), 25 deletions(-)