commit | a655211ac6d379c5b0813761e5d11415780f41fd | [log] [tgz] |
---|---|---|
author | Kevin Wolf <mail@kevin-wolf.de> | Fri Sep 10 12:27:04 2010 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue Sep 21 15:39:42 2010 +0200 |
tree | c323273c59aa318f58495332cb471289f5c3b5c8 | |
parent | 9217e26f43df4aab7deaea35b21caacc1f1f854b [diff] |
vvfat: Use cache=unsafe The qcow file used for write support in vvfat is a temporary file, so we can use cache=unsafe there. Without this, write support is just too slow to be of any use. Signed-off-by: Kevin Wolf <mail@kevin-wolf.de>