Re: [Qemu-devel] [PATCH v3 4/8] qapi: Formalize qcow2 encryption probing

2019-02-06 Thread Eric Blake
On 2/6/19 1:55 PM, Max Reitz wrote: > Currently, you can give no encryption format for a qcow2 file while > still passing a key-secret. That does not conform to the schema, so > this patch changes the schema to allow it. > > Signed-off-by: Max Reitz > --- > qapi/block-core.json | 31 +++

[Qemu-devel] [PATCH v3 4/8] qapi: Formalize qcow2 encryption probing

2019-02-06 Thread Max Reitz
Currently, you can give no encryption format for a qcow2 file while still passing a key-secret. That does not conform to the schema, so this patch changes the schema to allow it. Signed-off-by: Max Reitz --- qapi/block-core.json | 31 --- block/qcow2.c| 3 ++