]> git.proxmox.com Git - mirror_qemu.git/blobdiff - docs/tools/qemu-img.rst
qemu-img: Make unallocated part of backing chain obvious in map
[mirror_qemu.git] / docs / tools / qemu-img.rst
index cfe11478791f264c383bfe49accb71c949910a25..d6300f7ee03dcb69c8727f6f1436c1885b852f62 100644 (file)
@@ -597,6 +597,9 @@ Command description:
     if false, the sectors are either unallocated or stored as optimized
     all-zero clusters);
   - whether the data is known to read as zero (boolean field ``zero``);
+  - whether the data is actually present (boolean field ``present``);
+    if false, rebasing the backing chain onto a deeper file would pick
+    up data from the deeper file;
   - in order to make the output shorter, the target file is expressed as
     a ``depth``; for example, a depth of 2 refers to the backing file
     of the backing file of *FILENAME*.