提交 e8785146 编写于 作者: J Jiri Denemark

qemu: Enable disabled debug messages

上级 2cfb1079
......@@ -1454,12 +1454,12 @@ int qemudParseHelpStr(const char *qemu,
*flags = qemudComputeCmdFlags(help, *version, *is_kvm, *kvm_version);
qemudDebug("Version %u.%u.%u, cooked version %u, flags %u",
major, minor, micro, *version, *flags);
VIR_DEBUG("Version %u.%u.%u, cooked version %u, flags 0x%llx",
major, minor, micro, *version, *flags);
if (*kvm_version)
qemudDebug("KVM version %d detected", *kvm_version);
VIR_DEBUG("KVM version %d detected", *kvm_version);
else if (*is_kvm)
qemudDebug("qemu-kvm version %u.%u.%u detected", major, minor, micro);
VIR_DEBUG("qemu-kvm version %u.%u.%u detected", major, minor, micro);
return 0;
......
......@@ -44,8 +44,6 @@
# include "macvtap.h"
# include "command.h"
# define qemudDebug(fmt, ...) do {} while(0)
# define QEMUD_CPUMASK_LEN CPU_SETSIZE
/* Internal flags to keep track of qemu command line capabilities */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册