Re: [edk2-devel] [PATCH V1 0/3] Fix TDVF issues

2023-01-17 Thread Min Xu
Thanks for the comments. They're will be sent for review in separate patches. > -Original Message- > From: Yao, Jiewen > Sent: Monday, January 16, 2023 8:45 AM > To: Xu, Min M ; devel@edk2.groups.io > Cc: Wang, Jian J ; Aktas, Erdem > ; James Bottomley ; Gerd > Hoffmann ; Tom Lendacky >

Re: [edk2-devel] [PATCH V1 0/3] Fix TDVF issues

2023-01-15 Thread Yao, Jiewen
>From process perspective, I see no reason to combine them into one patch set, >because each patch is individual, and they are handling different problem. Also, there is no reason to mix the fix in SecurityPkg with the fix in OvmfPkg, if they are not related. Please split them into 3 different

[edk2-devel] [PATCH V1 0/3] Fix TDVF issues

2023-01-15 Thread Min Xu
This patch-set fix below TDVF issues: Patch#1: Initialize Status in IoExit Patch#2: Extend EFI boot variable to PCR[1] according to TCG PC Client PFP spec. Patch#3: Refactor error handle of SetOrClearSharedBit so that the caller can handle the returned error. Cc: Jiewen Yao Cc: