]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg/VmgExitLib: Set the SwScratch valid bit for IOIO events
authorTom Lendacky <thomas.lendacky@amd.com>
Fri, 6 Nov 2020 17:53:07 +0000 (11:53 -0600)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 10 Nov 2020 19:07:55 +0000 (19:07 +0000)
commit8d9698ecf82a82ded2ce5d5e13d958d8e1c532a1
tree59ed512d6629a77fc093f3fa6b8e437cc5ebff77
parent6133e72c00b03396bc0fcf91af5ded7764b13285
OvmfPkg/VmgExitLib: Set the SwScratch valid bit for IOIO events

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3008

All fields that are set in the GHCB should have their associated bit in
the GHCB ValidBitmap field set. Add support to set the bit for the scratch
area field (SwScratch).

Fixes: 0020157a9825e5f5784ff014044f11c0558c92fe
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
Cc: Tom Lendacky <thomas.lendacky@amd.com>
Cc: Brijesh Singh <brijesh.singh@amd.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Message-Id: <f817d034cea37fa78e00e86f61c3445f1208226d.1604685192.git.thomas.lendacky@amd.com>
OvmfPkg/Library/VmgExitLib/VmgExitVcHandler.c