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

qemu_cpu.cfg: Add rhel650 variant for rhel6.5.0 machine-type

Signed-off-by: NEduardo Habkost <ehabkost@redhat.com>
上级 6915732c
...@@ -157,6 +157,8 @@ ...@@ -157,6 +157,8 @@
machine_type_to_check = "rhel6.3.0" machine_type_to_check = "rhel6.3.0"
- rhel640: - rhel640:
machine_type_to_check = "rhel6.4.0" machine_type_to_check = "rhel6.4.0"
- rhel650:
machine_type_to_check = "rhel6.5.0"
- machine.upstream: - machine.upstream:
only (qemu_flavor = upstream) only (qemu_flavor = upstream)
variants: variants:
...@@ -222,7 +224,7 @@ ...@@ -222,7 +224,7 @@
cpu_model_flags += ",-svm" cpu_model_flags += ",-svm"
#FIXED BUG: QEMU reported SVM feature information even #FIXED BUG: QEMU reported SVM feature information even
# when SVM was disabled. Now it is all zeroes: # when SVM was disabled. Now it is all zeroes:
machine.rhel.rhel600, machine.rhel.rhel610, machine.rhel.rhel620, machine.rhel.rhel630, machine.rhel.rhel640: machine.rhel.rhel600, machine.rhel.rhel610, machine.rhel.rhel620, machine.rhel.rhel630, machine.rhel.rhel640, machine.rhel.rhel650:
ignore_cpuid_leaves += " 0x8000000a" ignore_cpuid_leaves += " 0x8000000a"
kvm: kvm:
...@@ -294,7 +296,7 @@ ...@@ -294,7 +296,7 @@
#KNOWN BUG: RHEL-6 has broken feature aliases on #KNOWN BUG: RHEL-6 has broken feature aliases on
# 0x80000001.EDX and they were not fixed, so ignore them: # 0x80000001.EDX and they were not fixed, so ignore them:
machine.rhel.rhel600, machine.rhel.rhel610, machine.rhel.rhel620, machine.rhel.rhel630, machine.rhel.rhel640: machine.rhel.rhel600, machine.rhel.rhel610, machine.rhel.rhel620, machine.rhel.rhel630, machine.rhel.rhel640, machine.rhel.rhel650:
cpu.amd.athlon, cpu.amd.cpu64_rhel6, cpu.intel.kvm64: cpu.amd.athlon, cpu.amd.cpu64_rhel6, cpu.intel.kvm64:
# vme, mtrr, mca, pse36 # vme, mtrr, mca, pse36
ignore_cpuid_leaves += " 0x80000001,0x0,edx,1" ignore_cpuid_leaves += " 0x80000001,0x0,edx,1"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册