]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
maint: kill all remaining uses of old DEBUG macro
authorEric Blake <eblake@redhat.com>
Wed, 16 Feb 2011 23:37:57 +0000 (16:37 -0700)
committerEric Blake <eblake@redhat.com>
Mon, 21 Feb 2011 15:46:52 +0000 (08:46 -0700)
commit994e7567b69bdb3bad588ed2022b941927f34c1f
treebe1b4f24420dbc928c028db8edd75daba902f8cb
parent03ba07cb73a5c8354064858250555591619a26a6
maint: kill all remaining uses of old DEBUG macro

Done mechanically with:
$ git grep -l '\bDEBUG0\? *(' | xargs -L1 sed -i 's/\bDEBUG0\? *(/VIR_&/'

followed by manual deletion of qemudDebug in daemon/libvirtd.c, along
with a single 'make syntax-check' fallout in the same file, and the
actual deletion in src/util/logging.h.

* src/util/logging.h (DEBUG, DEBUG0): Delete.
* daemon/libvirtd.h (qemudDebug): Likewise.
* global: Change remaining clients over to VIR_DEBUG counterpart.
36 files changed:
daemon/dispatch.c
daemon/event.c
daemon/libvirtd.c
daemon/libvirtd.h
daemon/mdns.c
daemon/remote.c
daemon/stream.c
docs/api_extension/0004-implement-the-public-APIs.patch
examples/domain-events/events-c/event-test.c
src/datatypes.c
src/driver.c
src/libvirt-qemu.c
src/libvirt.c
src/lxc/lxc_container.c
src/lxc/lxc_controller.c
src/lxc/lxc_driver.c
src/lxc/veth.c
src/node_device/node_device_hal.c
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor_json.c
src/qemu/qemu_monitor_text.c
src/qemu/qemu_process.c
src/remote/remote_driver.c
src/security/security_dac.c
src/storage/storage_backend_disk.c
src/test/test_driver.c
src/util/logging.h
src/util/util.c
src/vbox/vbox_driver.c
src/vbox/vbox_tmpl.c
src/xen/xen_driver.c
src/xen/xen_hypervisor.c
src/xen/xen_inotify.c
src/xen/xend_internal.c
src/xen/xm_internal.c
src/xen/xs_internal.c