We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73bbf3b commit 0563ee3Copy full SHA for 0563ee3
arch/x86/boot/compressed/sev.c
@@ -401,7 +401,8 @@ void do_boot_stage2_vc(struct pt_regs *regs, unsigned long exit_code)
401
* by the guest kernel. As and when a new feature is implemented in the
402
* guest kernel, a corresponding bit should be added to the mask.
403
*/
404
-#define SNP_FEATURES_PRESENT MSR_AMD64_SNP_DEBUG_SWAP
+#define SNP_FEATURES_PRESENT (MSR_AMD64_SNP_DEBUG_SWAP | \
405
+ MSR_AMD64_SNP_SECURE_TSC)
406
407
u64 snp_get_unsupported_features(u64 status)
408
{
0 commit comments