]> www.infradead.org Git - users/dwmw2/linux.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)
committerMarcelo Tosatti <mtosatti@redhat.com>
Mon, 12 Oct 2009 18:37:06 +0000 (15:37 -0300)
commit8267b3b1c788ca8ae78229dfd40e6cb79e702f75
treefdf4c323cc6697f101a95aa9fd7ef688f6230288
parentf0caeb682f3ab7dd041ee850dd7313bc9f6ff1e8
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