提交 73f90adf 编写于 作者: E Eduardo Habkost 提交者: Lucas Meneghel Rodrigues

qemu_cpu.cfg: ignore known Opteron_G* CPUID difference introduce on RHEL-6.1

Those bits were changed on RHEL-6.1 without any compat code, so we need
to ignore the differences we find.
Signed-off-by: NEduardo Habkost <ehabkost@raisama.net>
上级 df1916da
......@@ -210,11 +210,19 @@
machine.rhel:
ignore_cpuid_leaves += " 0xc0000000,0x0"
# RHEL-6.0 QEMU had broken feature aliases on
# 0x80000001.EDX, so ignore it:
#FIXED BUG: RHEL-6.0 QEMU had broken feature aliases on
# 0x80000001.EDX and they were fixed without adding any
# compat code, so ignore those bits:
machine.rhel.rhel600:
cpu.intel:
# alias bits were removed on Intel CPU models
ignore_cpuid_leaves += " 0x80000001,0x00,edx"
cpu.amd.Opteron_G1, cpu.amd.Opteron_G2, cpu.amd.Opteron_G3:
# AMD alias bits that were corrected on RHEL-6.1:
# mtrr, mca, pse36
ignore_cpuid_leaves += " 0x80000001,0x0,edx,12"
ignore_cpuid_leaves += " 0x80000001,0x0,edx,14"
ignore_cpuid_leaves += " 0x80000001,0x0,edx,17"
# bz#819562: broken passthrough mode of CPUID leaf 7
machine.rhel.rhel620:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册