Skip to content

Commit

Permalink
Update utils/gen_meta.c
Browse files Browse the repository at this point in the history
Co-authored-by: Roy Hopkins <[email protected]>
  • Loading branch information
joergroedel and roy-hopkins authored Aug 16, 2024
1 parent ef76023 commit a25389b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/gen_meta.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ void init_sev_meta(struct svsm_meta_data *svsm_meta)
svsm_meta->descs[2].type = SEV_DESC_TYPE_CPUID;

svsm_meta->descs[3].base = 0x808000;
svsm_meta->descs[3].len = 0x8A0000 - 0x080000;
svsm_meta->descs[3].len = 0x8A0000 - 0x808000;
svsm_meta->descs[3].type = SEV_DESC_TYPE_SNP_SEC_MEM;
}

Expand Down

0 comments on commit a25389b

Please sign in to comment.