Re: [PATCH 1/3] arm: KVM: define headers and offsets to mange VFP state

2015-07-06 Thread Mario Smarduch
On 07/05/2015 12:27 PM, Christoffer Dall wrote: > On Wed, Jun 24, 2015 at 08:30:26PM -0700, Mario Smarduch wrote: >> Define the required kvm_vcpu_arch fields, and offsets to manage VFP state. >> And >> declary Hyp interface function to switch VFP registers. >> >> >> Signed-off-by: Mario Smarduch

Re: [PATCH 1/3] arm: KVM: define headers and offsets to mange VFP state

2015-07-05 Thread Christoffer Dall
On Wed, Jun 24, 2015 at 08:30:26PM -0700, Mario Smarduch wrote: > Define the required kvm_vcpu_arch fields, and offsets to manage VFP state. And > declary Hyp interface function to switch VFP registers. > > > Signed-off-by: Mario Smarduch > --- > arch/arm/include/asm/kvm_asm.h |1 + > arch

[PATCH 1/3] arm: KVM: define headers and offsets to mange VFP state

2015-06-24 Thread Mario Smarduch
Define the required kvm_vcpu_arch fields, and offsets to manage VFP state. And declary Hyp interface function to switch VFP registers. Signed-off-by: Mario Smarduch --- arch/arm/include/asm/kvm_asm.h |1 + arch/arm/include/asm/kvm_host.h |3 +++ arch/arm/kernel/asm-offsets.c |1 +