projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f210a83
)
qemu-iotests: Change default cache mode to "writeback"
author
Fam Zheng
<famz@redhat.com>
Wed, 4 Dec 2013 01:07:01 +0000
(09:07 +0800)
committer
Stefan Hajnoczi
<stefanha@redhat.com>
Wed, 4 Dec 2013 10:55:13 +0000
(11:55 +0100)
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>
tests/qemu-iotests/common
patch
|
blob
|
history
diff --git
a/tests/qemu-iotests/common
b/tests/qemu-iotests/common
index 4743c9e007d32546230b1378850addbb52d686ae..b2a0944ae07139d2a6f22d96e8904f12877dcbf2 100644
(file)
--- 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="write
through
"
+export CACHEMODE="write
back
"
export QEMU_IO_OPTIONS=""
export CACHEMODE_IS_DEFAULT=true