commit | 6f2f84532c153d32a5e53b6083b06a3e24368d30 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon May 20 15:34:35 2019 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri May 24 21:27:12 2019 +0200 |
tree | 6d9e6f518fe6728cad2aa521520c57f4bcdccc63 | |
parent | 654f1f13ea56b92bacade8ce2725aea0457f91c0 [diff] |
KVM: x86: do not spam dmesg with VMCS/VMCB dumps Userspace can easily set up invalid processor state in such a way that dmesg will be filled with VMCS or VMCB dumps. Disable this by default using a module parameter. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>