]> git.proxmox.com Git - qemu.git/commit - blockdev.c
do_snapshot_blkdev() error on missing snapshot_file argument
authorJes Sorensen <Jes.Sorensen@redhat.com>
Thu, 6 Jan 2011 16:02:23 +0000 (17:02 +0100)
committerKevin Wolf <kwolf@redhat.com>
Mon, 24 Jan 2011 10:08:50 +0000 (11:08 +0100)
commitc90f1b3297943f2f142d8114bef1092f9ac9acef
treedd41f43373d6f8f02f34f78f63a393c4b45cefd6
parent710da702beb0dc4aeeab1b9e712cd9473b083a89
do_snapshot_blkdev() error on missing snapshot_file argument

Current code does not support snapshot internally to the running
image. Error in case no snapshot_file is specified.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
blockdev.c