[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] Re: [PATCH v3] Add qcow2 documentation
From: |
Stefan Hajnoczi |
Subject: |
[Qemu-devel] Re: [PATCH v3] Add qcow2 documentation |
Date: |
Wed, 16 Mar 2011 08:47:38 +0000 |
On Tue, Mar 15, 2011 at 11:55 AM, Kevin Wolf <address@hidden> 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 <address@hidden>
> ---
> docs/specs/qcow2.txt | 260
> ++++++++++++++++++++++++++++++++++++++++++++++++++
> 1 files changed, 260 insertions(+), 0 deletions(-)
> create mode 100644 docs/specs/qcow2.txt
>
> v2:
> - Added limits to cluster_bits
>
> v3:
> - Added semantics for unallocated clusters
> - Fixed cluster_offset calculation
> - Added header extensions
Reviewed-by: Stefan Hajnoczi <address@hidden>