Re: [PATCH v2 02/12] qemu: command: Generate commandline of 'sev0' sev-guest object via JSON

2021-03-10 Thread Ján Tomko
On a Wednesday in 2021, Peter Krempa wrote: While the 'sev0' sev-guest object will never be hotplugged, but 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

[PATCH v2 02/12] qemu: command: Generate commandline of 'sev0' sev-guest object via JSON

2021-02-24 Thread Peter Krempa
While the 'sev0' sev-guest object will never be hotplugged, but 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