From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33540) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VcbLD-0005sD-Ct for qemu-devel@nongnu.org; Sat, 02 Nov 2013 09:34:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VcbL6-0000L7-54 for qemu-devel@nongnu.org; Sat, 02 Nov 2013 09:34:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55137) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VcbL5-0000Kp-Ts for qemu-devel@nongnu.org; Sat, 02 Nov 2013 09:34:08 -0400 Message-ID: <5274FF48.7020805@redhat.com> Date: Sat, 02 Nov 2013 14:34:00 +0100 From: Max Reitz MIME-Version: 1.0 References: <1381787553-12497-1-git-send-email-xiawenc@linux.vnet.ibm.com> <1381787553-12497-7-git-send-email-xiawenc@linux.vnet.ibm.com> In-Reply-To: <1381787553-12497-7-git-send-email-xiawenc@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V4 6/6] qemu-iotests: add test for qcow2 snapshot List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wenchao Xia , qemu-devel@nongnu.org Cc: kwolf@redhat.com, pbonzini@redhat.com, stefanha@gmail.com On 14.10.2013 23:52, 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 > --- Reviewed-by: Max Reitz