From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NjxEj-0002P8-OM for qemu-devel@nongnu.org; Tue, 23 Feb 2010 11:03:49 -0500 Received: from [199.232.76.173] (port=53949 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NjxEj-0002Ol-Bi for qemu-devel@nongnu.org; Tue, 23 Feb 2010 11:03:49 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NjxEg-00043n-Is for qemu-devel@nongnu.org; Tue, 23 Feb 2010 11:03:49 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55872) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NjxEg-00043j-8a for qemu-devel@nongnu.org; Tue, 23 Feb 2010 11:03:46 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o1NG3j0D029563 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 23 Feb 2010 11:03:45 -0500 From: Juan Quintela In-Reply-To: <1266939654-26510-4-git-send-email-kwolf@redhat.com> (Kevin Wolf's message of "Tue, 23 Feb 2010 16:40:54 +0100") References: <1266939654-26510-1-git-send-email-kwolf@redhat.com> <1266939654-26510-4-git-send-email-kwolf@redhat.com> Date: Tue, 23 Feb 2010 17:03:42 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Qemu-devel] Re: [PATCH v2 3/3] qcow2: More checks for qemu-img check List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org Kevin Wolf wrote: > Implement some more refcount block related checks > > Signed-off-by: Kevin Wolf > --- > block/qcow2-refcount.c | 12 ++++++++++++ > 1 files changed, 12 insertions(+), 0 deletions(-) Acked-by: Juan Quintela