Anthony,
The following patches have been sent to the list and look good to me. I've
also tested them.
The changes (since 8ca209ad90bdb678932a6b18caf32b461dbe5eee) are available
in the following repository:
git://repo.or.cz/qemu/qmp-unstable.git for-anthony
Luiz Capitulino (7):
QMP: Revamp the Python class example
QMP: Revamp the qmp-shell script
QMP: Drop vm-info example script
qemu-char: Introduce Memory driver
QMP: Introduce Human Monitor passthrough command
QMP/qmp-shell: Introduce HMP mode
Makefile: Fix check dependency breakage
Makefile | 14 ++--
QMP/README | 5 +-
QMP/qmp-shell | 254 +++++++++++++++++++++++++++++++++++++++++++++++--------
QMP/qmp.py | 157 +++++++++++++++++++++++-----------
QMP/vm-info | 33 -------
monitor.c | 38 ++++++++
qemu-char.c | 64 ++++++++++++++
qemu-char.h | 7 ++
qmp-commands.hx | 45 ++++++++++
9 files changed, 489 insertions(+), 128 deletions(-)