]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu: split x86 map data into separate files
authorDaniel P. Berrangé <berrange@redhat.com>
Mon, 30 Jul 2018 16:17:21 +0000 (17:17 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 28 Aug 2018 11:08:21 +0000 (12:08 +0100)
commite6d7be38b9cc1bdcec08b0c1b4df331d28cb5d96
tree7bd0721b7d474bd1499664c1ca0d11c20726092e
parent2c127947ae03c2eff06d15d7b911677f23e275d9
cpu: split x86 map data into separate files

Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
49 files changed:
src/cpu_map/Makefile.inc.am
src/cpu_map/index.xml
src/cpu_map/x86_486.xml [new file with mode: 0644]
src/cpu_map/x86_Broadwell-IBRS.xml [new file with mode: 0644]
src/cpu_map/x86_Broadwell-noTSX-IBRS.xml [new file with mode: 0644]
src/cpu_map/x86_Broadwell-noTSX.xml [new file with mode: 0644]
src/cpu_map/x86_Broadwell.xml [new file with mode: 0644]
src/cpu_map/x86_Conroe.xml [new file with mode: 0644]
src/cpu_map/x86_EPYC-IBRS.xml [new file with mode: 0644]
src/cpu_map/x86_EPYC.xml [new file with mode: 0644]
src/cpu_map/x86_Haswell-IBRS.xml [new file with mode: 0644]
src/cpu_map/x86_Haswell-noTSX-IBRS.xml [new file with mode: 0644]
src/cpu_map/x86_Haswell-noTSX.xml [new file with mode: 0644]
src/cpu_map/x86_Haswell.xml [new file with mode: 0644]
src/cpu_map/x86_IvyBridge-IBRS.xml [new file with mode: 0644]
src/cpu_map/x86_IvyBridge.xml [new file with mode: 0644]
src/cpu_map/x86_Nehalem-IBRS.xml [new file with mode: 0644]
src/cpu_map/x86_Nehalem.xml [new file with mode: 0644]
src/cpu_map/x86_Opteron_G1.xml [new file with mode: 0644]
src/cpu_map/x86_Opteron_G2.xml [new file with mode: 0644]
src/cpu_map/x86_Opteron_G3.xml [new file with mode: 0644]
src/cpu_map/x86_Opteron_G4.xml [new file with mode: 0644]
src/cpu_map/x86_Opteron_G5.xml [new file with mode: 0644]
src/cpu_map/x86_Penryn.xml [new file with mode: 0644]
src/cpu_map/x86_SandyBridge-IBRS.xml [new file with mode: 0644]
src/cpu_map/x86_SandyBridge.xml [new file with mode: 0644]
src/cpu_map/x86_Skylake-Client-IBRS.xml [new file with mode: 0644]
src/cpu_map/x86_Skylake-Client.xml [new file with mode: 0644]
src/cpu_map/x86_Skylake-Server-IBRS.xml [new file with mode: 0644]
src/cpu_map/x86_Skylake-Server.xml [new file with mode: 0644]
src/cpu_map/x86_Westmere-IBRS.xml [new file with mode: 0644]
src/cpu_map/x86_Westmere.xml [new file with mode: 0644]
src/cpu_map/x86_athlon.xml [new file with mode: 0644]
src/cpu_map/x86_core2duo.xml [new file with mode: 0644]
src/cpu_map/x86_coreduo.xml [new file with mode: 0644]
src/cpu_map/x86_cpu64-rhel5.xml [new file with mode: 0644]
src/cpu_map/x86_cpu64-rhel6.xml [new file with mode: 0644]
src/cpu_map/x86_features.xml [new file with mode: 0644]
src/cpu_map/x86_kvm32.xml [new file with mode: 0644]
src/cpu_map/x86_kvm64.xml [new file with mode: 0644]
src/cpu_map/x86_n270.xml [new file with mode: 0644]
src/cpu_map/x86_pentium.xml [new file with mode: 0644]
src/cpu_map/x86_pentium2.xml [new file with mode: 0644]
src/cpu_map/x86_pentium3.xml [new file with mode: 0644]
src/cpu_map/x86_pentiumpro.xml [new file with mode: 0644]
src/cpu_map/x86_phenom.xml [new file with mode: 0644]
src/cpu_map/x86_qemu32.xml [new file with mode: 0644]
src/cpu_map/x86_qemu64.xml [new file with mode: 0644]
src/cpu_map/x86_vendors.xml [new file with mode: 0644]