[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v3 1/4] vmdk: Refactor vmdk_create_extent
From: |
Kevin Wolf |
Subject: |
Re: [Qemu-devel] [PATCH v3 1/4] vmdk: Refactor vmdk_create_extent |
Date: |
Fri, 7 Dec 2018 11:24:25 +0100 |
User-agent: |
Mutt/1.10.1 (2018-07-13) |
Am 07.12.2018 um 07:40 hat Markus Armbruster geschrieben:
> Kevin Wolf <address@hidden> writes:
>
> > From: Fam Zheng <address@hidden>
> >
> > 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 patch.
>
> I'd do this part in the next patch, when it has a user. Matter of
> taste.
I kept Fam as the author of the patches (except for the test case which
is effectively a rewrite with Fam's test as the spec), so I'd like to
do only the minimal editing necessary to make the patches mergeable. If
it's a matter of taste, I'll leave it as it is.
The same goes for code changes that are a matter of taste: If you
_really_ care about taste in the vmdk code, feel free to send a
follow-up and I'll merge it on top, but I'll leave Fam's patches alone
as much as I can.
> Reviewed-by: Markus Armbruster <address@hidden>
Thanks!
Kevin
[Qemu-devel] [PATCH v3 4/4] iotests: Add VMDK tests for blockdev-create, Kevin Wolf, 2018/12/06
Re: [Qemu-devel] [PATCH v3 0/4] vmdk: Implement blockdev-create, no-reply, 2018/12/06