From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRpnJ-0002br-Hk for qemu-devel@nongnu.org; Fri, 26 Oct 2012 15:42:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TRpnI-0004Yz-NT for qemu-devel@nongnu.org; Fri, 26 Oct 2012 15:42:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33714) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRpnI-0004Yr-F5 for qemu-devel@nongnu.org; Fri, 26 Oct 2012 15:42:12 -0400 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 q9QJgA9q008447 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 26 Oct 2012 15:42:10 -0400 From: Kevin Wolf Date: Fri, 26 Oct 2012 21:42:06 +0200 Message-Id: <1351280528-21889-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] qcow2: Fix refcount table size calculation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com Kevin Wolf (2): qcow2: Fix refcount table size calculation qemu-iotests: qcow2: Test growing large refcount table block/qcow2-refcount.c | 3 +- tests/qemu-iotests/044 | 117 +++++++++++++++++++++++++++++++++++++++++ tests/qemu-iotests/044.out | 6 ++ tests/qemu-iotests/group | 1 + tests/qemu-iotests/iotests.py | 6 ++- tests/qemu-iotests/qcow2.py | 9 ++-- 6 files changed, 136 insertions(+), 6 deletions(-) create mode 100755 tests/qemu-iotests/044 create mode 100644 tests/qemu-iotests/044.out -- 1.7.6.5