Re: [PATCH v5 5/9] target/arm/kvm64: Add kvm_arch_get/put_sve

2019-10-07 Thread Auger Eric
Hi Drew, On 10/1/19 2:58 PM, Andrew Jones wrote: > These are the SVE equivalents to kvm_arch_get/put_fpsimd. Note, the > swabbing is different than it is for fpsmid because the vector format > is a little-endian stream of words. > > Signed-off-by: Andrew Jones Reviewed-by: Eric Auger Eric > --

Re: [PATCH v5 5/9] target/arm/kvm64: Add kvm_arch_get/put_sve

2019-10-01 Thread Richard Henderson
On 10/1/19 5:58 AM, Andrew Jones wrote: > These are the SVE equivalents to kvm_arch_get/put_fpsimd. Note, the > swabbing is different than it is for fpsmid because the vector format > is a little-endian stream of words. > > Signed-off-by: Andrew Jones > --- > target/arm/kvm64.c | 183 +++

Re: [PATCH v5 5/9] target/arm/kvm64: Add kvm_arch_get/put_sve

2019-10-01 Thread Andrew Jones
On Tue, Oct 01, 2019 at 03:52:46PM +0200, Andrew Jones wrote: > On Tue, Oct 01, 2019 at 02:58:41PM +0200, Andrew Jones wrote: > > These are the SVE equivalents to kvm_arch_get/put_fpsimd. Note, the > > swabbing is different than it is for fpsmid because the vector format > > is a little-endian stre

Re: [PATCH v5 5/9] target/arm/kvm64: Add kvm_arch_get/put_sve

2019-10-01 Thread Andrew Jones
On Tue, Oct 01, 2019 at 02:58:41PM +0200, Andrew Jones wrote: > These are the SVE equivalents to kvm_arch_get/put_fpsimd. Note, the > swabbing is different than it is for fpsmid because the vector format > is a little-endian stream of words. > > Signed-off-by: Andrew Jones Hi Eric and Richard,