qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 00/12] qemu-img info: Show protocol-level information


From: Hanna Reitz
Subject: Re: [PATCH v2 00/12] qemu-img info: Show protocol-level information
Date: Thu, 8 Dec 2022 13:24:01 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

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

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