Skip to content

Commit 21d789c

Browse files
committed
Corrected spelling in the comment
1 parent d515206 commit 21d789c

File tree

1 file changed

+2
-2
lines changed
  • openhcl/virt_mshv_vtl/src/processor/tdx

1 file changed

+2
-2
lines changed

openhcl/virt_mshv_vtl/src/processor/tdx/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -646,8 +646,8 @@ impl BackingPrivate for TdxBacked {
646646

647647
// Allowed cr4 bits depend on the values allowed by the SEAM.
648648
//
649-
// Isse #555: Consider just using MSR kernel module instead of explicit
650-
// ioctl.
649+
// TODO TDX: Consider just using MSR kernel module instead of explicit
650+
// ioctl. (Issue #555)
651651
let read_cr4 = hcl.read_vmx_cr4_fixed1();
652652
let allowed_cr4_bits = (ShadowedRegister::Cr4.guest_owned_mask() | X64_CR4_MCE) & read_cr4;
653653

0 commit comments

Comments
 (0)