mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 11:21:12 +00:00
994e7567b6
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. |
||
---|---|---|
.. | ||
0001-add-to-xml.patch | ||
0002-add-new-public-API.patch | ||
0003-define-internal-driver-API.patch | ||
0004-implement-the-public-APIs.patch | ||
0005-implement-the-remote-protocol.patch | ||
0006-make-old-API-trivially-wrap-to-new-API.patch | ||
0007-add-virsh-support.patch | ||
0008-support-new-xml.patch | ||
0009-support-all-flags-in-test-driver.patch | ||
0010-improve-vcpu-support-in-qemu-command-line.patch | ||
0011-complete-vcpu-support-in-qemu-driver.patch | ||
0012-improve-vcpu-support-in-xen-command-line.patch | ||
0013-improve-getting-xen-vcpu-counts.patch | ||
0014-improve-setting-xen-vcpu-counts.patch | ||
0015-remove-dead-xen-code.patch |