qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/6] Move snapshots commands to hmp


From: Juan Quintela
Subject: [Qemu-devel] [PATCH 0/6] Move snapshots commands to hmp
Date: Tue, 25 Apr 2017 12:24:40 +0200

Hi

This series:
- Move snapshots commands to hmp.c, as they don't have code for migration
- Make them work with errors in a modern way instead of writting to the monitor
- make paolo happy and use hmp_handle_error

Later, Juan.

Juan Quintela (6):
  monitor: Remove monitor parameter from save_vmstate
  monitor: Move hmp_loadvm from monitor.c to hmp.c
  monitor: Move hmp_savevm from savevm.c to hmp.c
  monitor: Move hmp_delvm from savevm.c to hmp.c
  monitor: Move hmp_info_snapshots from savevm.c to hmp.c
  migration: Pass Error ** argument to {save,load}_vmstate

 hmp.c                    | 179 +++++++++++++++++++++++++++++++++++++++
 hmp.h                    |   4 +
 include/sysemu/sysemu.h  |   7 +-
 migration/savevm.c       | 216 ++++++-----------------------------------------
 monitor.c                |  13 ---
 replay/replay-snapshot.c |   6 +-
 vl.c                     |   4 +-
 7 files changed, 217 insertions(+), 212 deletions(-)

-- 
2.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]