+//+// Confidential computing guest type+//+typedef enum {+ CCGuestTypeNonEncrypted = 0,+ CCGuestTypeAmdSev,+ CCGuestTypeIntelTdx,+} CC_GUEST_TYPE;Should these be CcGuest... ? The precedent seems to be use lowercase evenwhen the the acronym is uppercase, e.g. PCI => Pci, GHCB => Ghcb, SMBIOS =>SmBios, NVME => Nvme, etc.
+//+// Confidential computing guest type+//+typedef enum {+ CCGuestTypeNonEncrypted = 0,+ CCGuestTypeAmdSev,+ CCGuestTypeIntelTdx,+} CC_GUEST_TYPE;
© 2023 Groups.io