[libvirt] [PATCH 0/3] C99 cleanup for VIR_DEBUG0 removal

Eric Blake eblake at redhat.com
Wed May 11 20:13:27 UTC 2011


This series is intended as followup to Lai's patch, to get us
back to code that can be compiled by any C99 compiler, and
extending Lai's cleanups to also cover VIR_DOMAIN_DEBUG0.

Eric Blake (3):
  build: avoid gcc preprocessor extensions
  build: drop need for VIR_DOMAIN_DEBUG0()
  maint: omit translation for all VIR_INFO

 cfg.mk                                       |    2 +-
 daemon/libvirtd.c                            |   10 ++--
 daemon/remote.c                              |    8 ++--
 examples/domain-events/events-c/event-test.c |    3 +-
 po/POTFILES.in                               |    1 -
 src/libvirt.c                                |   67 ++++++++++++++++++--------
 src/network/bridge_driver.c                  |   12 ++--
 src/qemu/qemu_driver.c                       |    6 +-
 src/storage/storage_driver.c                 |   18 ++++----
 src/util/bridge.c                            |   18 ++++----
 src/util/logging.h                           |   34 +++++++-------
 11 files changed, 101 insertions(+), 78 deletions(-)

-- 
1.7.4.4




More information about the libvir-list mailing list