qapi: Split control.json off misc.json
misc.json contains definitions that are related to the system emulator, so it can't be used for other tools like the storage daemon. This patch moves basic functionality that is shared between all tools (and mostly related to the monitor itself) into a new control.json, which could be used in tools as well. Signed-off-by:Kevin Wolf <kwolf@redhat.com> Reviewed-by:
Markus Armbruster <armbru@redhat.com> Message-Id: <20200129102239.31435-3-kwolf@redhat.com> [Commit message tweaked] Signed-off-by:
Markus Armbruster <armbru@redhat.com>
Showing
- monitor/hmp-cmds.c 1 addition, 0 deletionsmonitor/hmp-cmds.c
- monitor/misc.c 1 addition, 0 deletionsmonitor/misc.c
- monitor/monitor-internal.h 1 addition, 0 deletionsmonitor/monitor-internal.h
- monitor/qmp-cmds.c 1 addition, 0 deletionsmonitor/qmp-cmds.c
- monitor/qmp.c 1 addition, 1 deletionmonitor/qmp.c
- qapi/Makefile.objs 3 additions, 3 deletionsqapi/Makefile.objs
- qapi/control.json 218 additions, 0 deletionsqapi/control.json
- qapi/misc.json 0 additions, 212 deletionsqapi/misc.json
- qapi/qapi-schema.json 1 addition, 0 deletionsqapi/qapi-schema.json
- tests/qtest/qmp-test.c 1 addition, 1 deletiontests/qtest/qmp-test.c
- ui/gtk.c 1 addition, 0 deletionsui/gtk.c
Loading
Please register or sign in to comment