From: Avi Kivity Date: Thu, 7 Jan 2010 11:16:08 +0000 (+0200) Subject: KVM: SVM: Initialize fpu_active in init_vmcb() X-Git-Tag: v2.6.34-rc1~193^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bff7827479ed004c0394e6e7b35ae601bb1a97ad;p=pandora-kernel.git KVM: SVM: Initialize fpu_active in init_vmcb() init_vmcb() sets up the intercepts as if the fpu is active, so initialize it there. This avoids an INIT from setting up intercepts inconsistent with fpu_active. Acked-by: Joerg Roedel Signed-off-by: Avi Kivity --- Reading git-diff-tree failed