Skip to content

Commit 095c814

Browse files
committed
fixup! Add InterruptHandle trait, and implement trait for mshv,kvm and windows
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent bd1009b commit 095c814

File tree

1 file changed

+1
-0
lines changed
  • src/hyperlight_host/src/hypervisor

1 file changed

+1
-0
lines changed

src/hyperlight_host/src/hypervisor/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ impl InterruptHandle for LinuxInterruptHandle {
353353
let mut sent_signal = false;
354354

355355
while self.running.load(Ordering::Relaxed) {
356+
log::info!("Sending signal to kill vcpu thread...");
356357
sent_signal = true;
357358
unsafe {
358359
libc::pthread_kill(self.tid.load(Ordering::Relaxed) as _, sigrtmin);

0 commit comments

Comments
 (0)