[libvirt] [PATCH 0/2] helper functions for virTypedParameters

Eric Blake eblake at redhat.com
Wed Jan 4 03:42:54 UTC 2012


As hinted at here:
https://www.redhat.com/archives/libvir-list/2012-January/msg00019.html

Eric Blake (2):
  util: add new file for virTypedParameter utils
  util: use new virTypedParameter helpers

 daemon/remote.c          |    1 +
 po/POTFILES.in           |    1 +
 src/Makefile.am          |    3 +-
 src/esx/esx_driver.c     |   83 +++----
 src/libvirt_private.syms |   20 +-
 src/libxl/libxl_driver.c |   48 +---
 src/lxc/lxc_driver.c     |  218 +++++-----------
 src/qemu/qemu_driver.c   |  656 ++++++++++++++--------------------------------
 src/test/test_driver.c   |   29 +--
 src/util/util.c          |   16 +-
 src/util/util.h          |    4 +-
 src/util/virtypedparam.c |  187 +++++++++++++
 src/util/virtypedparam.h |   37 +++
 src/xen/xen_hypervisor.c |   51 ++--
 tools/virsh.c            |    3 +-
 15 files changed, 600 insertions(+), 757 deletions(-)
 create mode 100644 src/util/virtypedparam.c
 create mode 100644 src/util/virtypedparam.h

-- 
1.7.7.5




More information about the libvir-list mailing list