Re: [Qemu-devel] [PATCH] qemu-iotests: Add "-c " to check

2013-11-19 Thread Stefan Hajnoczi
On Mon, Nov 18, 2013 at 04:40:39PM +0100, Kevin Wolf wrote: > Am 18.11.2013 um 16:32 hat Stefan Hajnoczi geschrieben: > > On Thu, Nov 14, 2013 at 10:24:04AM +0800, Fam Zheng wrote: > > > The default cache mode for drive options is changed to writethrough, and > > > overridable with "./check -c ". >

Re: [Qemu-devel] [PATCH] qemu-iotests: Add "-c " to check

2013-11-18 Thread Fam Zheng
On 2013年11月18日 23:38, Kevin Wolf wrote: Am 18.11.2013 um 16:29 hat Stefan Hajnoczi geschrieben: On Thu, Nov 14, 2013 at 10:24:04AM +0800, Fam Zheng wrote: The default cache mode for drive options is changed to writethrough, and overridable with "./check -c ". Please make the default "writebac

Re: [Qemu-devel] [PATCH] qemu-iotests: Add "-c " to check

2013-11-18 Thread Kevin Wolf
Am 18.11.2013 um 16:32 hat Stefan Hajnoczi geschrieben: > On Thu, Nov 14, 2013 at 10:24:04AM +0800, Fam Zheng wrote: > > The default cache mode for drive options is changed to writethrough, and > > overridable with "./check -c ". > > > > Signed-off-by: Fam Zheng > > --- > > tests/qemu-iotests/co

Re: [Qemu-devel] [PATCH] qemu-iotests: Add "-c " to check

2013-11-18 Thread Kevin Wolf
Am 18.11.2013 um 16:29 hat Stefan Hajnoczi geschrieben: > On Thu, Nov 14, 2013 at 10:24:04AM +0800, Fam Zheng wrote: > > The default cache mode for drive options is changed to writethrough, and > > overridable with "./check -c ". > > Please make the default "writeback" so that ./check completes mo

Re: [Qemu-devel] [PATCH] qemu-iotests: Add "-c " to check

2013-11-18 Thread Stefan Hajnoczi
On Thu, Nov 14, 2013 at 10:24:04AM +0800, Fam Zheng wrote: > The default cache mode for drive options is changed to writethrough, and > overridable with "./check -c ". > > Signed-off-by: Fam Zheng > --- > tests/qemu-iotests/common | 13 - > tests/qemu-iotests/iotests.py | 3 ++-

Re: [Qemu-devel] [PATCH] qemu-iotests: Add "-c " to check

2013-11-18 Thread Stefan Hajnoczi
On Thu, Nov 14, 2013 at 10:24:04AM +0800, Fam Zheng wrote: > The default cache mode for drive options is changed to writethrough, and > overridable with "./check -c ". Please make the default "writeback" so that ./check completes more quickly. Also, please also indicate in the commit description

Re: [Qemu-devel] [PATCH] qemu-iotests: Add "-c " to check

2013-11-13 Thread Wenchao Xia
Tried on RH6.4 x86_64 on upstream, the value can be passed to the final vm boot command. Tested-by: Wenchao Xia

[Qemu-devel] [PATCH] qemu-iotests: Add "-c " to check

2013-11-13 Thread Fam Zheng
The default cache mode for drive options is changed to writethrough, and overridable with "./check -c ". Signed-off-by: Fam Zheng --- tests/qemu-iotests/common | 13 - tests/qemu-iotests/iotests.py | 3 ++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/tests/qe