Kevin Wolf <[email protected]> writes:
> 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 <[email protected]>
> Reviewed-by: Markus Armbruster <[email protected]>
I'd like to retitle this patch and the next one:
qapi: Split control.json off misc.json
monitor: Collect "control" command handlers in qmp-cmds.control.c
Okay?