hv icon indicating copy to clipboard operation
hv copied to clipboard

WIN7 x64 BSOD (in vmware)

Open yourapple opened this issue 3 years ago • 2 comments

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.

yourapple avatar Oct 26 '22 05:10 yourapple

Got it. I'll probably add some checks to see if IA32_PERF_GLOBAL_CTRL is supported.

jonomango avatar Oct 27 '22 13:10 jonomango