From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38371) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcHwS-0002GB-2m for qemu-devel@nongnu.org; Tue, 14 May 2013 12:19:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UcHwN-0004OA-6i for qemu-devel@nongnu.org; Tue, 14 May 2013 12:19:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5018) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcHwM-0004O2-Us for qemu-devel@nongnu.org; Tue, 14 May 2013 12:19:03 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r4EGJ1i7009247 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 14 May 2013 12:19:01 -0400 Date: Tue, 14 May 2013 17:18:57 +0100 From: "Richard W.M. Jones" Message-ID: <20130514161857.GN4515@redhat.com> References: <1368540876-30747-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1368540876-30747-1-git-send-email-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 for-1.5 0/4] qcow2: Catch some L1 table index overflows List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org, stefanha@redhat.com On Tue, May 14, 2013 at 04:14:32PM +0200, Kevin Wolf wrote: > Kevin Wolf (4): > qcow2: Catch some L1 table index overflows > block: Add hint to -EFBIG error message > qcow2.py: Subcommand for changing header fields > qemu-iotests: Try creating huge qcow2 image > > block.c | 8 ++++-- > block/qcow2-cluster.c | 23 ++++++++++++------ > block/qcow2.c | 13 ++++++++-- > block/qcow2.h | 5 ++-- > tests/qemu-iotests/054 | 58 ++++++++++++++++++++++++++++++++++++++++++++ > tests/qemu-iotests/054.out | 10 ++++++++ > tests/qemu-iotests/common.rc | 2 +- > tests/qemu-iotests/group | 1 + > tests/qemu-iotests/qcow2.py | 17 +++++++++++++ > 9 files changed, 122 insertions(+), 15 deletions(-) > create mode 100755 tests/qemu-iotests/054 > create mode 100644 tests/qemu-iotests/054.out ACK, at least for the first two. I didn't not test patches 3 & 4. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages. http://libguestfs.org