Skip to content

Commit

Permalink
TDX: Remove a todo thats already done (#831)
Browse files Browse the repository at this point in the history
Because this code path is using our access_state mechanism, updating the
execution mode for TDX is already handled. Remove the TODO. Fixes #687
  • Loading branch information
smalis-msft authored Feb 10, 2025
1 parent 2a93b67 commit 4e7d970
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openhcl/virt_mshv_vtl/src/processor/hardware_cvm/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,6 @@ impl<T, B: HardwareIsolatedBacking> UhHypercallHandler<'_, '_, T, B> {
}

// TODO GUEST VSM: interrupt rewinding
// TODO TDX GUEST VSM: update execution mode on CR0 and EFER
}
}

Expand Down

0 comments on commit 4e7d970

Please sign in to comment.