From: Fam Zheng Date: Wed, 4 Dec 2013 01:07:01 +0000 (+0800) Subject: qemu-iotests: Change default cache mode to "writeback" X-Git-Tag: v2.0.0-rc0~195^2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e14fb91312b27754aa30e78d4bb4ad5cb183b646;p=thirdparty%2Fqemu.git qemu-iotests: Change default cache mode to "writeback" So that the tests can run faster. Signed-off-by: Fam Zheng Reviewed-by: Wenchao Xia Signed-off-by: Stefan Hajnoczi --- diff --git a/tests/qemu-iotests/common b/tests/qemu-iotests/common index 4743c9e007d..b2a0944ae07 100644 --- a/tests/qemu-iotests/common +++ b/tests/qemu-iotests/common @@ -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