]> git.ipfire.org Git - thirdparty/qemu.git/commit
qemu-img convert: Use cache=unsafe for output image
authorKevin Wolf <kwolf@redhat.com>
Tue, 31 Aug 2010 11:44:25 +0000 (13:44 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 13 Sep 2010 12:33:53 +0000 (14:33 +0200)
commit78b6890828d08d4306e313e3f550d1b4b61685c8
treebfaa179e9e7728dc4d9dad2528f628e8d22897a3
parent375d40709e55e132f7fe9d83acd4aa6e30d43971
qemu-img convert: Use cache=unsafe for output image

If qemu-img crashes during the conversion, the user will throw away the broken
output file anyway and start over. So no need to be too cautious.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
(cherry picked from commit 1bd8e175580a87c7b9e6791faca7626f9bc3ceeb)
qemu-img.c