From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38761) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xcuk7-0007cv-4a for qemu-devel@nongnu.org; Sat, 11 Oct 2014 07:21:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xcuk0-0004NR-U4 for qemu-devel@nongnu.org; Sat, 11 Oct 2014 07:21:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14765) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xcuk0-0004N9-Ng for qemu-devel@nongnu.org; Sat, 11 Oct 2014 07:21:40 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9BAS3rw031695 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Sat, 11 Oct 2014 06:28:03 -0400 Message-ID: <54390629.7020602@redhat.com> Date: Sat, 11 Oct 2014 12:27:53 +0200 From: Max Reitz MIME-Version: 1.0 References: <1409088987-17207-1-git-send-email-mreitz@redhat.com> <1409088987-17207-15-git-send-email-mreitz@redhat.com> <54380DBB.3080008@redhat.com> In-Reply-To: <54380DBB.3080008@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v12 14/14] iotests: Add test for qcow2's bdrv_make_empty List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake , qemu-devel@nongnu.org Cc: Kevin Wolf , Stefan Hajnoczi Am 10.10.2014 um 18:47 schrieb Eric Blake: > On 08/26/2014 03:36 PM, Max Reitz wrote: >> Add a test for qcow2's fast bdrv_make_empty implementation on images >> without internal snapshots. > This test may need to be limited to compat=1.1 files. Will do. >> Signed-off-by: Max Reitz >> --- >> tests/qemu-iotests/098 | 78 ++++++++++++++++++++++++++++++++++++++++++++++ >> tests/qemu-iotests/098.out | 45 ++++++++++++++++++++++++++ >> tests/qemu-iotests/group | 1 + >> 3 files changed, 124 insertions(+) >> create mode 100755 tests/qemu-iotests/098 >> create mode 100644 tests/qemu-iotests/098.out >> > Reviewed-by: Eric Blake Thanks! Max