commit | f5c59b575bdfb6522a99e964875e39bd2568657b | [log] [tgz] |
---|---|---|
author | Maxim Levitsky <mlevitsk@redhat.com> | Wed Feb 17 16:57:12 2021 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Feb 18 07:33:29 2021 -0500 |
tree | 12950d38ec9ada519dfea15f4f836c9f5e9b31a0 | |
parent | 1aaca37e1e4e3d098232ee9e3b154e83c52374ea [diff] |
KVM: VMX: read idt_vectoring_info a bit earlier trace_kvm_exit prints this value (using vmx_get_exit_info) so it makes sense to read it before the trace point. Fixes: dcf068da7eb2 ("KVM: VMX: Introduce generic fastpath handler") Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com> Message-Id: <20210217145718.1217358-2-mlevitsk@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>