From: Paul Mackerras Date: Tue, 15 Oct 2013 09:43:02 +0000 (+1100) Subject: KVM: PPC: Store FP/VSX/VMX state in thread_fp/vr_state structures X-Git-Tag: v3.14-rc1~26^2^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efff19122315f1431f6b02cd2983b15f5d3957bd;p=pandora-kernel.git KVM: PPC: Store FP/VSX/VMX state in thread_fp/vr_state structures This uses struct thread_fp_state and struct thread_vr_state to store the floating-point, VMX/Altivec and VSX state, rather than flat arrays. This makes transferring the state to/from the thread_struct simpler and allows us to unify the get/set_one_reg implementations for the VSX registers. Signed-off-by: Paul Mackerras Signed-off-by: Alexander Graf --- Reading git-diff-tree failed