Re: [PATCH 028/103] virQEMUBuildCommandLineJSONRecurse: Error out when array conversion function is not provided

2021-10-07 Thread Ján Tomko
On a Thursday in 2021, Peter Krempa wrote: For conversion of '-device' we'll try to avoid usage of arrays if possible, so for now if the array coversion function is not provided the convertor will error out. Signed-off-by: Peter Krempa --- src/util/virqemu.c | 8 +++- 1 file changed, 7 inser

[PATCH 028/103] virQEMUBuildCommandLineJSONRecurse: Error out when array conversion function is not provided

2021-10-07 Thread Peter Krempa
For conversion of '-device' we'll try to avoid usage of arrays if possible, so for now if the array coversion function is not provided the convertor will error out. Signed-off-by: Peter Krempa --- src/util/virqemu.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/u