On Wed, Mar 9, 2011 at 12:30 PM, Kevin Wolf <kw...@redhat.com> wrote: > This adds a description of the qcow2 file format to the docs/ directory. > Besides documenting what's there, which is never wrong, the document should > provide a good basis for the discussion of format extensions (called "qcow3" > in previous discussions) > > Signed-off-by: Kevin Wolf <kw...@redhat.com> > --- > docs/specs/qcow2.txt | 233 > ++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 files changed, 233 insertions(+), 0 deletions(-) > create mode 100644 docs/specs/qcow2.txt
QCOW2_EXT_MAGIC_BACKING_FORMAT is not documented. Did you decide that is a QEMU internal extension and you don't want it documented? Stefan