Re: [PATCH v9 1/2] docs: improve qcow2 spec about extending image header

2020-01-20 Thread Vladimir Sementsov-Ogievskiy
20.01.2020 19:03, Max Reitz wrote: > On 16.12.19 13:17, Vladimir Sementsov-Ogievskiy wrote: >> Make it more obvious how to add new fields to the version 3 header and >> how to interpret them. >> >> The specification is adjusted so for new defined optional fields: >> >> 1. Software may support some

Re: [PATCH v9 1/2] docs: improve qcow2 spec about extending image header

2020-01-20 Thread Max Reitz
On 16.12.19 13:17, Vladimir Sementsov-Ogievskiy wrote: > Make it more obvious how to add new fields to the version 3 header and > how to interpret them. > > The specification is adjusted so for new defined optional fields: > > 1. Software may support some of these optional fields and ignore the >

[PATCH v9 1/2] docs: improve qcow2 spec about extending image header

2019-12-16 Thread Vladimir Sementsov-Ogievskiy
Make it more obvious how to add new fields to the version 3 header and how to interpret them. The specification is adjusted so for new defined optional fields: 1. Software may support some of these optional fields and ignore the others, which means that features may be backported to downstream