Re: [PATCH 2/4] block: Add protocol-specific image info

2022-05-04 Thread Hanna Reitz
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

Re: [PATCH 2/4] block: Add protocol-specific image info

2022-05-04 Thread Kevin Wolf
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 > ---

[PATCH 2/4] block: Add protocol-specific image info

2022-05-03 Thread 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 +++

Re: [PATCH 2/4] block: Add protocol-specific image info

2022-05-03 Thread Eric Blake
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