On 04.05.22 10:36, Kevin Wolf wrote:
Am 03.05.2022 um 16:55 hat Hanna Reitz geschrieben:
The ImageInfo object currently only contains (optional) format-specific
image information. However, perhaps the protocol node can provide some
additional information, so add a new field presenting it.
Sign
Am 03.05.2022 um 16:55 hat Hanna Reitz geschrieben:
> The ImageInfo object currently only contains (optional) format-specific
> image information. However, perhaps the protocol node can provide some
> additional information, so add a new field presenting it.
>
> Signed-off-by: Hanna Reitz
> ---
The ImageInfo object currently only contains (optional) format-specific
image information. However, perhaps the protocol node can provide some
additional information, so add a new field presenting it.
Signed-off-by: Hanna Reitz
---
qapi/block-core.json | 6 +-
block/qapi.c | 19 +++
On Tue, May 03, 2022 at 04:55:27PM +0200, Hanna Reitz wrote:
> The ImageInfo object currently only contains (optional) format-specific
> image information. However, perhaps the protocol node can provide some
> additional information, so add a new field presenting it.
>
> Signed-off-by: Hanna Reit