From: Alexander Graf Date: Fri, 15 Jan 2010 13:49:11 +0000 (+0100) Subject: KVM: PPC: Add support for FPU/Altivec/VSX X-Git-Tag: v2.6.34-rc1~193^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=180a34d2d3fda0151154f9cead4aab9dddd3d0c1;p=pandora-kernel.git KVM: PPC: Add support for FPU/Altivec/VSX When our guest starts using either the FPU, Altivec or VSX we need to make sure Linux knows about it and sneak into its process switching code accordingly. This patch makes accesses to the above parts of the system work inside the VM. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed