We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d515206 commit 21d789cCopy full SHA for 21d789c
openhcl/virt_mshv_vtl/src/processor/tdx/mod.rs
@@ -646,8 +646,8 @@ impl BackingPrivate for TdxBacked {
646
647
// Allowed cr4 bits depend on the values allowed by the SEAM.
648
//
649
- // Isse #555: Consider just using MSR kernel module instead of explicit
650
- // ioctl.
+ // TODO TDX: Consider just using MSR kernel module instead of explicit
+ // ioctl. (Issue #555)
651
let read_cr4 = hcl.read_vmx_cr4_fixed1();
652
let allowed_cr4_bits = (ShadowedRegister::Cr4.guest_owned_mask() | X64_CR4_MCE) & read_cr4;
653
0 commit comments