[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v6 08/14] block/qcow2: extend qemu-img amend interface with c
From: |
Max Reitz |
Subject: |
Re: [PATCH v6 08/14] block/qcow2: extend qemu-img amend interface with crypto options |
Date: |
Thu, 14 May 2020 16:30:14 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 |
On 10.05.20 15:40, Maxim Levitsky wrote:
> Now that we have all the infrastructure in place,
> wire it in the qcow2 driver and expose this to the user.
>
> Signed-off-by: Maxim Levitsky <address@hidden>
> Reviewed-by: Daniel P. Berrangé <address@hidden>
> ---
> block/qcow2.c | 72 +++++++++++++++++++++++++++++++++-----
> tests/qemu-iotests/082.out | 45 ++++++++++++++++++++++++
Again, some rebasing required because of compression_type.
> 2 files changed, 108 insertions(+), 9 deletions(-)
>
> diff --git a/block/qcow2.c b/block/qcow2.c
> index db86500839..4bb6e3fc8f 100644
> --- a/block/qcow2.c
> +++ b/block/qcow2.c
[...]
> @@ -4744,17 +4757,11 @@ static BlockMeasureInfo *qcow2_measure(QemuOpts
> *opts, BlockDriverState *in_bs,
> g_free(optstr);
>
> if (has_luks) {
> +
Why?
With this line dropped, and 082.out fixed up:
Reviewed-by: Max Reitz <address@hidden>
signature.asc
Description: OpenPGP digital signature
[PATCH v6 05/14] block/amend: refactor qcow2 amend options, Maxim Levitsky, 2020/05/10
[PATCH v6 08/14] block/qcow2: extend qemu-img amend interface with crypto options, Maxim Levitsky, 2020/05/10
- Re: [PATCH v6 08/14] block/qcow2: extend qemu-img amend interface with crypto options,
Max Reitz <=
[PATCH v6 09/14] iotests: filter few more luks specific create options, Maxim Levitsky, 2020/05/10
[PATCH v6 10/14] iotests: qemu-img tests for luks key management, Maxim Levitsky, 2020/05/10
[PATCH v6 07/14] block/crypto: implement the encryption key management, Maxim Levitsky, 2020/05/10