diff --git a/bin/propolis-server/src/lib/vcpu_tasks.rs b/bin/propolis-server/src/lib/vcpu_tasks.rs index 10f704056..e5394b4eb 100644 --- a/bin/propolis-server/src/lib/vcpu_tasks.rs +++ b/bin/propolis-server/src/lib/vcpu_tasks.rs @@ -162,23 +162,9 @@ impl VcpuTasks { use propolis::vcpu::Diagnostics; match kind { exits::Suspend::Halt => { - slog::info!( - &log, - "halt event on vcpu {}", - vcpu.id; - "state" => %Diagnostics::capture(vcpu) - ); - event_handler.suspend_halt_event(when); } exits::Suspend::Reset => { - slog::info!( - &log, - "reset event on vcpu {}", - vcpu.id; - "state" => %Diagnostics::capture(vcpu) - ); - event_handler.suspend_reset_event(when); } exits::Suspend::TripleFault(vcpuid) => {