summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlberto Garcia2015-11-03 11:32:35 +0100
committerKevin Wolf2015-11-11 16:25:48 +0100
commit08b24cfe3765f4b739700778814048e7d9a045fe (patch)
treeece881c5e0c550972730db1419cbc0c846335d6b /tests
parentthrottle: Use bs->throttle_state instead of bs->io_limits_enabled (diff)
downloadqemu-08b24cfe3765f4b739700778814048e7d9a045fe.tar.gz
qemu-08b24cfe3765f4b739700778814048e7d9a045fe.tar.xz
qemu-08b24cfe3765f4b739700778814048e7d9a045fe.zip
block: Disallow snapshots if the overlay doesn't support backing files
This addresses scenarios like this one: { 'execute': 'blockdev-add', 'arguments': { 'options': { 'driver': 'qcow2', 'node-name': 'new0', 'file': { 'driver': 'file', 'filename': 'new.qcow2', 'node-name': 'file0' } } } } { 'execute': 'blockdev-snapshot', 'arguments': { 'node': 'virtio0', 'overlay': 'file0' } } Signed-off-by: Alberto Garcia <berto@igalia.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions