Re: [PATCH v2 01/12] qemu: command: Generate commandline of 'masterKey0' secret via JSON

2021-03-10 Thread Ján Tomko
On a Wednesday in 2021, Peter Krempa wrote: While the 'masterKey0' secret object will never be hotplugged we want to generate it through JSON so that we'll be able to validate all parameters of '-object' against the QAPI schema once 'object-add' is qapified in qemu. Signed-off-by: Peter Krempa

[PATCH v2 01/12] qemu: command: Generate commandline of 'masterKey0' secret via JSON

2021-02-24 Thread Peter Krempa
While the 'masterKey0' secret object will never be hotplugged we want to generate it through JSON so that we'll be able to validate all parameters of '-object' against the QAPI schema once 'object-add' is qapified in qemu. Signed-off-by: Peter Krempa --- src/qemu/qemu_command.c | 12 ++--