提交 bb47a131 编写于 作者: E Eduardo Habkost

cpuid: Whitelist new known QEMU 1.0 bug (fixed in QEMU 1.1)

Signed-off-by: NEduardo Habkost <ehabkost@redhat.com>
上级 61e3a0f5
......@@ -318,6 +318,12 @@
ignore_cpuid_leaves += " 0,0,ebx 0,0,ecx 0,0,edx"
ignore_cpuid_leaves += " 0x80000000,0,ebx 0x80000000,0,ecx 0x80000000,0,edx"
#FIXED BUG: QEMU 1.0 and older exposed host CPUID[7] directly.
# Fixed by commit 1352672860399b40965b5093dd026688979e60a5
kvm:
pc_1_0:
ignore_cpuid_leaves += " 7"
#FIXED BUG: QEMU 1.2 and older didn't ensure stable KVM feature bits:
kvm:
pc_1_2, pc_1_1, pc_1_0:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册