mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-07 06:57:42 -07:00
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>
This commit is contained in:
parent
72846594b0
commit
f4b5fbeff6
1 changed files with 1 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue