From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54933) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnJGM-00076e-Pd for qemu-devel@nongnu.org; Sun, 01 Dec 2013 21:29:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VnJGD-0005uX-SF for qemu-devel@nongnu.org; Sun, 01 Dec 2013 21:29:30 -0500 Received: from e28smtp09.in.ibm.com ([122.248.162.9]:56641) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnJGD-0005uP-AZ for qemu-devel@nongnu.org; Sun, 01 Dec 2013 21:29:21 -0500 Received: from /spool/local by e28smtp09.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 2 Dec 2013 07:59:16 +0530 Received: from d28relay02.in.ibm.com (d28relay02.in.ibm.com [9.184.220.59]) by d28dlp02.in.ibm.com (Postfix) with ESMTP id 98753394004E for ; Mon, 2 Dec 2013 07:59:14 +0530 (IST) Received: from d28av03.in.ibm.com (d28av03.in.ibm.com [9.184.220.65]) by d28relay02.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id rB22TDLF23265424 for ; Mon, 2 Dec 2013 07:59:13 +0530 Received: from d28av03.in.ibm.com (localhost [127.0.0.1]) by d28av03.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id rB22TDFa028214 for ; Mon, 2 Dec 2013 07:59:13 +0530 Message-ID: <529BF07A.7000808@linux.vnet.ibm.com> Date: Mon, 02 Dec 2013 10:29:14 +0800 From: Wenchao Xia MIME-Version: 1.0 References: <1384127776-6428-1-git-send-email-xiawenc@linux.vnet.ibm.com> <1384127776-6428-7-git-send-email-xiawenc@linux.vnet.ibm.com> <5298FF79.7020505@redhat.com> In-Reply-To: <5298FF79.7020505@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH V6 6/6] qemu-iotests: add test for qcow2 snapshot List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz , qemu-devel@nongnu.org Cc: kwolf@redhat.com, pbonzini@redhat.com, jcody@redhat.com, stefanha@redhat.com 于 2013/11/30 4:56, Max Reitz 写道: > On 11.11.2013 00:56, Wenchao Xia wrote: >> This test will focus on the low level procedure of qcow2 snapshot >> operations, now it covers only the create operation. Overlap error >> paths are not checked since no good way to trigger those errors. >> >> Signed-off-by: Wenchao Xia > > Aside from the fact that I/O test 070 is already taken: > > Reviewed-by: Max Reitz > Thanks for review:), will rebase a version.