mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
cputest: Drop some old artificial baseline tests
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
d2e4d66be3
commit
6aff36019b
@ -1050,18 +1050,12 @@ mymain(void)
|
||||
DO_TEST_BASELINE(VIR_ARCH_X86_64, "incompatible-vendors", 0, -1);
|
||||
DO_TEST_BASELINE(VIR_ARCH_X86_64, "no-vendor", 0, 0);
|
||||
DO_TEST_BASELINE(VIR_ARCH_X86_64, "some-vendors", 0, 0);
|
||||
DO_TEST_BASELINE(VIR_ARCH_X86_64, "1", 0, 0);
|
||||
DO_TEST_BASELINE(VIR_ARCH_X86_64, "2", 0, 0);
|
||||
DO_TEST_BASELINE(VIR_ARCH_X86_64, "3", 0, 0);
|
||||
DO_TEST_BASELINE(VIR_ARCH_X86_64, "3", VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES, 0);
|
||||
DO_TEST_BASELINE(VIR_ARCH_X86_64, "4", 0, 0);
|
||||
DO_TEST_BASELINE(VIR_ARCH_X86_64, "4", VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES, 0);
|
||||
DO_TEST_BASELINE(VIR_ARCH_X86_64, "5", 0, 0);
|
||||
DO_TEST_BASELINE(VIR_ARCH_X86_64, "5", VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES, 0);
|
||||
DO_TEST_BASELINE(VIR_ARCH_X86_64, "6", 0, 0);
|
||||
DO_TEST_BASELINE(VIR_ARCH_X86_64, "6", VIR_CONNECT_BASELINE_CPU_MIGRATABLE, 0);
|
||||
DO_TEST_BASELINE(VIR_ARCH_X86_64, "7", 0, 0);
|
||||
DO_TEST_BASELINE(VIR_ARCH_X86_64, "8", 0, 0);
|
||||
|
||||
DO_TEST_BASELINE(VIR_ARCH_PPC64, "incompatible-vendors", 0, -1);
|
||||
DO_TEST_BASELINE(VIR_ARCH_PPC64, "no-vendor", 0, 0);
|
||||
|
@ -1,5 +0,0 @@
|
||||
<cpu mode='custom' match='exact'>
|
||||
<model fallback='allow'>Conroe</model>
|
||||
<vendor>Intel</vendor>
|
||||
<feature policy='disable' name='lahf_lm'/>
|
||||
</cpu>
|
@ -1,20 +0,0 @@
|
||||
<cpuTest>
|
||||
<cpu>
|
||||
<arch>x86_64</arch>
|
||||
<model>Penryn</model>
|
||||
<vendor>Intel</vendor>
|
||||
<topology sockets='2' cores='4' threads='1'/>
|
||||
</cpu>
|
||||
<cpu>
|
||||
<arch>x86_64</arch>
|
||||
<model>Conroe</model>
|
||||
<vendor>Intel</vendor>
|
||||
<topology sockets='1' cores='1' threads='1'/>
|
||||
</cpu>
|
||||
<cpu>
|
||||
<arch>x86_64</arch>
|
||||
<model>core2duo</model>
|
||||
<vendor>Intel</vendor>
|
||||
<topology sockets='1' cores='1' threads='1'/>
|
||||
</cpu>
|
||||
</cpuTest>
|
@ -1,4 +0,0 @@
|
||||
<cpu mode='custom' match='exact'>
|
||||
<model fallback='allow'>core2duo</model>
|
||||
<feature policy='disable' name='nx'/>
|
||||
</cpu>
|
@ -1,22 +0,0 @@
|
||||
<cpuTest>
|
||||
<cpu>
|
||||
<arch>x86_64</arch>
|
||||
<model>core2duo</model>
|
||||
<topology sockets='1' cores='2' threads='1'/>
|
||||
</cpu>
|
||||
<cpu>
|
||||
<arch>x86_64</arch>
|
||||
<model>pentiumpro</model>
|
||||
<topology sockets='1' cores='2' threads='1'/>
|
||||
<feature name='mtrr'/>
|
||||
<feature name='clflush'/>
|
||||
<feature name='mca'/>
|
||||
<feature name='vme'/>
|
||||
<feature name='pse36'/>
|
||||
<feature name='pni'/>
|
||||
<feature name='monitor'/>
|
||||
<feature name='ssse3'/>
|
||||
<feature name='lm'/>
|
||||
<feature name='syscall'/>
|
||||
</cpu>
|
||||
</cpuTest>
|
@ -1,47 +0,0 @@
|
||||
<cpu mode='custom' match='exact'>
|
||||
<model fallback='allow'>SandyBridge</model>
|
||||
<vendor>Intel</vendor>
|
||||
<feature policy='require' name='aes'/>
|
||||
<feature policy='require' name='apic'/>
|
||||
<feature policy='require' name='avx'/>
|
||||
<feature policy='require' name='clflush'/>
|
||||
<feature policy='require' name='cmov'/>
|
||||
<feature policy='require' name='cx16'/>
|
||||
<feature policy='require' name='cx8'/>
|
||||
<feature policy='require' name='de'/>
|
||||
<feature policy='require' name='fpu'/>
|
||||
<feature policy='require' name='fxsr'/>
|
||||
<feature policy='require' name='hypervisor'/>
|
||||
<feature policy='require' name='lahf_lm'/>
|
||||
<feature policy='require' name='lm'/>
|
||||
<feature policy='require' name='mca'/>
|
||||
<feature policy='require' name='mce'/>
|
||||
<feature policy='require' name='mmx'/>
|
||||
<feature policy='require' name='msr'/>
|
||||
<feature policy='require' name='mtrr'/>
|
||||
<feature policy='require' name='nx'/>
|
||||
<feature policy='require' name='osxsave'/>
|
||||
<feature policy='require' name='pae'/>
|
||||
<feature policy='require' name='pat'/>
|
||||
<feature policy='require' name='pcid'/>
|
||||
<feature policy='require' name='pclmuldq'/>
|
||||
<feature policy='require' name='pge'/>
|
||||
<feature policy='require' name='pni'/>
|
||||
<feature policy='require' name='popcnt'/>
|
||||
<feature policy='require' name='pse'/>
|
||||
<feature policy='require' name='pse36'/>
|
||||
<feature policy='disable' name='rdtscp'/>
|
||||
<feature policy='require' name='sep'/>
|
||||
<feature policy='require' name='ss'/>
|
||||
<feature policy='require' name='sse'/>
|
||||
<feature policy='require' name='sse2'/>
|
||||
<feature policy='require' name='sse4.1'/>
|
||||
<feature policy='require' name='sse4.2'/>
|
||||
<feature policy='require' name='ssse3'/>
|
||||
<feature policy='require' name='syscall'/>
|
||||
<feature policy='require' name='tsc'/>
|
||||
<feature policy='require' name='tsc-deadline'/>
|
||||
<feature policy='require' name='vme'/>
|
||||
<feature policy='require' name='x2apic'/>
|
||||
<feature policy='require' name='xsave'/>
|
||||
</cpu>
|
@ -1,10 +0,0 @@
|
||||
<cpu mode='custom' match='exact'>
|
||||
<model fallback='allow'>SandyBridge</model>
|
||||
<vendor>Intel</vendor>
|
||||
<feature policy='require' name='vme'/>
|
||||
<feature policy='require' name='ss'/>
|
||||
<feature policy='require' name='pcid'/>
|
||||
<feature policy='require' name='osxsave'/>
|
||||
<feature policy='require' name='hypervisor'/>
|
||||
<feature policy='disable' name='rdtscp'/>
|
||||
</cpu>
|
@ -1,35 +0,0 @@
|
||||
<cpuTest>
|
||||
<cpu>
|
||||
<arch>x86_64</arch>
|
||||
<model>Westmere</model>
|
||||
<vendor>Intel</vendor>
|
||||
<topology sockets='4' cores='1' threads='1'/>
|
||||
<feature name='hypervisor'/>
|
||||
<feature name='avx'/>
|
||||
<feature name='osxsave'/>
|
||||
<feature name='xsave'/>
|
||||
<feature name='tsc-deadline'/>
|
||||
<feature name='x2apic'/>
|
||||
<feature name='pcid'/>
|
||||
<feature name='pclmuldq'/>
|
||||
<feature name='ss'/>
|
||||
<feature name='vme'/>
|
||||
</cpu>
|
||||
<cpu>
|
||||
<arch>x86_64</arch>
|
||||
<model>Nehalem</model>
|
||||
<vendor>Intel</vendor>
|
||||
<topology sockets='4' cores='1' threads='1'/>
|
||||
<feature name='aes'/>
|
||||
<feature name='hypervisor'/>
|
||||
<feature name='avx'/>
|
||||
<feature name='osxsave'/>
|
||||
<feature name='xsave'/>
|
||||
<feature name='tsc-deadline'/>
|
||||
<feature name='x2apic'/>
|
||||
<feature name='pcid'/>
|
||||
<feature name='pclmuldq'/>
|
||||
<feature name='ss'/>
|
||||
<feature name='vme'/>
|
||||
</cpu>
|
||||
</cpuTest>
|
@ -1,4 +0,0 @@
|
||||
<cpu mode='custom' match='exact'>
|
||||
<model fallback='allow'>Haswell-noTSX</model>
|
||||
<vendor>Intel</vendor>
|
||||
</cpu>
|
@ -1,24 +0,0 @@
|
||||
<cpuTest>
|
||||
<cpu>
|
||||
<arch>x86_64</arch>
|
||||
<model>SandyBridge</model>
|
||||
<vendor>Intel</vendor>
|
||||
<topology sockets='1' cores='2' threads='2'/>
|
||||
<feature name='invpcid'/>
|
||||
<feature name='erms'/>
|
||||
<feature name='bmi2'/>
|
||||
<feature name='smep'/>
|
||||
<feature name='avx2'/>
|
||||
<feature name='bmi1'/>
|
||||
<feature name='fsgsbase'/>
|
||||
<feature name='movbe'/>
|
||||
<feature name='pcid'/>
|
||||
<feature name='fma'/>
|
||||
</cpu>
|
||||
<cpu>
|
||||
<arch>x86_64</arch>
|
||||
<model>Haswell-noTSX</model>
|
||||
<vendor>Intel</vendor>
|
||||
<topology sockets='1' cores='2' threads='2'/>
|
||||
</cpu>
|
||||
</cpuTest>
|
@ -1,4 +0,0 @@
|
||||
<cpu mode='custom' match='exact'>
|
||||
<model fallback='allow'>Broadwell-noTSX</model>
|
||||
<vendor>Intel</vendor>
|
||||
</cpu>
|
@ -1,28 +0,0 @@
|
||||
<cpuTest>
|
||||
<cpu>
|
||||
<arch>x86_64</arch>
|
||||
<model>SandyBridge</model>
|
||||
<vendor>Intel</vendor>
|
||||
<topology sockets='1' cores='2' threads='2'/>
|
||||
<feature name='invpcid'/>
|
||||
<feature name='erms'/>
|
||||
<feature name='bmi2'/>
|
||||
<feature name='smep'/>
|
||||
<feature name='avx2'/>
|
||||
<feature name='bmi1'/>
|
||||
<feature name='fsgsbase'/>
|
||||
<feature name='movbe'/>
|
||||
<feature name='pcid'/>
|
||||
<feature name='fma'/>
|
||||
<feature name='3dnowprefetch'/>
|
||||
<feature name='rdseed'/>
|
||||
<feature name='adx'/>
|
||||
<feature name='smap'/>
|
||||
</cpu>
|
||||
<cpu>
|
||||
<arch>x86_64</arch>
|
||||
<model>Broadwell-noTSX</model>
|
||||
<vendor>Intel</vendor>
|
||||
<topology sockets='1' cores='2' threads='2'/>
|
||||
</cpu>
|
||||
</cpuTest>
|
Loading…
x
Reference in New Issue
Block a user