Re: [PATCH 2/3] arm: KVM: Implement lazy VFP switching outside of Hyp Mode

2015-07-07 Thread Christoffer Dall
On Mon, Jul 06, 2015 at 10:54:46AM -0700, Mario Smarduch wrote: On 07/05/2015 12:34 PM, Christoffer Dall wrote: On Wed, Jun 24, 2015 at 08:30:27PM -0700, Mario Smarduch wrote: This patch implements the VFP context switch code called from vcpu_put in Host KVM. In addition it implements the

Re: [PATCH 2/3] arm: KVM: Implement lazy VFP switching outside of Hyp Mode

2015-07-06 Thread Mario Smarduch
On 07/05/2015 12:34 PM, Christoffer Dall wrote: On Wed, Jun 24, 2015 at 08:30:27PM -0700, Mario Smarduch wrote: This patch implements the VFP context switch code called from vcpu_put in Host KVM. In addition it implements the logic to skip setting a VFP trap if one is not needed. Also resets

Re: [PATCH 2/3] arm: KVM: Implement lazy VFP switching outside of Hyp Mode

2015-07-05 Thread Christoffer Dall
On Wed, Jun 24, 2015 at 08:30:27PM -0700, Mario Smarduch wrote: This patch implements the VFP context switch code called from vcpu_put in Host KVM. In addition it implements the logic to skip setting a VFP trap if one is not needed. Also resets the flag if Host KVM switched registers to trap