Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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



Signed-off-by: default avatarAvi Kivity <avi@qumranet.com>
parent 7a5b56df
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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