This patch-series converts savevm, loadvm, delvm and info snapshots from HMP into QMP as savevm, loadvm, delvm and query-snapshots.
All comments are welcome. Pavel Pavel Hrdina (4): qapi: Convert savevm qapi: Convert loadvm qapi: Convert delvm qapi: Convert info snapshots hmp-commands.hx | 6 +-- hmp.c | 64 +++++++++++++++++++++++ hmp.h | 4 ++ monitor.c | 14 +---- qapi-schema.json | 96 ++++++++++++++++++++++++++++++++++ qerror.c | 44 ++++++++++++++++ qerror.h | 33 ++++++++++++ qmp-commands.hx | 106 +++++++++++++++++++++++++++++++++++++ savevm.c | 154 ++++++++++++++++++++++++++++-------------------------- sysemu.h | 5 -- vl.c | 7 ++- 11 files changed, 437 insertions(+), 96 deletions(-) -- 1.7.10.4