[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: |
Markus Armbruster |
Subject: |
Re: [Qemu-devel] [PATCH v3 1/4] vmdk: Refactor vmdk_create_extent |
Date: |
Fri, 07 Dec 2018 13:52:00 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Kevin Wolf <address@hidden> writes:
> 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.
That's fine. Matter of taste means I'm stating mine without demanding
you change the patch to conform to it.
> 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.
Makes sense.
>> 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