]> 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)
commit66d3b1f5dacf44612d2b48fdf5feda538aaf4437
tree4a192866e9dbf557fe91bed1a24a351a7292bd40
parent69b920a6c2fbb2d9783d5700b840f7b8e50af0f0
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