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

Clear the AC flag before capturing it #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tandasat
Copy link
Contributor

@tandasat tandasat commented Dec 4, 2019

On some systems, the AC flag was already set when it is captured by SimpleVisor. This results in skipping initialization of the hypervisor and The SHV failed to initialize (0xFFFFFFFD) Failed CPU: 0 error because the subsequent check after capturing believes the hypervisor was already set up.

I found my VM (18362.1.amd64fre.19h1_release.190318-1202) hit this case.

This change clears the flag prior to capturing and checking the flag, ensuring initialization happens.

@supperpiccle
Copy link

I also ran into this exact problem in my testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants