qemu-devel
[Top][All Lists]
Advanced

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

[RFC v4 33/33] XXX disable arm-cpu-features


From: Claudio Fontana
Subject: [RFC v4 33/33] XXX disable arm-cpu-features
Date: Fri, 5 Mar 2021 15:59:41 +0100

Signed-off-by: Claudio Fontana <cfontana@suse.de>
---
 tests/qtest/meson.build | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build
index 6077e0748e..9feca57d2c 100644
--- a/tests/qtest/meson.build
+++ b/tests/qtest/meson.build
@@ -148,8 +148,7 @@ qtests_arm = \
   (config_all_devices.has_key('CONFIG_CMSDK_APB_WATCHDOG') ? 
['cmsdk-apb-watchdog-test'] : []) + \
   (config_all_devices.has_key('CONFIG_PFLASH_CFI02') ? ['pflash-cfi02-test'] : 
[]) +         \
   (config_all_devices.has_key('CONFIG_NPCM7XX') ? qtests_npcm7xx : []) + \
-  ['arm-cpu-features',
-   'microbit-test',
+  ['microbit-test',
    'm25p80-test',
    'test-arm-mptimer',
    'boot-serial-test',
@@ -158,8 +157,7 @@ qtests_arm = \
 # TODO: once aarch64 TCG is fixed on ARM 32 bit host, make bios-tables-test 
unconditional
 qtests_aarch64 = \
   (cpu != 'arm' ? ['bios-tables-test'] : []) +                                 
                 \
-  ['arm-cpu-features',
-   'numa-test',
+  ['numa-test',
    'boot-serial-test',
    'xlnx-can-test',
    'migration-test']
-- 
2.26.2




reply via email to

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