Skip to content
Commit 586f9607 authored by Avi Kivity's avatar Avi Kivity
Browse files

KVM: Add instruction-set-specific exit qualifications to kvm_exit trace



The exit reason alone is insufficient to understand exactly why an exit
occured; add ISA-specific trace parameters for additional information.

Because fetching these parameters is expensive on vmx, and because these
parameters are fetched even if tracing is disabled, we fetch the
parameters via a callback instead of as traditional trace arguments.

Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent aa17911e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment