Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200217132814.9018-1-armbru@redhat.com
Maintainers: "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Eric Blake <eblake@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Michael Roth <mdroth@linux.vnet.ibm.com>, Markus Armbruster <armbru@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Thomas Huth <thuth@redhat.com>
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