The changes (since 11c29918be32be5b00f367c7da9724a5cddbbb0f) are available in the following repository:
git://repo.or.cz/qemu/qmp-unstable.git queue/qmp Jeff Cody (1): block: Monitor command commit neglects to report some errors Lei Li (3): qemu-char: Add new char backend CirMemCharDriver QAPI: Introduce memchar-write QMP command QAPI: Introduce memchar-read QMP command Luiz Capitulino (3): balloon: drop old stats code & API balloon: re-enable balloon stats docs: document virtio-balloon stats blockdev.c | 14 ++- docs/virtio-balloon-stats.txt | 104 ++++++++++++++++++++++ hmp-commands.hx | 39 ++++++++ hmp.c | 58 +++++++----- hmp.h | 2 + hw/virtio-balloon.c | 175 ++++++++++++++++++++++++++++++------ qapi-schema.json | 94 +++++++++++++++---- qemu-char.c | 203 ++++++++++++++++++++++++++++++++++++++++++ qemu-options.hx | 10 +++ qmp-commands.hx | 79 +++++++++++++--- 10 files changed, 689 insertions(+), 89 deletions(-) create mode 100644 docs/virtio-balloon-stats.txt -- 1.8.1.GIT