From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45767) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VmV6X-0003s4-HY for qemu-devel@nongnu.org; Fri, 29 Nov 2013 15:56:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VmV6R-0000LW-Hv for qemu-devel@nongnu.org; Fri, 29 Nov 2013 15:56:01 -0500 Received: from mx1.redhat.com ([209.132.183.28]:5627) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VmV6R-0000LS-9e for qemu-devel@nongnu.org; Fri, 29 Nov 2013 15:55:55 -0500 Message-ID: <5298FF79.7020505@redhat.com> Date: Fri, 29 Nov 2013 21:56:25 +0100 From: Max Reitz 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> In-Reply-To: <1384127776-6428-7-git-send-email-xiawenc@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Wenchao Xia , qemu-devel@nongnu.org Cc: kwolf@redhat.com, pbonzini@redhat.com, jcody@redhat.com, stefanha@redhat.com 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