[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v5 5/9] target/arm/kvm64: Add kvm_arch_get/put_sve
From: |
Richard Henderson |
Subject: |
Re: [PATCH v5 5/9] target/arm/kvm64: Add kvm_arch_get/put_sve |
Date: |
Tue, 1 Oct 2019 10:52:21 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 |
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 <address@hidden>
> ---
> target/arm/kvm64.c | 183 ++++++++++++++++++++++++++++++++++++++-------
> 1 file changed, 155 insertions(+), 28 deletions(-)
Reviewed-by: Richard Henderson <address@hidden>
r~
- Re: [PATCH v5 4/9] target/arm/cpu64: max cpu: Introduce sve<N> properties, (continued)
- [PATCH v5 6/9] target/arm/kvm64: max cpu: Enable SVE when available, Andrew Jones, 2019/10/01
- [PATCH v5 9/9] target/arm/kvm: host cpu: Add support for sve<N> properties, Andrew Jones, 2019/10/01
- [PATCH v5 5/9] target/arm/kvm64: Add kvm_arch_get/put_sve, Andrew Jones, 2019/10/01
- [PATCH v5 7/9] target/arm/kvm: scratch vcpu: Preserve input kvm_vcpu_init features, Andrew Jones, 2019/10/01
- [PATCH v5 8/9] target/arm/cpu64: max cpu: Support sve properties with KVM, Andrew Jones, 2019/10/01