From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c9EqH-0007Jb-Os for qemu-devel@nongnu.org; Tue, 22 Nov 2016 12:26:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c9EqF-0001WY-Lw for qemu-devel@nongnu.org; Tue, 22 Nov 2016 12:26:49 -0500 Received: from mailhub.sw.ru ([195.214.232.25]:42558 helo=relay.sw.ru) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c9EqF-0001U9-AN for qemu-devel@nongnu.org; Tue, 22 Nov 2016 12:26:47 -0500 From: Vladimir Sementsov-Ogievskiy Date: Tue, 22 Nov 2016 20:26:06 +0300 Message-Id: <1479835586-74394-2-git-send-email-vsementsov@virtuozzo.com> In-Reply-To: <1479835586-74394-1-git-send-email-vsementsov@virtuozzo.com> References: <1479835586-74394-1-git-send-email-vsementsov@virtuozzo.com> Subject: [Qemu-devel] [PATCH 01/21] specs/qcow2: fix bitmap granularity qemu-specific note List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org, qemu-devel@nongnu.org Cc: kwolf@redhat.com, mreitz@redhat.com, armbru@redhat.com, eblake@redhat.com, jsnow@redhat.com, famz@redhat.com, den@openvz.org, stefanha@redhat.com, vsementsov@virtuozzo.com, pbonzini@redhat.com Signed-off-by: Vladimir Sementsov-Ogievskiy Reviewed-by: John Snow --- docs/specs/qcow2.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/specs/qcow2.txt b/docs/specs/qcow2.txt index 80cdfd0..dda53dd 100644 --- a/docs/specs/qcow2.txt +++ b/docs/specs/qcow2.txt @@ -472,8 +472,7 @@ Structure of a bitmap directory entry: 17: granularity_bits Granularity bits. Valid values: 0 - 63. - Note: Qemu currently doesn't support granularity_bits - greater than 31. + Note: Qemu currently supports only values 9 - 31. Granularity is calculated as granularity = 1 << granularity_bits -- 1.8.3.1