Home
last modified time | relevance | path

Searched refs:ignore_msrs (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/kvm/
H A Dx86.c150 static bool __read_mostly ignore_msrs = 0; variable
151 module_param(ignore_msrs, bool, 0644);
533 if (!ignore_msrs) { in kvm_do_msr_access()
12731 if (ignore_msrs && !report_ignored_msrs) { in kvm_arch_init_vm()
12732 pr_warn_once("Running KVM with ignore_msrs=1 and report_ignored_msrs=0 is not a\n" in kvm_arch_init_vm()
12735 "does not run without ignore_msrs=1, please report it to kvm@vger.kernel.org.\n"); in kvm_arch_init_vm()