On 12/19/22 10:03, Peter Krempa wrote:
Semantically we need to handle one of the keys in the top level
object
spearately, thus skipping it in nested objects doesn't make sense.
Peter Krempa (2):
virqemu: Don't strip the requested key from nested objects
util: qemu: Remove 'skipKey' argument from
virQEMUBuildCommandLineJSONArrayFormatFunc prototype
src/util/virqemu.c | 21 +++++++++------------
src/util/virqemu.h | 12 ++++--------
2 files changed, 13 insertions(+), 20 deletions(-)
Reviewed-by: Michal Privoznik <mprivozn(a)redhat.com>
Michal