KVM: PPC: Add support for FPU/Altivec/VSX
authorAlexander Graf <agraf@suse.de>
Fri, 15 Jan 2010 13:49:11 +0000 (14:49 +0100)
committerMarcelo Tosatti <mtosatti@redhat.com>
Mon, 1 Mar 2010 15:35:52 +0000 (12:35 -0300)
commit180a34d2d3fda0151154f9cead4aab9dddd3d0c1
treed55552acc176645c374496b988823071e50bca23
parentd5e528136cda31a32ff7d1eaa8d06220eb443781
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 <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/powerpc/include/asm/kvm_host.h
arch/powerpc/kvm/book3s.c