KVM: x86: trace cpuid emulation when called from emulator
authorGleb Natapov <gleb@redhat.com>
Mon, 4 Nov 2013 13:52:43 +0000 (15:52 +0200)
committerGleb Natapov <gleb@redhat.com>
Tue, 5 Nov 2013 07:11:40 +0000 (09:11 +0200)
commita9d4e4393b13bca899ab522aa812138437a6c188
tree74fdb2724de122734e75cc430481b74a5e316c07
parent6d4d85ec5698a65165eb9af0ce0e508a7c757bac
KVM: x86: trace cpuid emulation when called from emulator

Currently cpuid emulation is traced only when executed by intercept.
Move trace point so that emulator invocation is traced too.

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
arch/x86/kvm/cpuid.c