Skip to content
Commit 147f1a1f authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

KVM: x86: fix incorrect comparison in trace event



The "u" field in the event has three states, -1/0/1.  Using u8 however means that
comparison with -1 will always fail, so change to signed char.

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 463bfeee
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