mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-31 14:23:53 -06:00
i386/tdx: Fix the typo of the comment of struct TdxGuest
Change sha348 to sha384. Signed-off-by: Xiaoyao Li <xiaoyao.li@intel.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Link: https://lore.kernel.org/r/20250603050305.1704586-3-xiaoyao.li@intel.com Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
90d2bbd1f6
commit
a38da9f487
1 changed files with 3 additions and 3 deletions
|
@ -40,9 +40,9 @@ typedef struct TdxGuest {
|
|||
bool initialized;
|
||||
uint64_t attributes; /* TD attributes */
|
||||
uint64_t xfam;
|
||||
char *mrconfigid; /* base64 encoded sha348 digest */
|
||||
char *mrowner; /* base64 encoded sha348 digest */
|
||||
char *mrownerconfig; /* base64 encoded sha348 digest */
|
||||
char *mrconfigid; /* base64 encoded sha384 digest */
|
||||
char *mrowner; /* base64 encoded sha384 digest */
|
||||
char *mrownerconfig; /* base64 encoded sha384 digest */
|
||||
|
||||
MemoryRegion *tdvf_mr;
|
||||
TdxFirmware tdvf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue