[libvirt] [PATCH 0/5] build: use C99 varargs

Eric Blake eblake at redhat.com
Mon Mar 1 23:38:27 UTC 2010


Here's the full cleanup, based on my earlier RFC.  I've tested
that everything still builds and passes 'make syntax-check'.
This is broken out in chunks, although whoever ends up pushing
may want to squash it all into one.

 src/conf/cpu_conf.c            |    4 ++--
 src/conf/domain_conf.c         |    4 ++--
 src/conf/domain_event.c        |    5 +++--
 src/conf/interface_conf.c      |    4 ++--
 src/conf/network_conf.c        |    6 +++---
 src/conf/node_device_conf.h    |    5 +++--
 src/conf/secret_conf.h         |    6 +++---
 src/conf/storage_conf.h        |    6 +++---
 src/cpu/cpu.h                  |    6 +++---
 src/datatypes.c                |    6 +++---
 src/esx/esx_device_monitor.c   |    5 +++--
 src/esx/esx_driver.c           |    5 +++--
 src/esx/esx_interface_driver.c |    5 +++--
 src/esx/esx_network_driver.c   |    5 +++--
 src/esx/esx_secret_driver.c    |    5 +++--
 src/esx/esx_storage_driver.c   |    5 +++--
 src/esx/esx_util.c             |    5 +++--
 src/esx/esx_vi.c               |    5 +++--
 src/esx/esx_vi_methods.c       |    5 +++--
 src/esx/esx_vi_types.c         |    5 +++--
 src/esx/esx_vmx.c              |    5 +++--
 src/interface/netcf_driver.c   |    6 +++---
 src/libvirt.c                  |    6 +++---
 src/lxc/lxc_conf.h             |    5 +++--
 src/network/bridge_driver.c    |    4 ++--
 src/nodeinfo.c                 |    6 +++---
 src/opennebula/one_conf.h      |    8 +++++---
 src/openvz/openvz_conf.h       |    5 +++--
 src/phyp/phyp_driver.c         |    5 +++--
 src/qemu/qemu_conf.h           |    4 ++--
 src/remote/remote_driver.c     |    4 ++--
 src/security/security_driver.h |    6 +++---
 src/test/test_driver.c         |    4 ++--
 src/uml/uml_conf.h             |    6 +++---
 src/util/hostusb.c             |    4 ++--
 src/util/json.c                |    6 +++---
 src/util/macvtap.c             |    5 +++--
 src/util/pci.c                 |    4 ++--
 src/util/stats_linux.c         |    6 +++---
 src/util/util.c                |    4 ++--
 src/util/xml.c                 |    6 +++---
 src/vbox/vbox_driver.c         |    5 +++--
 src/vbox/vbox_tmpl.c           |    5 +++--
 src/xen/proxy_internal.c       |    4 ++--
 src/xen/sexpr.c                |    9 ++++-----
 src/xen/xen_driver.c           |    4 ++--
 src/xen/xen_hypervisor.c       |    6 +++---
 src/xen/xen_inotify.c          |    5 +++--
 src/xen/xend_internal.c        |    9 ++++-----
 src/xen/xm_internal.c          |    6 +++---
 src/xen/xs_internal.c          |    4 ++--
 51 files changed, 144 insertions(+), 124 deletions(-)





More information about the libvir-list mailing list