Commit 6ada8cca authored by Avi Kivity's avatar Avi Kivity

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

Signed-off-by: default avatarAvi Kivity <avi@qumranet.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment