Re: [Qemu-devel] [PATCH v4 1/6] qemu-iotests: Add -c cache-mode option

2013-12-02 Thread Wenchao Xia
xpand=true @@ -147,6 +155,7 @@ check options -o options -o options to pass to qemu-img create/convert -Toutput timestamps -r randomize test order +-c cache mode +-c mode

Re: [Qemu-devel] [PATCH v4 1/6] qemu-iotests: Add -c cache-mode option

2013-12-02 Thread Fam Zheng
On 2013年12月03日 14:31, Wenchao Xia wrote: xpand=true @@ -147,6 +155,7 @@ check options -o options -o options to pass to qemu-img create/convert -Toutput timestamps -r randomize test order +-c

[Qemu-devel] [PATCH v4 1/6] qemu-iotests: Add -c cache-mode option

2013-11-25 Thread Fam Zheng
The option sets cache mode used in the tests. -nocache is changed to an alias to -c none, and internally passes -t none to qemu-io. Python scripts will make use of option this in the next commit. Signed-off-by: Fam Zheng f...@redhat.com --- tests/qemu-iotests/check | 2 +-