mirror of
https://github.com/qemu/qemu.git
synced 2025-08-03 15:30:46 +00:00
qemu-iotests: Change default cache mode to "writeback"
So that the tests can run faster. Signed-off-by: Fam Zheng <famz@redhat.com> Reviewed-by: Wenchao Xia <xiawenc@linux.vnet.ibm.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
f210a83c1f
commit
e14fb91312
@ -49,7 +49,7 @@ export IMGFMT=raw
|
||||
export IMGFMT_GENERIC=true
|
||||
export IMGPROTO=file
|
||||
export IMGOPTS=""
|
||||
export CACHEMODE="writethrough"
|
||||
export CACHEMODE="writeback"
|
||||
export QEMU_IO_OPTIONS=""
|
||||
export CACHEMODE_IS_DEFAULT=true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user