From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52222) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViQov-0001ub-IK for qemu-devel@nongnu.org; Mon, 18 Nov 2013 10:33:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ViQoo-00037s-Qh for qemu-devel@nongnu.org; Mon, 18 Nov 2013 10:33:01 -0500 Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]:41308) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViQoo-00037k-KF for qemu-devel@nongnu.org; Mon, 18 Nov 2013 10:32:54 -0500 Received: by mail-wi0-f177.google.com with SMTP id hq4so4002442wib.10 for ; Mon, 18 Nov 2013 07:32:53 -0800 (PST) Date: Mon, 18 Nov 2013 16:32:51 +0100 From: Stefan Hajnoczi Message-ID: <20131118153251.GF4083@stefanha-thinkpad.redhat.com> References: <1384395844-21926-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1384395844-21926-1-git-send-email-famz@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: Fam Zheng Cc: kwolf@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com 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?