Message ID | 20231127085641.3729-2-faithilikerun@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add persistence to NVMe ZNS emulation | expand |
Sam Li <faithilikerun@gmail.com> writes: > Signed-off-by: Sam Li <faithilikerun@gmail.com> > --- > docs/interop/qcow2.txt | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/docs/interop/qcow2.txt b/docs/interop/qcow2.txt > index 0f1938f056..458d05371a 100644 > --- a/docs/interop/qcow2.txt > +++ b/docs/interop/qcow2.txt > @@ -428,6 +428,9 @@ The fields of the zoned extension are: > The offset of zoned metadata structure in the contained > image, in bytes. > > + 44 - 51: zd_extension_size > + The size of zone descriptor extension data in bytes. > + Indentation is off. > == Full disk encryption header pointer == > > The full disk encryption header must be present if, and only if, the
diff --git a/docs/interop/qcow2.txt b/docs/interop/qcow2.txt index 0f1938f056..458d05371a 100644 --- a/docs/interop/qcow2.txt +++ b/docs/interop/qcow2.txt @@ -428,6 +428,9 @@ The fields of the zoned extension are: The offset of zoned metadata structure in the contained image, in bytes. + 44 - 51: zd_extension_size + The size of zone descriptor extension data in bytes. + == Full disk encryption header pointer == The full disk encryption header must be present if, and only if, the
Signed-off-by: Sam Li <faithilikerun@gmail.com> --- docs/interop/qcow2.txt | 3 +++ 1 file changed, 3 insertions(+)