[libvirt] [PATCHv2 0/3] Finish the conversion to virConfGetValue* functions

Fabiano Fidêncio fabiano at fidencio.org
Sat May 26 21:00:24 UTC 2018


This patchset finishes the conversion to virConfGetValue* functions,
started by Daniel Berrange a few months ago.

Please, mind that although we could make virConfGetValue* functions more
generic in order to support numbers and booleans as strings, that
doesn't seem the safest path to take. The side-effect of this is that we
will have to live with some specific code doing that as part of vmx and
xen_common.

Once this patchset gets merged,
https://wiki.libvirt.org/page/BiteSizedTasks#Finish_conversion_to_virConfGetValue.2A_functions
can be removed.

- Changes since v1:
  All the "values" from virConfGetValueString() are freed

Fabiano Fidêncio (3):
  xen_vm: convert to typesafe virConf accessors
  vmx: convert to typesafe virConf accessors
  xen_common: convert to typesafe virConf accessors

 src/vmx/vmx.c              | 196 ++++++--------
 src/xenconfig/xen_common.c | 637 ++++++++++++++++++++++-----------------------
 src/xenconfig/xen_xm.c     | 268 ++++++++++---------
 3 files changed, 512 insertions(+), 589 deletions(-)

-- 
2.14.3




More information about the libvir-list mailing list