From: Joerg Roedel Date: Fri, 19 Feb 2010 15:23:08 +0000 (+0100) Subject: KVM: SVM: Make lazy FPU switching work with nested svm X-Git-Tag: v2.6.35-rc1~436^2~256 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66a562f7e2576cde384ec813b481404d8f54f4c6;p=pandora-kernel.git KVM: SVM: Make lazy FPU switching work with nested svm The new lazy fpu switching code may disable cr0 intercepts when running nested. This is a bug because the nested hypervisor may still want to intercept cr0 which will break in this situation. This patch fixes this issue and makes lazy fpu switching working with nested svm. Signed-off-by: Joerg Roedel Signed-off-by: Avi Kivity --- Reading git-diff-tree failed