Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIN7 x64 BSOD (in vmware) #6

Open
yourapple opened this issue Oct 26, 2022 · 1 comment
Open

WIN7 x64 BSOD (in vmware) #6

yourapple opened this issue Oct 26, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@yourapple
Copy link

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
Copy link
Owner

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

@jonomango jonomango self-assigned this Oct 27, 2022
@jonomango jonomango added the bug Something isn't working label Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants