Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: 127e2c531556b968a51e8e2191d6e4580281856a https://github.com/tianocore/edk2/commit/127e2c531556b968a51e8e2191d6e4580281856a Author: Ryan Afranji <afra...@google.com> Date: 2022-12-09 (Fri, 09 Dec 2022)
Changed paths: M OvmfPkg/Library/CcExitLib/CcExitVeHandler.c Log Message: ----------- OvmfPkg: Add INVD case in #VE handler 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 <afra...@google.com> Reviewed-by: Jiewen Yao <jiewen....@intel.com> _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits