]> git.karo-electronics.de Git - karo-tx-linux.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)
commit628afd2aeb286415f6e7d0ee7c87aae249e7f999
tree740b712e0d3cb32f55bc0df6ecafd1b65233208d
parentf6511935f424b9a25059ae18e91ad11dd24980e6
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