qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] spec/parallels: fix a mistake
@ 2016-06-30  8:15 Vladimir Sementsov-Ogievskiy
  2016-06-30 16:43 ` John Snow
  0 siblings, 1 reply; 4+ messages in thread
From: Vladimir Sementsov-Ogievskiy @ 2016-06-30  8:15 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-block, vsementsov, den, eblake, jsnow, stefanha

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
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [PATCH] spec/parallels: fix a mistake
  2016-06-30  8:15 [Qemu-devel] [PATCH] spec/parallels: fix a mistake Vladimir Sementsov-Ogievskiy
@ 2016-06-30 16:43 ` John Snow
  2016-06-30 17:12   ` Denis V. Lunev
  0 siblings, 1 reply; 4+ messages in thread
From: John Snow @ 2016-06-30 16:43 UTC (permalink / raw)
  To: Vladimir Sementsov-Ogievskiy, qemu-devel; +Cc: qemu-block, stefanha, den



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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [PATCH] spec/parallels: fix a mistake
  2016-06-30 16:43 ` John Snow
@ 2016-06-30 17:12   ` Denis V. Lunev
  2016-06-30 17:16     ` John Snow
  0 siblings, 1 reply; 4+ messages in thread
From: Denis V. Lunev @ 2016-06-30 17:12 UTC (permalink / raw)
  To: John Snow, Vladimir Sementsov-Ogievskiy, qemu-devel; +Cc: qemu-block, stefanha

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [PATCH] spec/parallels: fix a mistake
  2016-06-30 17:12   ` Denis V. Lunev
@ 2016-06-30 17:16     ` John Snow
  0 siblings, 0 replies; 4+ messages in thread
From: John Snow @ 2016-06-30 17:16 UTC (permalink / raw)
  To: Denis V. Lunev, Vladimir Sementsov-Ogievskiy, qemu-devel
  Cc: qemu-block, stefanha



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. :)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-06-30 17:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-30  8:15 [Qemu-devel] [PATCH] spec/parallels: fix a mistake Vladimir Sementsov-Ogievskiy
2016-06-30 16:43 ` John Snow
2016-06-30 17:12   ` Denis V. Lunev
2016-06-30 17:16     ` John Snow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).