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

OvmfPkg: Add INVD case in #VE handler #3741

Merged
merged 1 commit into from
Dec 9, 2022
Merged

Conversation

jyao1
Copy link
Contributor

@jyao1 jyao1 commented Dec 9, 2022

According to the Intel GHCI specification document section 2.4.1, the goal for instructions that do not have a corresponding TDCALL is for the handler to treat the instruction as a NOP.

INVD does not have a corresponding TDCALL. This patch makes the #VE handler treat INVD as a NOP.

Signed-off-by: Ryan Afranji afranji@google.com
Reviewed-by: Jiewen Yao jiewen.yao@intel.com

According to the Intel GHCI specification document section 2.4.1, the
goal for instructions that do not have a corresponding TDCALL is for the
handler to treat the instruction as a NOP.

INVD does not have a corresponding TDCALL. This patch makes the #VE
handler treat INVD as a NOP.

Signed-off-by: Ryan Afranji <afranji@google.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
@jyao1 jyao1 added the push Auto push patch series in PR if all checks pass label Dec 9, 2022
@mergify mergify bot merged commit 127e2c5 into tianocore:master Dec 9, 2022
@jyao1 jyao1 deleted the patch branch December 9, 2022 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
push Auto push patch series in PR if all checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants