On Fri, 16 Jul 2021 at 06:27, Shuuichirou Ishii
<ishii.shuuic...@fujitsu.com> wrote:
>
> Signed-off-by: Shuuichirou Ishii <ishii.shuuic...@fujitsu.com>
> ---
>  tests/qtest/arm-cpu-features.c | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/tests/qtest/arm-cpu-features.c b/tests/qtest/arm-cpu-features.c
> index 8252b85..979c6f8 100644
> --- a/tests/qtest/arm-cpu-features.c
> +++ b/tests/qtest/arm-cpu-features.c
> @@ -472,6 +472,9 @@ static void test_query_cpu_model_expansion(const void 
> *data)
>          assert_has_feature_enabled(qts, "max", "sve128");
>          assert_has_feature_enabled(qts, "cortex-a57", "pmu");
>          assert_has_feature_enabled(qts, "cortex-a57", "aarch64");
> +        assert_has_feature_enabled(qts, "a64fx", "pmu");
> +        assert_has_feature_enabled(qts, "a64fx", "aarch64");
> +        assert_has_feature_enabled(qts, "a64fx", "sve");
>
>          sve_tests_default(qts, "max");
>          pauth_tests_default(qts, "max");
> --
> 1.8.3.1

Reviewed-by: Peter Maydell <peter.mayd...@linaro.org>

thanks
-- PMM

Reply via email to