]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: SVM: Add intercept checks for SVM instructions
authorJoerg Roedel <joerg.roedel@amd.com>
Mon, 4 Apr 2011 10:39:31 +0000 (12:39 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 11 May 2011 11:57:02 +0000 (07:57 -0400)
commit378403c489deaacd63ca7396394bab4ceb39a1ed
tree4a192866e9dbf557fe91bed1a24a351a7292bd40
parent21421e78c94a39d8bb66df67f3adacc3e6638dc2
KVM: SVM: Add intercept checks for SVM instructions

This patch adds the necessary code changes in the
instruction emulator and the extensions to svm.c to
implement intercept checks for the svm instructions.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/emulate.c
arch/x86/kvm/svm.c