Skip to content

Commit

Permalink
don't bother logging for halt/reset
Browse files Browse the repository at this point in the history
  • Loading branch information
gjcolombo committed Oct 17, 2024
1 parent 89bc90a commit 4763c33
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions bin/propolis-server/src/lib/vcpu_tasks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 4763c33

Please sign in to comment.