Open yourapple opened 2 years ago
According to the blue screen prompt is in
write_vmcs_guest_fields->vmx_vmwrite(VMCS_GUEST_PERF_GLOBAL_CTRL, __readmsr(IA32_PERF_GLOBAL_CTRL));
when readmsr IA32_PERF_GLOBAL_CTRL. probably not supported.
Got it. I'll probably add some checks to see if IA32_PERF_GLOBAL_CTRL is supported.
According to the blue screen prompt is in
write_vmcs_guest_fields->vmx_vmwrite(VMCS_GUEST_PERF_GLOBAL_CTRL, __readmsr(IA32_PERF_GLOBAL_CTRL));
when readmsr IA32_PERF_GLOBAL_CTRL. probably not supported.