commit | 180a34d2d3fda0151154f9cead4aab9dddd3d0c1 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Fri Jan 15 14:49:11 2010 +0100 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Mon Mar 01 12:35:52 2010 -0300 |
tree | d55552acc176645c374496b988823071e50bca23 | |
parent | d5e528136cda31a32ff7d1eaa8d06220eb443781 [diff] |
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>