From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54175) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViQwV-0007I4-IG for qemu-devel@nongnu.org; Mon, 18 Nov 2013 10:40:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ViQwQ-00063M-7K for qemu-devel@nongnu.org; Mon, 18 Nov 2013 10:40:51 -0500 Received: from mx1.redhat.com ([209.132.183.28]:12647) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViQwP-00063I-VD for qemu-devel@nongnu.org; Mon, 18 Nov 2013 10:40:46 -0500 Date: Mon, 18 Nov 2013 16:40:39 +0100 From: Kevin Wolf Message-ID: <20131118154039.GD5166@dhcp-200-207.str.redhat.com> References: <1384395844-21926-1-git-send-email-famz@redhat.com> <20131118153251.GF4083@stefanha-thinkpad.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131118153251.GF4083@stefanha-thinkpad.redhat.com> Subject: Re: [Qemu-devel] [PATCH] qemu-iotests: Add "-c " to check List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Fam Zheng , qemu-devel@nongnu.org, stefanha@redhat.com 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/common | 13 ++++++++++++- > > tests/qemu-iotests/iotests.py | 3 ++- > > 2 files changed, 14 insertions(+), 2 deletions(-) > > BTW, I looked back at Kevin's reply to your earlier patch and saw he > suggested making the default "writethrough". > > Kevin: Any reason not to use "writeback" by default? I'm not opposed to changing the default in a second step. It's just that writethrough is the default today and tests not respecting this are buggy. So the incremental fix is to make them obey the global setting, and then that setting can be tweaked in a second step. Kevin