qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH for-5.0] qcow2: Add incompatibility note between backing file


From: Eric Blake
Subject: Re: [PATCH for-5.0] qcow2: Add incompatibility note between backing files and raw external data files
Date: Mon, 13 Apr 2020 13:11:16 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0

On 4/10/20 7:18 AM, Alberto Garcia wrote:
Backing files and raw external data files are mutually exclusive.
The documentation of the raw external data bit (in autoclear_features)
already indicates that, but we should also mention it on the other
side.

Suggested-by: Eric Blake <address@hidden>
Signed-off-by: Alberto Garcia <address@hidden>
---
  docs/interop/qcow2.txt | 3 +++
  1 file changed, 3 insertions(+)

diff --git a/docs/interop/qcow2.txt b/docs/interop/qcow2.txt
index 640e0eca40..298a031310 100644
--- a/docs/interop/qcow2.txt
+++ b/docs/interop/qcow2.txt
@@ -25,6 +25,9 @@ The first cluster of a qcow2 image contains the file header:
                      is stored (NB: The string is not null terminated). 0 if 
the
                      image doesn't have a backing file.
+ Note: backing files are incompatible with raw external data
+                    files (auto-clear feature bit 1).
+
           16 - 19:   backing_file_size
                      Length of the backing file name in bytes. Must not be
                      longer than 1023 bytes. Undefined if the image doesn't 
have


Reviewed-by: Eric Blake <address@hidden>

--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]