]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: conf: Allow individual control of default value for *_tls_x509_verify
authorPeter Krempa <pkrempa@redhat.com>
Fri, 13 Nov 2020 14:13:29 +0000 (15:13 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 16 Nov 2020 13:11:56 +0000 (14:11 +0100)
commit9ba2a06e47fbd09c6b2d44bd4ac6bf68781122ef
tree148f66b32786f04b587ea0c09856079bc388855d
parent6a1bb797a7f90de131e2f5ccf4592c9324f875b0
qemu: conf: Allow individual control of default value for *_tls_x509_verify

Store whether "default_tls_x509_verify" was provided and enhance the
SET_TLS_VERIFY_DEFAULT macro so that indiviual users can provide their
own default if "default_tls_x509_verify" config option was not provided.

For now we keep setting it to 'false'.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu.conf
src/qemu/qemu_conf.c
src/qemu/qemu_conf.h