提交 4082ea0e 编写于 作者: L Lukáš Doktor

Disable cpu_model on s390x in valgrind_memalign

"-cpu" can only be set in KVM mode on s390x, but this test runs in TCG.
Let's disable it.
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
上级 eb2a00f0
......@@ -10,6 +10,8 @@
Ubuntu:
valgrind_install_cmd = "apt-get install -y valgrind"
s390x:
# -cpu can't be set in TCG
cpu_model = ""
# s390 firmware quits when no-bootable devices (unlike x86)
extra_params += " -no-shutdown"
expected_status = "paused (shutdown)"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册