On Tue, 11/10 17:25, Denis V. Lunev wrote: > Denis V. Lunev (10): > snapshot: create helper to test that block drivers supports snapshots > snapshot: return error code from bdrv_snapshot_delete_by_id_or_name > snapshot: create bdrv_all_delete_snapshot helper > snapshot: create bdrv_all_goto_snapshot helper > snapshot: create bdrv_all_find_snapshot helper > migration: drop find_vmstate_bs check in hmp_delvm > snapshot: create bdrv_all_create_snapshot helper > migration: reorder processing in hmp_savevm > migration: implement bdrv_all_find_vmstate_bs helper > migration: normalize locking in migration/savevm.c > > block/snapshot.c | 135 ++++++++++++++++++++++++++++++- > include/block/snapshot.h | 25 +++++- > migration/savevm.c | 207 > +++++++++++++++-------------------------------- > 3 files changed, 217 insertions(+), 150 deletions(-)
Reviewed-by: Fam Zheng <f...@redhat.com>