OSDN Git Service

migration: factor our snapshottability check in load_vmstate
authorDenis V. Lunev <den@openvz.org>
Thu, 19 Nov 2015 06:42:05 +0000 (09:42 +0300)
committerJuan Quintela <quintela@redhat.com>
Thu, 19 Nov 2015 10:50:00 +0000 (11:50 +0100)
commit849f96e2f71b52444516a0880fd9d12691b63d20
tree21f72b93ade3f4b034ce89c4532b57aab336d477
parent4c1cdbaad07d067f3d156687d79014ab44387e2c
migration: factor our snapshottability check in load_vmstate

We should check that all inserted and not read-only images support
snapshotting. This could be made using already invented helper
bdrv_all_can_snapshot().

Signed-off-by: Denis V. Lunev <den@openvz.org>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
CC: Stefan Hajnoczi <stefanha@redhat.com>
CC: Kevin Wolf <kwolf@redhat.com>
Tested-by: Greg Kurz <gkurz@linux.vnet.ibm.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration/savevm.c