Skip to content

Commit 212cf07

Browse files
suncepingmergify[bot]
authored andcommitted
MdePkg/Tdx.h: Add TDVMCALL_STATUS_RETRY
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4572 TDVMCALL_STATUS_RETRY is defined in GHCI spec section 2.4.1. Reference: [GHCI]: TDX Guest-Host-Communication Interface v1.0 https://cdrdv2.intel.com/v1/dl/getContent/726790 Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Erdem Aktas <erdemaktas@google.com> Cc: James Bottomley <jejb@linux.ibm.com> Cc: Min Xu <min.m.xu@intel.com> Cc: Tom Lendacky <thomas.lendacky@amd.com> Cc: Michael Roth <michael.roth@amd.com> Cc: Gerd Hoffmann <kraxel@redhat.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn> Signed-off-by: Ceping Sun <cepingx.sun@intel.com>
1 parent 68e37f4 commit 212cf07

File tree

1 file changed

+2
-0
lines changed
  • MdePkg/Include/IndustryStandard

1 file changed

+2
-0
lines changed

MdePkg/Include/IndustryStandard/Tdx.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@
103103
#define TDVMCALL_REPORT_FATAL_ERR 0x10003
104104
#define TDVMCALL_SETUP_EVENT_NOTIFY 0x10004
105105

106+
#define TDVMCALL_STATUS_RETRY 0x1
107+
106108
#pragma pack(1)
107109
typedef struct {
108110
UINT64 Data[6];

0 commit comments

Comments
 (0)