qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

couple meson issues


From: Andrew Jones
Subject: couple meson issues
Date: Tue, 15 Sep 2020 15:44:12 +0200

Hi Paolo,

I noticed that 'make check-qtest-aarch64' no longer runs the
arm-cpu-feature test. I simply did

diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build
index 874b5be62be2..db169a53b530 100644
--- a/tests/qtest/meson.build
+++ b/tests/qtest/meson.build
@@ -146,7 +146,8 @@ qtests_aarch64 = \
   (cpu != 'arm' ? ['bios-tables-test'] : []) +                                 
                 \
   (config_all_devices.has_key('CONFIG_TPM_TIS_SYSBUS') ? 
['tpm-tis-device-test'] : []) +        \
   (config_all_devices.has_key('CONFIG_TPM_TIS_SYSBUS') ? 
['tpm-tis-device-swtpm-test'] : []) +  \
-  ['numa-test',
+  ['arm-cpu-features',
+   'numa-test',
    'boot-serial-test',
    'migration-test']
 

to get it to run, but don't know if it should be done that way. Were you
planning to inherit tests for aarch64 from arm or something instead?

Also, I was surprised to not see something like "KVM supported" when I did
configure on an AArch64 machine with KVM.

Thanks,
drew




reply via email to

[Prev in Thread] Current Thread [Next in Thread]