From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViQlP-0007jf-12 for qemu-devel@nongnu.org; Mon, 18 Nov 2013 10:29:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ViQlG-0001nk-Fa for qemu-devel@nongnu.org; Mon, 18 Nov 2013 10:29:22 -0500 Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:40161) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViQlG-0001ng-8g for qemu-devel@nongnu.org; Mon, 18 Nov 2013 10:29:14 -0500 Received: by mail-wi0-f175.google.com with SMTP id hm11so3992244wib.8 for ; Mon, 18 Nov 2013 07:29:13 -0800 (PST) Date: Mon, 18 Nov 2013 16:29:10 +0100 From: Stefan Hajnoczi Message-ID: <20131118152910.GE4083@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 ". Please make the default "writeback" so that ./check completes more quickly. Also, please also indicate in the commit description why the change was made (i.e. you want qemu-iotests to succeed on tmpfs by default). Stefan