commit | 6af4e9ead4ec9491259c9861b1b35f9abee24a66 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Jun 06 00:04:55 2012 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Jun 15 14:03:43 2012 +0200 |
tree | e73675471adb5001272bbfcbab116da8d8acf829 | |
parent | 7cdd481cdf15d610f83e38f15c7e7979420c6ac0 [diff] |
qcow2: always operate caches in writeback mode Writethrough does not need special-casing anymore in the qcow2 caches. The block layer adds flushes after every guest-initiated data write, and these will also flush the qcow2 caches to the OS. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>