Skip to content

Commit

Permalink
virt_support_x86emu: downgrade expected trace to trace (#206)
Browse files Browse the repository at this point in the history
It's not an error for the instruction emulator to need to inject an
exception, e.g., due to single stepping in the debugger.

Reported by @neerajsi-msft.
  • Loading branch information
jstarks authored Oct 29, 2024
1 parent bafb813 commit a77c35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vmm_core/virt_support_x86emu/src/emulate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ pub async fn emulate<T: EmulatorSupport>(
));
}
x86emu::Error::InstructionException(exception, error_code, cause) => {
tracelimit::error_ratelimited!(
tracing::trace!(
?exception,
?error_code,
?cause,
Expand Down

0 comments on commit a77c35c

Please sign in to comment.