提交 6ada8cca 编写于 作者: A Avi Kivity

KVM: MMU: When debug is enabled, make it a run-time parameter

Signed-off-by: NAvi Kivity <avi@qumranet.com>
上级 7a5b56df
......@@ -66,7 +66,8 @@ static void kvm_mmu_audit(struct kvm_vcpu *vcpu, const char *msg) {}
#endif
#if defined(MMU_DEBUG) || defined(AUDIT)
static int dbg = 1;
static int dbg = 0;
module_param(dbg, bool, 0644);
#endif
#ifndef MMU_DEBUG
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册