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

2019-03-16 Thread Cole Robinson
On 3/13/19 2:30 AM, Shotaro Gotanda wrote: > Changes since v2: > - adjust the code to the coding guideline > > > Shotaro Gotanda (2): > util: add virStringParseYesNo() > conf: Use virStringParseYesNo() > > src/conf/domain_conf.c | 30 +- > src/conf/secret_conf.c

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

2019-03-13 Thread Shotaro Gotanda
Changes since v2: - adjust the code to the coding guideline 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 | 21