The following changes since commit 9ced5c7c20cb16dff0c2fa3242c3ee96b68cec2a:
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-02-15' into
staging (2020-02-16 21:15:26 +0000)
are available in the Git repository at:
git://repo.or.cz/qemu/armbru.git tags/pull-monitor-2020-02-15-v2
for you to fetch changes up to ec95fcc8bae624e87c7601d2d4baf7c519c3814e:
qemu-doc: Clarify extent of build platform support (2020-02-17 13:53:47 +0100)
----------------------------------------------------------------
Monitor patches for 2020-02-15
* Refactoring in preparation for qemu-storage-daemon
* A doc clarification that's admittedly not about the monitor
----------------------------------------------------------------
Kevin Wolf (4):
monitor: Move monitor option parsing to monitor/monitor.c
qapi: Split control.json off misc.json
monitor: Collect "control" command handlers in qmp-cmds.control.c
monitor: Move qmp_query_qmp_schema to qmp-cmds-control.c
Markus Armbruster (1):
qemu-doc: Clarify extent of build platform support
qemu-doc.texi | 9 +-
qapi/control.json | 218 +++++++++++++++++++++++++++++++++++++++++++++
qapi/misc.json | 212 -------------------------------------------
qapi/qapi-schema.json | 1 +
include/monitor/monitor.h | 3 +
include/sysemu/sysemu.h | 1 -
monitor/monitor-internal.h | 4 +
monitor/hmp-cmds.c | 1 +
monitor/misc.c | 127 +-------------------------
monitor/monitor.c | 48 ++++++++++
monitor/qmp-cmds-control.c | 169 +++++++++++++++++++++++++++++++++++
monitor/qmp-cmds.c | 15 +---
monitor/qmp.c | 2 +-
tests/qtest/qmp-test.c | 2 +-
ui/gtk.c | 1 +
vl.c | 45 +---------
monitor/Makefile.objs | 3 +-
qapi/Makefile.objs | 6 +-
18 files changed, 460 insertions(+), 407 deletions(-)
create mode 100644 qapi/control.json
create mode 100644 monitor/qmp-cmds-control.c
--
2.21.1