: Fix the order of NumVcpus and
MaxVcpus
For TDCALL leaf TDG.VP.INFO, the bit 31:0 in R8 returns NUM_VCPUS and
bit 63:32 in R8 returns MAX_VCPUS. Current struct
TDCALL_INFO_RETURN_DATA defines them in wrong order.
Signed-off-by: Xiaoyao Li
Cc: Jiewen Yao
Cc: Min Xu
Cc: Gerd Hoffmann
Cc: Laszlo
Is there Pull Request for this patch?
> -邮件原件-
> 发件人: devel@edk2.groups.io 代表 Xiaoyao Li
> 发送时间: 2024年6月27日 9:27
> 收件人: devel@edk2.groups.io
> 抄送: xiaoyao...@intel.com
> 主题: [edk2-devel] [PATCH] MdePkg/Tdx.h: Fix the order of NumVcpus and
> MaxVcpus
>
> For T
For TDCALL leaf TDG.VP.INFO, the bit 31:0 in R8 returns NUM_VCPUS and
bit 63:32 in R8 returns MAX_VCPUS. Current struct
TDCALL_INFO_RETURN_DATA defines them in wrong order.
Signed-off-by: Xiaoyao Li
Cc: Jiewen Yao
Cc: Min Xu
Cc: Gerd Hoffmann
Cc: Laszlo Ersek
---
MdePkg/Include/IndustryStand