From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49473) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmjvI-0002qQ-Bg for qemu-devel@nongnu.org; Tue, 20 May 2014 09:17:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WmjvD-0000kJ-In for qemu-devel@nongnu.org; Tue, 20 May 2014 09:17:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:2112) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmjvD-0000k7-BH for qemu-devel@nongnu.org; Tue, 20 May 2014 09:17:35 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s4KDHXeC010325 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 20 May 2014 09:17:34 -0400 Date: Tue, 20 May 2014 15:17:31 +0200 From: Stefan Hajnoczi Message-ID: <20140520131731.GB22753@stefanha-thinkpad.redhat.com> References: <1400548232-32573-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1400548232-32573-1-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2] qemu-iotests: Handle cache mode option in 091 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: kwolf@redhat.com, jcody@redhat.com, qemu-devel@nongnu.org On Tue, May 20, 2014 at 09:10:32AM +0800, Fam Zheng wrote: > We should allow testing this on tmpfs. Any cache setting in iotests > should try to obey $CACHEMODE. > > The cache mode is still "none" by default but overridable > > Signed-off-by: Fam Zheng > > --- > v2: Add _default_cache_mode and _supported_cache_modes. (Kevin) > --- > tests/qemu-iotests/091 | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan