[libvirt] [PATCH 0/8] virConf fixes and cleanups

Andrea Bolognani abologna at redhat.com
Fri Jul 15 17:46:22 UTC 2016


The interesting bits:

  * patch 1 fixes a bug affecting 32-bit systems

  * patch 2 removes some unnecessary code

The rest:

  * very minor stuff


Andrea Bolognani (8):
  util: conf: Use long long when parsing
  util: conf: Improve virConfGet*() logic
  util: conf: Add integer casts
  util: conf: Claim the proper range for signed numbers
  util: conf: Fix comment for virConfGetValueULLong()
  util: conf: Fix parameters alignment
  util: conf: Clarify choice between VIR_CONF_LONG and VIR_CONF_ULONG
  util: conf: Rename VIR_CONF_{U,}LONG -> VIR_CONF_{U,}LLONG

 src/util/virconf.c         | 82 +++++++++++++++++++---------------------------
 src/util/virconf.h         |  4 +--
 src/xenconfig/xen_common.c |  8 ++---
 tests/virconftest.c        | 16 ++++-----
 4 files changed, 48 insertions(+), 62 deletions(-)

-- 
2.7.4




More information about the libvir-list mailing list