On 20.06.22 18:26, Hanna Reitz wrote:
Hi,

This series is a v2 to:

https://lists.nongnu.org/archive/html/qemu-block/2022-05/msg00042.html

Ping, it looks like this still applies (to the master branch and kevin’s block-next branch at least).

Hanna

So the final state is that despite the QAPI changes, hopefully only the
qemu-img info output changes, and it now prints every image node’s
subgraph.  This results in an output like the following (for a qcow2
image):

image: test.qcow2
file format: qcow2
virtual size: 64 MiB (67108864 bytes)
disk size: 196 KiB
cluster_size: 65536
Format specific information:
     compat: 1.1
     compression type: zlib
     lazy refcounts: false
     refcount bits: 16
     corrupt: false
     extended l2: false
Child node '/file':
     filename: test.qcow2
     protocol type: file
     file length: 192 KiB (197120 bytes)
     disk size: 196 KiB
     Format specific information:
         extent size hint: 1048576


Reply via email to