From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56036) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIfWD-0001Vc-LA for qemu-devel@nongnu.org; Thu, 30 Jun 2016 13:12:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIfWC-0004eo-Jh for qemu-devel@nongnu.org; Thu, 30 Jun 2016 13:12:49 -0400 References: <1467274539-6174-1-git-send-email-vsementsov@virtuozzo.com> From: "Denis V. Lunev" Message-ID: <57755302.7060908@openvz.org> Date: Thu, 30 Jun 2016 20:12:34 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] spec/parallels: fix a mistake List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow , Vladimir Sementsov-Ogievskiy , qemu-devel@nongnu.org Cc: qemu-block@nongnu.org, stefanha@redhat.com On 06/30/2016 07:43 PM, John Snow wrote: > > On 06/30/2016 04:15 AM, Vladimir Sementsov-Ogievskiy wrote: >> 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 >> > Looks correct to me, but Denis should confirm. > > --js Funny ;) I have already resent the version with a bit improved description, which was takes by Stefan. Thank you for paying attention. Den