]> git.proxmox.com Git - 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>
Wed, 8 Sep 2010 10:39:20 +0000 (12:39 +0200)
commit1bd8e175580a87c7b9e6791faca7626f9bc3ceeb
tree73bcf5acdd3abe1bba0187d4a9de08d312b4ebc9
parent05acda4d1660591ea317619699f6aa7c659a90f1
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>
qemu-img.c