diff options
author | Kevin Wolf <kwolf@redhat.com> | 2013-11-14 15:37:12 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2013-11-29 13:40:37 +0100 |
commit | 9fd3171af9d7de2777bf38ce79c2fe3dd6f9a49e (patch) | |
tree | bed98d46ad99a96532a374da432e65b70170d1b6 /tests/qemu-iotests | |
parent | b59b3d57737a0d40450f8232abd89e8986387402 (diff) | |
download | qemu-9fd3171af9d7de2777bf38ce79c2fe3dd6f9a49e.zip qemu-9fd3171af9d7de2777bf38ce79c2fe3dd6f9a49e.tar.gz qemu-9fd3171af9d7de2777bf38ce79c2fe3dd6f9a49e.tar.bz2 |
block: Enable BDRV_O_SNAPSHOT with driver-specific options
In the case of snapshot=on, don't rely on the backing file path in the
temporary image any more, but override the backing file with the given
set of options. This way, block drivers that don't use a file name can
be accessed with snapshot=on, for example:
-drive file.driver=nbd,file.host=localhost,snapshot=on
Which becomes internally something like:
file.filename=/tmp/vl.AWQZCu,backing.file.driver=nbd,backing.file.host=localhost
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests')
0 files changed, 0 insertions, 0 deletions