diff options
author | Min M Xu <min.m.xu@intel.com> | 2022-10-28 08:57:41 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-11-14 04:55:34 +0000 |
commit | 0cb30c3f5e9b2be5157224afdf75fa16bc09b9c7 (patch) | |
tree | 62f17b84f28f9927aaa67bfbee74931ea1e9f865 /Maintainers.txt | |
parent | 765ba5bf050022de8c44d93e467639d7f5fa237c (diff) | |
download | edk2-0cb30c3f5e9b2be5157224afdf75fa16bc09b9c7.zip edk2-0cb30c3f5e9b2be5157224afdf75fa16bc09b9c7.tar.gz edk2-0cb30c3f5e9b2be5157224afdf75fa16bc09b9c7.tar.bz2 |
Maintainers: Update the VmgExitLib to CcExitLib
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4123
VmgExitLib is renamed as CcExitLib. The related section in
Maintainers.txt should be updated as well.
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Erdem Aktas <erdemaktas@google.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: James Bottomley <jejb@linux.ibm.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Tom Lendacky <thomas.lendacky@amd.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Signed-off-by: Min Xu <min.m.xu@intel.com>
Diffstat (limited to 'Maintainers.txt')
-rw-r--r-- | Maintainers.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Maintainers.txt b/Maintainers.txt index a2727fa..7e98083 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -481,7 +481,7 @@ F: OvmfPkg/Include/Library/MemEncryptSevLib.h F: OvmfPkg/IoMmuDxe/AmdSevIoMmu.*
F: OvmfPkg/Library/BaseMemEncryptSevLib/
F: OvmfPkg/Library/PlatformBootManagerLibGrub/
-F: OvmfPkg/Library/VmgExitLib/
+F: OvmfPkg/Library/CcExitLib/
F: OvmfPkg/PlatformPei/AmdSev.c
F: OvmfPkg/ResetVector/
F: OvmfPkg/Sec/
|