Re: [PATCH v2 15/28] ARM: KVM: Add VFP lazy save/restore handler

2016-02-09 Thread Christoffer Dall
On Thu, Feb 04, 2016 at 11:00:32AM +, Marc Zyngier wrote: > Similar to the arm64 version, add the code that deals with VFP traps, > re-enabling VFP, save/restoring the registers and resuming the guest. > > Signed-off-by: Marc Zyngier Reviewed-by: Christoffer Dall ___

[PATCH v2 15/28] ARM: KVM: Add VFP lazy save/restore handler

2016-02-04 Thread Marc Zyngier
Similar to the arm64 version, add the code that deals with VFP traps, re-enabling VFP, save/restoring the registers and resuming the guest. Signed-off-by: Marc Zyngier --- arch/arm/kvm/hyp/entry.S | 31 +++ 1 file changed, 31 insertions(+) diff --git a/arch/arm/kvm/h