Advice for next time...
Peter Xu <[email protected]> writes:
> QEMU will crash if anyone tries to set tls-authz (which is a type
> StrOrNull) with 'null' value. Fix it in the easy way by converting it to
> qstring just like the other two tls parameters.
Include a reproducer whenever practical. Helps backporters. It would
have been practical here:
QEMU will crash if anyone tries to set tls-authz (which is a type
StrOrNull) with 'null' value. Reproducer:
{"execute": "migrate-set-parameters", "arguments": {"tls-authz": null}}
Fix it in the easy way by converting it to qstring just like the other
two tls parameters.
[...]