Re: [PATCH] keyval: Print types on merge inconsistency

2022-09-15 Thread Markus Armbruster
"Dr. David Alan Gilbert (git)" writes: > From: "Dr. David Alan Gilbert" > > When 'keyval_do_merge' checks consistency of types, if they mismatch > print the types so we get a hint of what's going on. > > e.g. > qemu-system-x86_64: Parameter 'memory' used inconsistently (qstring/qdict) > > Signed

[PATCH] keyval: Print types on merge inconsistency

2022-09-13 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" When 'keyval_do_merge' checks consistency of types, if they mismatch print the types so we get a hint of what's going on. e.g. qemu-system-x86_64: Parameter 'memory' used inconsistently (qstring/qdict) Signed-off-by: Dr. David Alan Gilbert --- util/keyval.c | 6