]> git.proxmox.com Git - mirror_qemu.git/commit - qemu-options.hx
qcow2: Make cache=writethrough default
authorKevin Wolf <kwolf@redhat.com>
Tue, 30 Jun 2009 11:06:04 +0000 (13:06 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 9 Jul 2009 21:06:37 +0000 (16:06 -0500)
commit0aa217e46124e873f75501f7187657e063f5903b
treeb6d293dd84f7a3bc8eb8a1d9358b1a2f3ccc0a34
parentfc5b81d1f6df7342f0963120b2cf3e919d6fc08a
qcow2: Make cache=writethrough default

The performance of qcow2 has improved meanwhile, so we don't need to
special-case it any more. Switch the default to write-through caching
like all other block drivers.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
block.h
block/qcow2.c
qemu-options.hx
vl.c