jonomango / hv

Lightweight Intel VT-x Hypervisor.
MIT License
409 stars 87 forks source link

WIN7 x64 BSOD (in vmware) #6

Open yourapple opened 2 years ago

yourapple commented 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.

jonomango commented 2 years ago

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