]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: SVM: Remove nested sel_cr0_write handling code
authorJoerg Roedel <joerg.roedel@amd.com>
Mon, 4 Apr 2011 10:39:36 +0000 (12:39 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 11 May 2011 11:57:03 +0000 (07:57 -0400)
commit88a663348944fb9d165cc54ad1c135a59245ce65
tree740b712e0d3cb32f55bc0df6ecafd1b65233208d
parentffcedf322eeb49227a5d0a34f13a146954dc746e
KVM: SVM: Remove nested sel_cr0_write handling code

This patch removes all the old code which handled the nested
selective cr0 write intercepts. This code was only in place
as a work-around until the instruction emulator is capable
of doing the same. This is the case with this patch-set and
so the code can be removed.

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