[libvirt] [PATCH 03/23] qemu.conf: fill out TLS verify attributes after parsing

John Ferlan jferlan at redhat.com
Thu Jan 17 12:56:53 UTC 2019



On 1/15/19 8:22 AM, Ján Tomko wrote:
> Introduce a set of bool variables with the 'present' suffix
> to track whether the value was actually specified.
> 
> Signed-off-by: Ján Tomko <jtomko at redhat.com>
> ---
>  src/qemu/qemu_conf.c   | 28 ++++++++++++++++++++++++----
>  src/qemu/qemu_conf.h   |  6 ++++++
>  src/qemu/qemu_driver.c |  3 +++
>  3 files changed, 33 insertions(+), 4 deletions(-)
> 

6 of one, half-dozen of another.

There should be two empty lines before/after the new method below even
though it's not the norm in the file.

And yes, the ret = 0; return ret; looks odd now, but I see usage in next
patch...

Reviewed-by: John Ferlan <jferlan at redhat.com>

John




More information about the libvir-list mailing list