From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIX8i-00034s-Fj for qemu-devel@nongnu.org; Thu, 30 Jun 2016 04:16:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIX8d-0008Cu-GK for qemu-devel@nongnu.org; Thu, 30 Jun 2016 04:15:59 -0400 Received: from mailhub.sw.ru ([195.214.232.25]:24012 helo=relay.sw.ru) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIX8d-0008CX-37 for qemu-devel@nongnu.org; Thu, 30 Jun 2016 04:15:55 -0400 From: Vladimir Sementsov-Ogievskiy Date: Thu, 30 Jun 2016 11:15:39 +0300 Message-Id: <1467274539-6174-1-git-send-email-vsementsov@virtuozzo.com> Subject: [Qemu-devel] [PATCH] spec/parallels: fix a mistake List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-block@nongnu.org, vsementsov@virtuozzo.com, den@openvz.org, eblake@redhat.com, jsnow@redhat.com, stefanha@redhat.com We have only one flag for now - Empty Image flag. Signed-off-by: Vladimir Sementsov-Ogievskiy --- docs/specs/parallels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/specs/parallels.txt b/docs/specs/parallels.txt index b4fe229..e9271eb 100644 --- a/docs/specs/parallels.txt +++ b/docs/specs/parallels.txt @@ -94,7 +94,7 @@ Bytes: Bit 0: Empty Image bit. If set, the image should be considered clear. - Bits 2-31: Unused. + Bits 1-31: Unused. 56 - 63: ext_off Format Extension offset, an offset, in sectors, from the start of -- 1.8.3.1