提交 8fa4f4c7 编写于 作者: E Eduardo Habkost 提交者: Lucas Meneghel Rodrigues

qemu_cpu.cfg: clean up the vendor list on check_models

Signed-off-by: NEduardo Habkost <ehabkost@redhat.com>
上级 7bdd8581
......@@ -9,19 +9,16 @@
- check_models:
test_type = "test_qemu_cpu_models_list"
cpu_models = "qemu64 phenom core2duo kvm64 qemu32"
#FIXME: reorder the code to make it cleaner, put the host-specific
# models at the end of the list
variants:
- rhel64:
- qemu13:
cpu_models += " kvm32"
cpu_models += " coreduo 486 pentium pentium2"
cpu_models += " pentium3 athlon n270 Conroe Penryn"
cpu_models += " Nehalem Westmere SandyBridge Haswell"
cpu_models += " Opteron_G1 Opteron_G2 Opteron_G3"
cpu_models += " Opteron_G4 Opteron_G5"
rhel64:
cpu_models += " cpu64-rhel6 cpu64-rhel5"
variants:
- rhel64:
cpu_models += " cpu64-rhel6 cpu64-rhel5"
- qemu13:
cpu_models += " kvm32"
- default.vendor:
test_type = "default_vendor"
variants:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册