aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2025-07-01 15:08:36 +0100
committerPeter Maydell <peter.maydell@linaro.org>2025-07-01 15:08:36 +0100
commitf4b5fbeff6be3797881e69cbf42cc689a4e316c4 (patch)
treef41b8aba3243f24cbf77db39005d27aadcd6fe77
parent72846594b089f03bed1bb46958c910afcb859d49 (diff)
downloadqemu-f4b5fbeff6be3797881e69cbf42cc689a4e316c4.zip
qemu-f4b5fbeff6be3797881e69cbf42cc689a4e316c4.tar.gz
qemu-f4b5fbeff6be3797881e69cbf42cc689a4e316c4.tar.bz2
tests/functional: Require TCG to run Aarch64 imx8mp-evk test
The imx8mp-evk machine can only run with the TCG accelerator. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-id: 20250623121845.7214-25-philmd@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-rwxr-xr-xtests/functional/test_aarch64_imx8mp_evk.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/functional/test_aarch64_imx8mp_evk.py b/tests/functional/test_aarch64_imx8mp_evk.py
index 638bf9e..99ddcde 100755
--- a/tests/functional/test_aarch64_imx8mp_evk.py
+++ b/tests/functional/test_aarch64_imx8mp_evk.py
@@ -49,6 +49,7 @@ class Imx8mpEvkMachine(LinuxKernelTest):
self.DTB_OFFSET, self.DTB_SIZE)
def test_aarch64_imx8mp_evk_usdhc(self):
+ self.require_accelerator("tcg")
self.set_machine('imx8mp-evk')
self.vm.set_console(console_index=1)
self.vm.add_args('-m', '2G',