[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 02/12] target/arm/kvm: spe: Add helper to detect SPE when
From: |
Andrew Jones |
Subject: |
Re: [PATCH v2 02/12] target/arm/kvm: spe: Add helper to detect SPE when using KVM |
Date: |
Tue, 8 Sep 2020 12:43:53 +0200 |
On Tue, Sep 08, 2020 at 08:13:20AM +0000, Haibo Xu wrote:
> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
> Signed-off-by: Haibo Xu <haibo.xu@linaro.org>
> ---
> target/arm/kvm.c | 5 +++++
> target/arm/kvm_arm.h | 13 +++++++++++++
> 2 files changed, 18 insertions(+)
>
> diff --git a/target/arm/kvm.c b/target/arm/kvm.c
> index 8bb7318378..58f991e890 100644
> --- a/target/arm/kvm.c
> +++ b/target/arm/kvm.c
> @@ -214,6 +214,11 @@ bool kvm_arm_pmu_supported(void)
> return kvm_check_extension(kvm_state, KVM_CAP_ARM_PMU_V3);
> }
>
Reviewed-by: Andrew Jones <drjones@redhat.com>
- [PATCH v2 00/12] target/arm: Add vSPE support to KVM guest, Haibo Xu, 2020/09/08
- [PATCH v2 01/12] update Linux headers with new vSPE macros, Haibo Xu, 2020/09/08
- [PATCH v2 02/12] target/arm/kvm: spe: Add helper to detect SPE when using KVM, Haibo Xu, 2020/09/08
- Re: [PATCH v2 02/12] target/arm/kvm: spe: Add helper to detect SPE when using KVM,
Andrew Jones <=
- [PATCH v2 04/12] target/arm: spe: Only enable SPE from 5.2 compat machines., Haibo Xu, 2020/09/08
- [PATCH v2 05/12] target/arm/kvm: spe: Unify device attr operation helper, Haibo Xu, 2020/09/08
- [PATCH v2 03/12] target/arm/cpu: spe: Add an option to turn on/off vSPE support, Haibo Xu, 2020/09/08
- [PATCH v2 07/12] hw/arm/virt: Move post cpu realize check into its own function, Haibo Xu, 2020/09/08