From: Philippe Mathieu-Daudé Date: Tue, 1 Jul 2025 14:08:36 +0000 (+0100) Subject: tests/functional: Require TCG to run Aarch64 imx8mp-evk test X-Git-Tag: v10.1.0-rc0~37^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f4b5fbeff6be3797881e69cbf42cc689a4e316c4;p=thirdparty%2Fqemu.git 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é Reviewed-by: Richard Henderson Reviewed-by: Thomas Huth Message-id: 20250623121845.7214-25-philmd@linaro.org Signed-off-by: Peter Maydell --- diff --git a/tests/functional/test_aarch64_imx8mp_evk.py b/tests/functional/test_aarch64_imx8mp_evk.py index 638bf9e1310..99ddcdef835 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',