]> bbs.cooldavid.org Git - net-next-2.6.git/commit
KVM: SVM: Add tracepoint for skinit instruction
authorJoerg Roedel <joerg.roedel@amd.com>
Fri, 9 Oct 2009 14:08:32 +0000 (16:08 +0200)
committerAvi Kivity <avi@redhat.com>
Thu, 3 Dec 2009 07:32:16 +0000 (09:32 +0200)
commit532a46b98963f110e9425a251e127d6537915dde
tree54b41094e6f1fef54db79fbcad3e4b36128542a5
parentec1ff79084fccdae0dca9b04b89dcdf3235bbfa1
KVM: SVM: Add tracepoint for skinit instruction

This patch adds a tracepoint for the event that the guest
executed the SKINIT instruction. This information is
important because SKINIT is an SVM extenstion not yet
implemented by nested SVM and we may need this information
for debugging hypervisors that do not yet run on nested SVM.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/svm.c
arch/x86/kvm/trace.h
arch/x86/kvm/x86.c