[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v6 2/9] tests: arm: Introduce cpu feature tests
From: |
Andrew Jones |
Subject: |
Re: [PATCH v6 2/9] tests: arm: Introduce cpu feature tests |
Date: |
Wed, 16 Oct 2019 14:21:03 +0200 |
User-agent: |
NeoMutt/20180716 |
On Wed, Oct 16, 2019 at 02:05:24PM +0200, Philippe Mathieu-Daudé wrote:
> > +static void test_query_cpu_model_expansion_kvm(const void *data)
> > +{
> > + QTestState *qts;
> > +
> > + qts = qtest_init(MACHINE "-accel kvm -cpu host");
> > +
> > + assert_has_feature(qts, "host", "pmu");
>
> Have you tried this on a ARM host? I wanted to but don't have access to one
> :(
>
Yes. All code in this series has been tested; covering these
configurations
- TCG aarch64
- TCG arm
- KVM aarch64 without SVE
- KVM aarch64 with SVE
- compile tested arm code with CONFIG_KVM enabled
Thanks,
drew
[PATCH v6 3/9] target/arm: Allow SVE to be disabled via a CPU property, Andrew Jones, 2019/10/16
[PATCH v6 4/9] target/arm/cpu64: max cpu: Introduce sve<N> properties, Andrew Jones, 2019/10/16
[PATCH v6 5/9] target/arm/kvm64: Add kvm_arch_get/put_sve, Andrew Jones, 2019/10/16