Re: [PATCH V3 1/7] MdePkg: Add CC_GUEST_TYPE in ConfidentialComputingGuestAttr.h


Min Xu
 

On April 18, 2022 9:48 PM, Tom Lendacky wrote:
+//
+// Confidential computing guest type
+//
+typedef enum {
+ CCGuestTypeNonEncrypted = 0,
+ CCGuestTypeAmdSev,
+ CCGuestTypeIntelTdx,
+} CC_GUEST_TYPE;
Should these be CcGuest... ? The precedent seems to be use lowercase even
when the the acronym is uppercase, e.g. PCI => Pci, GHCB => Ghcb, SMBIOS =>
SmBios, NVME => Nvme, etc.
Thanks for reminder. It will be updated in the next version.

Thanks
Min

Join {devel@edk2.groups.io to automatically receive all group messages.