[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-block] [PATCH 01/27] block/qapi: Introduce BlockdevCreateOptio
From: |
Max Reitz |
Subject: |
Re: [Qemu-block] [PATCH 01/27] block/qapi: Introduce BlockdevCreateOptions |
Date: |
Fri, 9 Feb 2018 14:19:45 +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:
> This creates a BlockdevCreateOptions union type that will contain all of
> the options for image creation. We'll start out with an empty struct
> type BlockdevCreateDummy for all drivers.
>
> Signed-off-by: Kevin Wolf <address@hidden>
> ---
> qapi/block-core.json | 61
> ++++++++++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 61 insertions(+)
With the commit message fixed:
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