[libvirt] [PATCH 0/2] Really check for TLS dir if specified in qemu.conf

John Ferlan jferlan at redhat.com
Wed Jun 28 19:30:26 UTC 2017


The qemu.conf indicates that for the various *_tls_x509_cert_dir settings
that "If the provided path does not exist then the default_tls_x509_cert_dir
path will be used."; however, the code didn't quite do that.

The default for each was set during virQEMUDriverConfigNew; however, that
was overwritten if the various config settings were used, but whether the
directory actually existed and falling back to the default action of using
the default configuration was not done.

So that's what these patches do.

John Ferlan (2):
  qemu: Clean up long lines in virQEMUDriverConfigLoadFile
  qemu: Check for existence of provided *_tls_x509_cert_dir

 src/qemu/qemu.conf   |   9 +++-
 src/qemu/qemu_conf.c | 123 +++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 98 insertions(+), 34 deletions(-)

-- 
2.9.4




More information about the libvir-list mailing list