[libvirt] [PATCH 0/2] Add function for XML yes|no string handling

Shotaro Gotanda g.sho1500 at gmail.com
Mon Mar 11 15:38:04 UTC 2019


These patches are based on a bite-sized task proposed in
https://wiki.libvirt.org/page/BiteSizedTasks
and the mentor of this bite-sized task is Cole Robinson
<crobinso at redhat.com>
(Do I need to put the mentor in cc, in this case?)

The function virStringParseYesNo() convert the string "yes" into bool
true and "no" into false, and error if we receive anything other than
those values.

To be honest, I'm not confident on the error handling in libvirt.
So, please check that point.

Regards,
Shotaro

Shotaro Gotanda (2):
  util: add virStringParseYesNo()
  conf: Use virStringParseYesNo()

 src/conf/domain_conf.c | 30 +++++-------------------------
 src/conf/secret_conf.c | 12 ++----------
 src/util/virstring.c   | 32 ++++++++++++++++++++++++++++++++
 src/util/virstring.h   |  3 +++
 4 files changed, 42 insertions(+), 35 deletions(-)

-- 
2.19.1




More information about the libvir-list mailing list