From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41389) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSTKO-0000iq-NI for qemu-devel@nongnu.org; Mon, 02 Mar 2015 11:36:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSTKJ-0006A1-Rr for qemu-devel@nongnu.org; Mon, 02 Mar 2015 11:36:20 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43838) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSTKJ-00069w-Ke for qemu-devel@nongnu.org; Mon, 02 Mar 2015 11:36:15 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t22GaEmE016583 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 2 Mar 2015 11:36:14 -0500 Message-ID: <54F4917C.9050301@redhat.com> Date: Mon, 02 Mar 2015 11:36:12 -0500 From: Max Reitz MIME-Version: 1.0 References: <1417798412-15330-1-git-send-email-mreitz@redhat.com> In-Reply-To: <1417798412-15330-1-git-send-email-mreitz@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] iotests: Test non-self-referential qcow2 refblocks List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , Stefan Hajnoczi On 2014-12-05 at 11:53, Max Reitz wrote: > It is easy to create only self-referential refblocks, but there are > cases where that is impossible. This adds a test for two of those cases > (combined in a single test case). > > Suggested-by: Eric Blake > Signed-off-by: Max Reitz > --- > This patch depends on version 4 (or hopefully any later version) of my > "qcow2: Support refcount orders != 4" series. > --- > tests/qemu-iotests/115 | 95 ++++++++++++++++++++++++++++++++++++++++++++++ > tests/qemu-iotests/115.out | 8 ++++ > tests/qemu-iotests/group | 1 + > 3 files changed, 104 insertions(+) > create mode 100755 tests/qemu-iotests/115 > create mode 100644 tests/qemu-iotests/115.out Applied to my block tree: https://github.com/XanClic/qemu/commits/block