Re: [edk2-devel] [PATCH V6 03/42] MdePkg: Add TdxLib to wrap Tdx operations

2022-02-22 Thread Min Xu
Hi, Michael & Liming & Zhiguang I am doing the TDVF upstreaming and this commit is in MdeModulePkg. You're the maintainer/reviewer of MdeModulePkg. Your comments to this patch is great helpful. The complete code is at: https://github.com/mxu9/edk2/tree/tdvf_wave2.v6 Thanks Min > > RFC: https://

[edk2-devel] [PATCH V6 03/42] MdePkg: Add TdxLib to wrap Tdx operations

2022-02-19 Thread Min Xu
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429 TdxLib is created with functions to perform the related Tdx operation. This includes functions for: - TdAcceptPages : Accept pending private pages and initialize the pages to all-0 using the TD ephemeral private key.