commit | 532a46b98963f110e9425a251e127d6537915dde | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Fri Oct 09 16:08:32 2009 +0200 |
committer | Avi Kivity <avi@redhat.com> | Thu Dec 03 09:32:16 2009 +0200 |
tree | 54b41094e6f1fef54db79fbcad3e4b36128542a5 | |
parent | ec1ff79084fccdae0dca9b04b89dcdf3235bbfa1 [diff] |
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>