libvirt/src/node_device
Eric Blake 994e7567b6 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.
2011-02-21 08:46:52 -07:00
..
node_device_driver.c Create file in virFileWriteStr() if it doesn't exist 2010-12-03 08:08:22 -07:00
node_device_driver.h
node_device_hal.c maint: kill all remaining uses of old DEBUG macro 2011-02-21 08:46:52 -07:00
node_device_hal.h
node_device_linux_sysfs.c bye to close(), welcome to VIR_(FORCE_)CLOSE() 2010-11-09 15:48:48 -05:00
node_device_udev.c Adjust some log levels in udev driver 2011-02-09 17:23:21 +00:00
node_device_udev.h