2009-12-18 15:11:42 +00:00
|
|
|
<cpus>
|
|
|
|
<arch name='x86'>
|
2020-10-19 07:36:15 +00:00
|
|
|
<include filename='x86_vendors.xml'/>
|
|
|
|
<include filename='x86_features.xml'/>
|
2017-12-12 15:23:42 +00:00
|
|
|
|
2009-12-18 15:11:42 +00:00
|
|
|
<!-- models -->
|
2020-10-19 07:36:15 +00:00
|
|
|
<include filename='x86_486.xml'/>
|
2009-12-18 15:11:42 +00:00
|
|
|
|
2012-03-19 12:29:05 +00:00
|
|
|
<!-- Intel-based QEMU generic CPU models -->
|
2020-10-19 07:36:15 +00:00
|
|
|
<include filename='x86_pentium.xml'/>
|
|
|
|
<include filename='x86_pentium2.xml'/>
|
|
|
|
<include filename='x86_pentium3.xml'/>
|
|
|
|
<include filename='x86_pentiumpro.xml'/>
|
|
|
|
<include filename='x86_coreduo.xml'/>
|
|
|
|
<include filename='x86_n270.xml'/>
|
|
|
|
<include filename='x86_core2duo.xml'/>
|
2009-12-18 15:11:42 +00:00
|
|
|
|
2012-03-19 12:29:05 +00:00
|
|
|
<!-- Generic QEMU CPU models -->
|
2020-10-19 07:36:15 +00:00
|
|
|
<include filename='x86_qemu32.xml'/>
|
|
|
|
<include filename='x86_kvm32.xml'/>
|
|
|
|
<include filename='x86_cpu64-rhel5.xml'/>
|
|
|
|
<include filename='x86_cpu64-rhel6.xml'/>
|
|
|
|
<include filename='x86_qemu64.xml'/>
|
|
|
|
<include filename='x86_kvm64.xml'/>
|
2012-03-19 12:29:05 +00:00
|
|
|
|
|
|
|
<!-- Intel CPU models -->
|
2020-10-19 07:36:15 +00:00
|
|
|
<include filename='x86_Conroe.xml'/>
|
|
|
|
<include filename='x86_Penryn.xml'/>
|
|
|
|
<include filename='x86_Nehalem.xml'/>
|
|
|
|
<include filename='x86_Nehalem-IBRS.xml'/>
|
|
|
|
<include filename='x86_Westmere.xml'/>
|
|
|
|
<include filename='x86_Westmere-IBRS.xml'/>
|
|
|
|
<include filename='x86_SandyBridge.xml'/>
|
|
|
|
<include filename='x86_SandyBridge-IBRS.xml'/>
|
|
|
|
<include filename='x86_IvyBridge.xml'/>
|
|
|
|
<include filename='x86_IvyBridge-IBRS.xml'/>
|
|
|
|
<include filename='x86_Haswell-noTSX.xml'/>
|
|
|
|
<include filename='x86_Haswell-noTSX-IBRS.xml'/>
|
|
|
|
<include filename='x86_Haswell.xml'/>
|
|
|
|
<include filename='x86_Haswell-IBRS.xml'/>
|
|
|
|
<include filename='x86_Broadwell-noTSX.xml'/>
|
|
|
|
<include filename='x86_Broadwell-noTSX-IBRS.xml'/>
|
|
|
|
<include filename='x86_Broadwell.xml'/>
|
|
|
|
<include filename='x86_Broadwell-IBRS.xml'/>
|
|
|
|
<include filename='x86_Skylake-Client.xml'/>
|
|
|
|
<include filename='x86_Skylake-Client-IBRS.xml'/>
|
|
|
|
<include filename='x86_Skylake-Client-noTSX-IBRS.xml'/>
|
|
|
|
<include filename='x86_Skylake-Server.xml'/>
|
|
|
|
<include filename='x86_Skylake-Server-IBRS.xml'/>
|
|
|
|
<include filename='x86_Skylake-Server-noTSX-IBRS.xml'/>
|
|
|
|
<include filename='x86_Cascadelake-Server.xml'/>
|
|
|
|
<include filename='x86_Cascadelake-Server-noTSX.xml'/>
|
|
|
|
<include filename='x86_Icelake-Client.xml'/>
|
|
|
|
<include filename='x86_Icelake-Client-noTSX.xml'/>
|
|
|
|
<include filename='x86_Icelake-Server.xml'/>
|
|
|
|
<include filename='x86_Icelake-Server-noTSX.xml'/>
|
|
|
|
<include filename='x86_Cooperlake.xml'/>
|
2018-01-09 20:47:29 +00:00
|
|
|
|
2012-03-19 12:29:05 +00:00
|
|
|
<!-- AMD CPUs -->
|
2020-10-19 07:36:15 +00:00
|
|
|
<include filename='x86_athlon.xml'/>
|
|
|
|
<include filename='x86_phenom.xml'/>
|
|
|
|
<include filename='x86_Opteron_G1.xml'/>
|
|
|
|
<include filename='x86_Opteron_G2.xml'/>
|
|
|
|
<include filename='x86_Opteron_G3.xml'/>
|
|
|
|
<include filename='x86_Opteron_G4.xml'/>
|
|
|
|
<include filename='x86_Opteron_G5.xml'/>
|
|
|
|
<include filename='x86_EPYC.xml'/>
|
|
|
|
<include filename='x86_EPYC-IBPB.xml'/>
|
|
|
|
<include filename='x86_EPYC-Rome.xml'/>
|
2019-12-12 02:58:19 +00:00
|
|
|
|
|
|
|
<!-- Hygon CPU models -->
|
2020-10-19 07:36:15 +00:00
|
|
|
<include filename='x86_Dhyana.xml'/>
|
2009-12-18 15:11:42 +00:00
|
|
|
</arch>
|
2015-06-23 06:55:08 +00:00
|
|
|
|
2012-10-15 09:07:50 +00:00
|
|
|
<arch name='ppc64'>
|
2020-10-19 07:36:15 +00:00
|
|
|
<include filename='ppc64_vendors.xml'/>
|
2012-12-18 23:06:45 +00:00
|
|
|
|
|
|
|
<!-- IBM-based CPU models -->
|
2020-10-19 07:36:15 +00:00
|
|
|
<include filename='ppc64_POWER6.xml'/>
|
|
|
|
<include filename='ppc64_POWER7.xml'/>
|
|
|
|
<include filename='ppc64_POWER8.xml'/>
|
|
|
|
<include filename='ppc64_POWER9.xml'/>
|
2017-05-09 09:04:10 +00:00
|
|
|
|
2015-06-23 06:55:08 +00:00
|
|
|
<!-- Freescale-based CPU models -->
|
2020-10-19 07:36:15 +00:00
|
|
|
<include filename='ppc64_POWERPC_e5500.xml'/>
|
|
|
|
<include filename='ppc64_POWERPC_e6500.xml'/>
|
2012-10-15 09:07:50 +00:00
|
|
|
</arch>
|
2019-07-22 14:41:45 +00:00
|
|
|
|
|
|
|
<arch name='arm'>
|
2020-10-19 07:36:15 +00:00
|
|
|
<include filename='arm_vendors.xml'/>
|
2019-07-22 14:41:45 +00:00
|
|
|
<include filename='arm_features.xml'/>
|
2020-05-13 10:48:36 +00:00
|
|
|
|
|
|
|
<!-- ARM-based CPU models -->
|
2020-10-19 07:36:15 +00:00
|
|
|
<include filename='arm_cortex-a53.xml'/>
|
|
|
|
<include filename='arm_cortex-a57.xml'/>
|
|
|
|
<include filename='arm_cortex-a72.xml'/>
|
2020-05-13 10:48:36 +00:00
|
|
|
|
|
|
|
<!-- Qualcomm-based CPU models -->
|
|
|
|
<include filename='arm_Falkor.xml'/>
|
|
|
|
|
|
|
|
<!-- Cavium-based CPU models -->
|
|
|
|
<include filename='arm_ThunderX299xx.xml'/>
|
|
|
|
|
|
|
|
<!-- Hisilicon-based CPU models -->
|
2020-10-19 07:36:15 +00:00
|
|
|
<include filename='arm_Kunpeng-920.xml'/>
|
2020-11-19 00:26:15 +00:00
|
|
|
|
|
|
|
<!-- Phytium-based CPU models -->
|
|
|
|
<include filename='arm_FT-2000plus.xml'/>
|
|
|
|
<include filename='arm_Tengyun-S2500.xml'/>
|
2019-07-22 14:41:45 +00:00
|
|
|
</arch>
|
2009-12-18 15:11:42 +00:00
|
|
|
</cpus>
|