From: Avi Kivity Date: Sun, 10 Jan 2010 10:14:04 +0000 (+0200) Subject: KVM: SVM: Restore unconditional cr0 intercept under npt X-Git-Tag: v2.6.34-rc1~193^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=888f9f3e0cfa32baf05b3840f0248f5502292a0f;p=pandora-kernel.git KVM: SVM: Restore unconditional cr0 intercept under npt Currently we don't intercept cr0 at all when npt is enabled. This improves performance but requires us to activate the fpu at all times. Remove this behaviour in preparation for adding selective cr0 intercepts. Acked-by: Joerg Roedel Signed-off-by: Avi Kivity --- Reading git-diff-tree failed