Re: [PATCH v2 01/12] block: Improve empty format-specific info dump

2023-01-20 Thread Kevin Wolf
Am 20.01.2023 um 14:35 hat Hanna Czenczek geschrieben: > On 19.01.23 15:00, Kevin Wolf wrote: > > Am 20.06.2022 um 18:26 hat Hanna Reitz geschrieben: > > > When a block driver supports obtaining format-specific information, but > > > that object only contains optional fields, it is possible that

Re: [PATCH v2 01/12] block: Improve empty format-specific info dump

2023-01-20 Thread Hanna Czenczek
On 19.01.23 15:00, Kevin Wolf wrote: Am 20.06.2022 um 18:26 hat Hanna Reitz geschrieben: When a block driver supports obtaining format-specific information, but that object only contains optional fields, it is possible that none of them are present, so that dump_qobject() (called by

Re: [PATCH v2 01/12] block: Improve empty format-specific info dump

2023-01-19 Thread Kevin Wolf
Am 20.06.2022 um 18:26 hat Hanna Reitz geschrieben: > When a block driver supports obtaining format-specific information, but > that object only contains optional fields, it is possible that none of > them are present, so that dump_qobject() (called by > bdrv_image_info_specific_dump()) will not

[PATCH v2 01/12] block: Improve empty format-specific info dump

2022-06-20 Thread Hanna Reitz
When a block driver supports obtaining format-specific information, but that object only contains optional fields, it is possible that none of them are present, so that dump_qobject() (called by bdrv_image_info_specific_dump()) will not print anything. The callers of