jonomango / hv

Lightweight Intel VT-x Hypervisor.
MIT License
387 stars 78 forks source link

WIN7 x64 BSOD (in vmware) #6

Open yourapple opened 1 year ago

yourapple commented 1 year 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 1 year ago

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