We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd1009b commit 095c814Copy full SHA for 095c814
src/hyperlight_host/src/hypervisor/mod.rs
@@ -353,6 +353,7 @@ impl InterruptHandle for LinuxInterruptHandle {
353
let mut sent_signal = false;
354
355
while self.running.load(Ordering::Relaxed) {
356
+ log::info!("Sending signal to kill vcpu thread...");
357
sent_signal = true;
358
unsafe {
359
libc::pthread_kill(self.tid.load(Ordering::Relaxed) as _, sigrtmin);
0 commit comments