Skip to content

Fixed __vmx_on parameter being incorrect #3899

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

Merged
merged 2 commits into from
May 16, 2022
Merged

Fixed __vmx_on parameter being incorrect #3899

merged 2 commits into from
May 16, 2022

Conversation

sariaki
Copy link
Contributor

@sariaki sariaki commented May 16, 2022

according to the intel manual Vol. 3C 30-27: "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory".
this was already correctly explained in the "Parameters" section, but was wrongly named.

according to the intel manual Vol. 3C 30-27, "The operand of this instruction is a 4KB-aligned physical address (the VMXON pointer) that references the VMXON region, which the logical processor may use to support VMX operation. This operand is always 64 bits and is always in memory.".
this was already correctly explained in the "Parameters" section, but also wrongly named.
@PRMerger5
Copy link
Contributor

@sariaki : Thanks for your contribution! The author(s) have been notified to review your proposed change.

@AnnaMHuff
Copy link
Contributor

@corob-msft - Can you review the proposed changes?

IMPORTANT: When the changes are ready for publication, add a #sign-off comment to signal that the PR is ready for the review team to merge.

Thanks!

#label:"aq-pr-triaged"

@PRMerger3 PRMerger3 added the aq-pr-triaged Tracking label for the PR review team label May 16, 2022
@PRMerger12
Copy link
Contributor

@corob-msft : Thanks for your contribution! The author(s) have been notified to review your proposed change.

Copy link
Contributor

@colin-home colin-home left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sariaki
Thanks for the update. I wouldn't go so far as to say the existing (and entirely arbitrary) name was wrong in terms of describing the purpose of the region, but if you're trying for a maximally literal meaning, this is fine.

@colin-home colin-home merged commit 5437251 into MicrosoftDocs:main May 16, 2022
@sariaki sariaki deleted the patch-1 branch May 16, 2022 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants