diff options
author | Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> | 2020-01-31 17:22:18 +0300 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2020-02-20 16:20:14 +0100 |
commit | 3ae3fcfae533086d3e210589c10f317717c9d789 (patch) | |
tree | 2f97d413b041258b22c9e60ef2c1248957e36f83 /migration/global_state.c | |
parent | 672f9d0df10a68a5c5f2b32cbc8284abf9f5ee18 (diff) |
docs: improve qcow2 spec about extending image header
Make it more obvious how to add new fields to the version 3 header and
how to interpret them.
The specification is adjusted so that 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
Qemu independently.
2. If we want to add incompatible field (or a field, for which some of
its values would be incompatible), it must be accompanied by
incompatible feature bit.
Also the concept of "default is zero" is clarified, as it's strange to
say that the value of the field is assumed to be zero for the software
version which don't know about the field at all and don't know how to
treat it be it zero or not.
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20200131142219.3264-2-vsementsov@virtuozzo.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
[mreitz: s/some its/some of its/]
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'migration/global_state.c')
0 files changed, 0 insertions, 0 deletions