提交 68c09236 编写于 作者: E Eduardo Habkost 提交者: Lucas Meneghel Rodrigues

qemu_cpu.cfg: Whitelist known (but harmless) RHEL6 SVM CPUID bug

Signed-off-by: NEduardo Habkost <ehabkost@redhat.com>
上级 99afbafe
......@@ -232,6 +232,12 @@
machine.rhel.rhel620:
ignore_cpuid_leaves += " 7,0"
#KNOWN BUG: Intel models had SVM information available,
# even though the SVM feature isn't available.
# Guest OSes should ignore those bits, anyway.
machine.rhel..cpu.intel:
ignore_cpuid_leaves += " 0x8000000a"
- default.vendor:
test_type = "default_vendor"
kvm:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册