]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_conf: split out virQEMUDriverConfigLoadSpecificTLS
authorJán Tomko <jtomko@redhat.com>
Mon, 14 Jan 2019 21:03:05 +0000 (22:03 +0100)
committerJán Tomko <jtomko@redhat.com>
Fri, 18 Jan 2019 11:55:07 +0000 (12:55 +0100)
commita0ac0b913e7cbf1d28ecde2d6475cd4db22084fb
tree98ef02dc113214160ae268e9f2f832ccf05fb2b7
parentde100ceddb693730325108bf2623fdf8a3575db1
qemu_conf: split out virQEMUDriverConfigLoadSpecificTLS

Split out parts of the config parsing code to make
the parent function easier to read.

This is the only patch that mixes various augeas entry
groups in one function.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_conf.c