Skip to content

Commit f496f58

Browse files
authored
Add a todo
1 parent b09faf4 commit f496f58

File tree

1 file changed

+1
-0
lines changed
  • openhcl/virt_mshv_vtl/src/processor/tdx

1 file changed

+1
-0
lines changed

Diff for: openhcl/virt_mshv_vtl/src/processor/tdx/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1166,6 +1166,7 @@ impl<'b> hardware_cvm::apic::ApicBacking<'b, TdxBacked> for TdxApicScanner<'_, '
11661166

11671167
fn handle_nmi(&mut self, vtl: GuestVtl) -> Result<(), UhRunVpError> {
11681168
// Exit idle when an interrupt is received, regardless of IF
1169+
// TODO: Investigate lifting more activity management into poll_apic_core
11691170
if self.vp.backing.cvm.lapics[vtl].activity == MpState::Idle {
11701171
self.vp.backing.cvm.lapics[vtl].activity = MpState::Running;
11711172
}

0 commit comments

Comments
 (0)