Kevin Wolf writes:
> Am 07.12.2018 um 07:40 hat Markus Armbruster geschrieben:
>> Kevin Wolf writes:
>>
>> > From: Fam Zheng
>> >
>> > The extracted vmdk_init_extent takes a BlockBackend object and
>> > initializes the format metadata. It is the common part between "qemu-img
>> > create" and "
Am 07.12.2018 um 07:40 hat Markus Armbruster geschrieben:
> Kevin Wolf writes:
>
> > From: Fam Zheng
> >
> > The extracted vmdk_init_extent takes a BlockBackend object and
> > initializes the format metadata. It is the common part between "qemu-img
> > create" and "blockdev-create".
> >
> > Add
Kevin Wolf writes:
> From: Fam Zheng
>
> The extracted vmdk_init_extent takes a BlockBackend object and
> initializes the format metadata. It is the common part between "qemu-img
> create" and "blockdev-create".
>
> Add a "BlockBackend *pbb" parameter to vmdk_create_extent, to return the
> opene
From: Fam Zheng
The extracted vmdk_init_extent takes a BlockBackend object and
initializes the format metadata. It is the common part between "qemu-img
create" and "blockdev-create".
Add a "BlockBackend *pbb" parameter to vmdk_create_extent, to return the
opened BB to the caller in the next patc