On 06/05/20 15:27, Tom Lendacky wrote: > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2198 > > Under SEV-ES, a IOIO_PROT intercept generates a #VC exception. VMGEXIT > must be used to allow the hypervisor to handle this intercept. > > Add support to construct the required GHCB values to support a IOIO_PROT > NAE event. Parse the instruction that generated the #VC exception, > setting the required register values in the GHCB and creating the proper > SW_EXITINFO1 value in the GHCB. > > Cc: Jordan Justen <[email protected]> > Cc: Laszlo Ersek <[email protected]> > Cc: Ard Biesheuvel <[email protected]> > Signed-off-by: Tom Lendacky <[email protected]> > --- > OvmfPkg/Include/IndustryStandard/InstructionParsing.h | 83 +++ > OvmfPkg/Library/VmgExitLib/VmgExitVcHandler.c | 560 > +++++++++++++++++++- > 2 files changed, 629 insertions(+), 14 deletions(-)
Looks good, thanks for the updates. Acked-by: Laszlo Ersek <[email protected]> -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#61073): https://edk2.groups.io/g/devel/message/61073 Mute This Topic: https://groups.io/mt/74692419/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
