diff mbox

spec/parallels: fix a mistake

Message ID 1467274539-6174-1-git-send-email-vsementsov@virtuozzo.com
State New
Headers show

Commit Message

Vladimir Sementsov-Ogievskiy June 30, 2016, 8:15 a.m. UTC
We have only one flag for now - Empty Image flag.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
---
 docs/specs/parallels.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

John Snow June 30, 2016, 4:43 p.m. UTC | #1
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 <vsementsov@virtuozzo.com>
> ---
>  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
Denis V. Lunev June 30, 2016, 5:12 p.m. UTC | #2
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 <vsementsov@virtuozzo.com>
>> ---
>>   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
John Snow June 30, 2016, 5:16 p.m. UTC | #3
On 06/30/2016 01:12 PM, Denis V. Lunev wrote:
> 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 <vsementsov@virtuozzo.com>
>>> ---
>>>   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

I wouldn't normally pay attention to parallels spec changes, but this
one made it to my inbox. :)
diff mbox

Patch

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