Re: [PATCH v2 03/12] block/vmdk: Change extent info type

2023-01-30 Thread Kevin Wolf
Am 28.01.2023 um 00:06 hat Eric Blake geschrieben: > On Thu, Jan 19, 2023 at 04:20:16PM +0100, Kevin Wolf wrote: > > Am 20.06.2022 um 18:26 hat Hanna Reitz geschrieben: > > > VMDK's implementation of .bdrv_get_specific_info() returns information > > > about its extent files, ostensibly in the form

Re: [PATCH v2 03/12] block/vmdk: Change extent info type

2023-01-27 Thread Eric Blake
On Thu, Jan 19, 2023 at 04:20:16PM +0100, Kevin Wolf wrote: > Am 20.06.2022 um 18:26 hat Hanna Reitz geschrieben: > > VMDK's implementation of .bdrv_get_specific_info() returns information > > about its extent files, ostensibly in the form of ImageInfo objects. > > However, it does not get this

Re: [PATCH v2 03/12] block/vmdk: Change extent info type

2023-01-20 Thread Hanna Czenczek
On 19.01.23 16:20, Kevin Wolf wrote: Am 20.06.2022 um 18:26 hat Hanna Reitz geschrieben: VMDK's implementation of .bdrv_get_specific_info() returns information about its extent files, ostensibly in the form of ImageInfo objects. However, it does not get this information through

Re: [PATCH v2 03/12] block/vmdk: Change extent info type

2023-01-19 Thread Kevin Wolf
Am 20.06.2022 um 18:26 hat Hanna Reitz geschrieben: > VMDK's implementation of .bdrv_get_specific_info() returns information > about its extent files, ostensibly in the form of ImageInfo objects. > However, it does not get this information through > bdrv_query_image_info(), but fills only a select

[PATCH v2 03/12] block/vmdk: Change extent info type

2022-06-20 Thread Hanna Reitz
VMDK's implementation of .bdrv_get_specific_info() returns information about its extent files, ostensibly in the form of ImageInfo objects. However, it does not get this information through bdrv_query_image_info(), but fills only a select few fields with custom information that does not always