[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-block] [PATCH 04/27] qcow2: Pass BlockdevCreateOptions to qcow
From: |
Max Reitz |
Subject: |
Re: [Qemu-block] [PATCH 04/27] qcow2: Pass BlockdevCreateOptions to qcow2_create2() |
Date: |
Fri, 9 Feb 2018 15:12:48 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 |
On 2018-02-08 20:23, Kevin Wolf wrote:
> All of the simple options are now passed to qcow2_create2() in a
> BlockdevCreateOptions object. Still missing: node-name and the
> encryption options.
>
> Signed-off-by: Kevin Wolf <address@hidden>
> ---
> block/qcow2.c | 190
> ++++++++++++++++++++++++++++++++++++++++++++++------------
> 1 file changed, 152 insertions(+), 38 deletions(-)
Reviewed-by: Max Reitz <address@hidden>
signature.asc
Description: OpenPGP digital signature
- [Qemu-block] [PATCH 00/27] x-blockdev-create for protocols and qcow2, Kevin Wolf, 2018/02/08
- [Qemu-block] [PATCH 02/27] block/qapi: Add qcow2 create options to schema, Kevin Wolf, 2018/02/08
- [Qemu-block] [PATCH 01/27] block/qapi: Introduce BlockdevCreateOptions, Kevin Wolf, 2018/02/08
- [Qemu-block] [PATCH 04/27] qcow2: Pass BlockdevCreateOptions to qcow2_create2(), Kevin Wolf, 2018/02/08
- [Qemu-block] [PATCH 03/27] qcow2: Let qcow2_create() handle protocol layer, Kevin Wolf, 2018/02/08
- [Qemu-block] [PATCH 05/27] qcow2: Use BlockdevRef in qcow2_create2(), Kevin Wolf, 2018/02/08
- [Qemu-block] [PATCH 06/27] qcow2: Use QCryptoBlockCreateOptions in qcow2_create2(), Kevin Wolf, 2018/02/08
- [Qemu-block] [PATCH 07/27] qcow2: Handle full/falloc preallocation in qcow2_create2(), Kevin Wolf, 2018/02/08