libvirt/tests/cputestdata
Jiri Denemark 509a4a40f9 cputest: Don't test cpuGuestData
The API is no longer used anywhere else since it was replaced by a much
saner work flow utilizing new APIs that work on virCPUDefPtr directly:
virCPUCompare, virCPUUpdate, and virCPUTranslate.

Not testing the new work flow caused some bugs to be hidden. This patch
reveals them, but doesn't attempt to fix them. To make sure all test
still pass after this patch, all affected test results are modified to
pretend the tests succeeded. All of the bugs will be fixed in the
following commits and the artificial modifications will be reverted.

The following is the list of bugs in the new CPU model work flow:

- a guest CPU with mode='custom' and missing <vendor/> gets the vendor
  copied from host's CPU (the vendor should only be copied to host-model
  CPUs):
    DO_TEST_UPDATE("x86", "host", "min", VIR_CPU_COMPARE_IDENTICAL)
    DO_TEST_UPDATE("x86", "host", "pentium3", VIR_CPU_COMPARE_IDENTICAL)
    DO_TEST_GUESTCPU("x86", "host-better", "pentium3", NULL, 0)

- when a guest CPU with mode='custom' needs to be translated into
  another model because the original model is not supported by a
  hypervisor, the result will have its vendor set to the vendor of the
  original CPU model as specified in cpu_map.xml even if the original
  guest CPU XML didn't contain <vendor/>:
    DO_TEST_GUESTCPU("x86", "host", "guest", model486, 0)
    DO_TEST_GUESTCPU("x86", "host", "guest", models, 0)
    DO_TEST_GUESTCPU("x86", "host-Haswell-noTSX", "Haswell-noTSX",
                     haswell, 0)

- legacy POWERx_v* model names are not recognized:
    DO_TEST_GUESTCPU("ppc64", "host", "guest-legacy", ppc_models, 0)

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
2016-11-15 15:49:16 +01:00
..
cpu-gather.sh tests: Add CPU detection tests 2016-06-09 09:47:56 +02:00
cpu-parse.sh tests: Add CPU detection tests 2016-06-09 09:47:56 +02:00
ppc64-baseline-incompatible-models.xml tests: Add a bunch of cpu test case for ppc64 2015-08-11 15:25:28 +02:00
ppc64-baseline-incompatible-vendors.xml tests: Re-enable ppc64 cpu tests 2015-08-11 15:25:28 +02:00
ppc64-baseline-legacy.xml tests: Add a bunch of cpu test case for ppc64 2015-08-11 15:25:28 +02:00
ppc64-baseline-no-vendor-result.xml tests: Re-enable ppc64 cpu tests 2015-08-11 15:25:28 +02:00
ppc64-baseline-no-vendor.xml tests: Re-enable ppc64 cpu tests 2015-08-11 15:25:28 +02:00
ppc64-baseline-same-model-result.xml tests: Add a bunch of cpu test case for ppc64 2015-08-11 15:25:28 +02:00
ppc64-baseline-same-model.xml tests: Add a bunch of cpu test case for ppc64 2015-08-11 15:25:28 +02:00
ppc64-guest-compat-incompatible.xml tests: Add some compatibility-related cases to the CPU tests 2015-08-21 15:42:38 -07:00
ppc64-guest-compat-invalid.xml tests: Add some compatibility-related cases to the CPU tests 2015-08-21 15:42:38 -07:00
ppc64-guest-compat-none.xml tests: Add some compatibility-related cases to the CPU tests 2015-08-21 15:42:38 -07:00
ppc64-guest-compat-valid.xml tests: Add some compatibility-related cases to the CPU tests 2015-08-21 15:42:38 -07:00
ppc64-guest-exact.xml tests: Re-enable ppc64 cpu tests 2015-08-11 15:25:28 +02:00
ppc64-guest-host-model.xml tests: Add some compatibility-related cases to the CPU tests 2015-08-21 15:42:38 -07:00
ppc64-guest-legacy-incompatible.xml tests: Add a bunch of cpu test case for ppc64 2015-08-11 15:25:28 +02:00
ppc64-guest-legacy-invalid.xml tests: Add a bunch of cpu test case for ppc64 2015-08-11 15:25:28 +02:00
ppc64-guest-legacy.xml tests: Add a bunch of cpu test case for ppc64 2015-08-11 15:25:28 +02:00
ppc64-guest-nofallback.xml tests: Re-enable ppc64 cpu tests 2015-08-11 15:25:28 +02:00
ppc64-guest-strict.xml tests: Re-enable ppc64 cpu tests 2015-08-11 15:25:28 +02:00
ppc64-guest.xml tests: Re-enable ppc64 cpu tests 2015-08-11 15:25:28 +02:00
ppc64-host-better.xml tests: Add a bunch of cpu test case for ppc64 2015-08-11 15:25:28 +02:00
ppc64-host-incomp-arch.xml tests: Add a bunch of cpu test case for ppc64 2015-08-11 15:25:28 +02:00
ppc64-host-no-vendor.xml tests: Add a bunch of cpu test case for ppc64 2015-08-11 15:25:28 +02:00
ppc64-host-worse.xml tests: Add a bunch of cpu test case for ppc64 2015-08-11 15:25:28 +02:00
ppc64-host.xml tests: Re-enable ppc64 cpu tests 2015-08-11 15:25:28 +02:00
ppc64-host+guest-compat-incompatible.xml tests: Add some compatibility-related cases to the CPU tests 2015-08-21 15:42:38 -07:00
ppc64-host+guest-compat-invalid.xml tests: Add some compatibility-related cases to the CPU tests 2015-08-21 15:42:38 -07:00
ppc64-host+guest-compat-none.xml tests: Add some compatibility-related cases to the CPU tests 2015-08-21 15:42:38 -07:00
ppc64-host+guest-compat-valid.xml tests: Add some compatibility-related cases to the CPU tests 2015-08-21 15:42:38 -07:00
ppc64-host+guest-host-model.xml tests: Add some compatibility-related cases to the CPU tests 2015-08-21 15:42:38 -07:00
ppc64-host+guest-legacy-incompatible.xml tests: Add some compatibility-related cases to the CPU tests 2015-08-21 15:42:38 -07:00
ppc64-host+guest-legacy-invalid.xml tests: Add some compatibility-related cases to the CPU tests 2015-08-21 15:42:38 -07:00
ppc64-host+guest-legacy,ppc_models-result.xml cputest: Don't test cpuGuestData 2016-11-15 15:49:16 +01:00
ppc64-host+guest-legacy.xml tests: Add some compatibility-related cases to the CPU tests 2015-08-21 15:42:38 -07:00
ppc64-host+guest-nofallback.xml tests: Add some compatibility-related cases to the CPU tests 2015-08-21 15:42:38 -07:00
ppc64-host+guest,ppc_models-result.xml cputest: Don't test cpuGuestData 2016-11-15 15:49:16 +01:00
ppc64-host+guest.xml tests: Add some compatibility-related cases to the CPU tests 2015-08-21 15:42:38 -07:00
x86-baseline-1-result.xml Add support for cpu mode attribute 2012-01-17 11:39:23 +01:00
x86-baseline-1.xml tests: Add unit tests for internal CPU APIs 2010-12-01 14:12:54 +01:00
x86-baseline-2-result.xml Add support for cpu mode attribute 2012-01-17 11:39:23 +01:00
x86-baseline-2.xml tests: Add unit tests for internal CPU APIs 2010-12-01 14:12:54 +01:00
x86-baseline-3-expanded.xml cpu_x86: Use array of features in CPU map 2016-05-20 09:18:56 +02:00
x86-baseline-3-result.xml tests: Add more tests for virConnectBaselineCPU 2014-01-28 21:27:37 +01:00
x86-baseline-3.xml Add flag to BaselineCPU API to return detailed CPU features 2013-08-16 15:31:18 -06:00
x86-baseline-4-expanded.xml cpu_x86: Use array of features in CPU map 2016-05-20 09:18:56 +02:00
x86-baseline-4-result.xml cpu_x86: Use array of features in CPU map 2016-05-20 09:18:56 +02:00
x86-baseline-4.xml tests: Add more tests for virConnectBaselineCPU 2014-01-28 21:27:37 +01:00
x86-baseline-5-expanded.xml cpu_x86: Use array of features in CPU map 2016-05-20 09:18:56 +02:00
x86-baseline-5-result.xml cpu_x86: Use array of features in CPU map 2016-05-20 09:18:56 +02:00
x86-baseline-5.xml tests: Add more tests for virConnectBaselineCPU 2014-01-28 21:27:37 +01:00
x86-baseline-6-migratable.xml cpu_x86: Use array of features in CPU map 2016-05-20 09:18:56 +02:00
x86-baseline-6-result.xml cpu_x86: Use array of features in CPU map 2016-05-20 09:18:56 +02:00
x86-baseline-6.xml Implement VIR_CONNECT_BASELINE_CPU_MIGRATABLE in the x86 cpu driver 2015-03-02 07:59:12 +01:00
x86-baseline-7-result.xml cpu: Add {Haswell,Broadwell}-noTSX CPU models 2015-03-26 09:19:59 +01:00
x86-baseline-7.xml cpu: Add {Haswell,Broadwell}-noTSX CPU models 2015-03-26 09:19:59 +01:00
x86-baseline-8-result.xml cpu: Add {Haswell,Broadwell}-noTSX CPU models 2015-03-26 09:19:59 +01:00
x86-baseline-8.xml cpu: Add {Haswell,Broadwell}-noTSX CPU models 2015-03-26 09:19:59 +01:00
x86-baseline-incompatible-vendors.xml tests: Add unit tests for internal CPU APIs 2010-12-01 14:12:54 +01:00
x86-baseline-no-vendor-result.xml Removed more AMD-specific features from cpu64-rhel* models 2012-03-09 14:36:31 +01:00
x86-baseline-no-vendor.xml tests: Add unit tests for internal CPU APIs 2010-12-01 14:12:54 +01:00
x86-baseline-some-vendors-result.xml Add support for cpu mode attribute 2012-01-17 11:39:23 +01:00
x86-baseline-some-vendors.xml tests: Add unit tests for internal CPU APIs 2010-12-01 14:12:54 +01:00
x86-bogus-feature.xml tests: Add unit tests for internal CPU APIs 2010-12-01 14:12:54 +01:00
x86-bogus-model.xml tests: Add unit tests for internal CPU APIs 2010-12-01 14:12:54 +01:00
x86-bogus-vendor.xml tests: Add unit tests for internal CPU APIs 2010-12-01 14:12:54 +01:00
x86-cpuid-A10-5800K-guest.xml cpu: Sort CPU map features on eax_in 2016-06-09 10:16:44 +02:00
x86-cpuid-A10-5800K-host.xml cpu: Sort CPU map features on eax_in 2016-06-09 10:16:44 +02:00
x86-cpuid-A10-5800K-json.xml cpu: Sort CPU map features on eax_in 2016-06-09 10:16:44 +02:00
x86-cpuid-A10-5800K.json tests: Add CPU detection test for AMD A10-5800K 2016-06-09 09:47:56 +02:00
x86-cpuid-A10-5800K.xml tests: Add CPU detection test for AMD A10-5800K 2016-06-09 09:47:56 +02:00
x86-cpuid-Atom-D510-guest.xml tests: Add CPU detection test for Intel Atom D510 2016-06-09 09:47:56 +02:00
x86-cpuid-Atom-D510-host.xml tests: Add CPU detection test for Intel Atom D510 2016-06-09 09:47:56 +02:00
x86-cpuid-Atom-D510.xml tests: Add CPU detection test for Intel Atom D510 2016-06-09 09:47:56 +02:00
x86-cpuid-Atom-N450-guest.xml tests: Add CPU detection test for Intel Atom N450 2016-06-09 09:47:56 +02:00
x86-cpuid-Atom-N450-host.xml tests: Add CPU detection test for Intel Atom N450 2016-06-09 09:47:56 +02:00
x86-cpuid-Atom-N450.xml tests: Add CPU detection test for Intel Atom N450 2016-06-09 09:47:56 +02:00
x86-cpuid-Core2-E6850-guest.xml cpu_x86: Use signature in CPU detection code 2016-06-17 11:46:31 +02:00
x86-cpuid-Core2-E6850-host.xml cpu_x86: Use signature in CPU detection code 2016-06-17 11:46:31 +02:00
x86-cpuid-Core2-E6850-json.xml tests: Add CPU detection test for Intel Core2 Duo E6850 2016-06-09 09:47:56 +02:00
x86-cpuid-Core2-E6850.json tests: Add CPU detection test for Intel Core2 Duo E6850 2016-06-09 09:47:56 +02:00
x86-cpuid-Core2-E6850.xml tests: Add CPU detection test for Intel Core2 Duo E6850 2016-06-09 09:47:56 +02:00
x86-cpuid-Core2-Q9500-guest.xml tests: Add CPU detection test for Intel Core2 Quad Q9500 2016-06-09 09:47:56 +02:00
x86-cpuid-Core2-Q9500-host.xml tests: Add CPU detection test for Intel Core2 Quad Q9500 2016-06-09 09:47:56 +02:00
x86-cpuid-Core2-Q9500.xml tests: Add CPU detection test for Intel Core2 Quad Q9500 2016-06-09 09:47:56 +02:00
x86-cpuid-Core-i5-2500-guest.xml cpu: Add ARAT x86 CPU feature 2016-06-09 10:16:44 +02:00
x86-cpuid-Core-i5-2500-host.xml cpu: Add ARAT x86 CPU feature 2016-06-09 10:16:44 +02:00
x86-cpuid-Core-i5-2500-json.xml cpu: Add ARAT x86 CPU feature 2016-06-09 10:16:44 +02:00
x86-cpuid-Core-i5-2500.json tests: Add CPU detection test for Intel Core i5-2500 2016-06-09 09:47:56 +02:00
x86-cpuid-Core-i5-2500.xml tests: Add CPU detection test for Intel Core i5-2500 2016-06-09 09:47:56 +02:00
x86-cpuid-Core-i5-2540M-guest.xml cpu: Add ARAT x86 CPU feature 2016-06-09 10:16:44 +02:00
x86-cpuid-Core-i5-2540M-host.xml cpu: Add ARAT x86 CPU feature 2016-06-09 10:16:44 +02:00
x86-cpuid-Core-i5-2540M-json.xml cpu: Add ARAT x86 CPU feature 2016-06-09 10:16:44 +02:00
x86-cpuid-Core-i5-2540M.json tests: Add CPU detection test for Intel Core i5-2540M 2016-06-09 09:47:56 +02:00
x86-cpuid-Core-i5-2540M.xml tests: Add CPU detection test for Intel Core i5-2540M 2016-06-09 09:47:56 +02:00
x86-cpuid-Core-i5-4670T-guest.xml cpu: Add ARAT x86 CPU feature 2016-06-09 10:16:44 +02:00
x86-cpuid-Core-i5-4670T-host.xml cpu: Add ARAT x86 CPU feature 2016-06-09 10:16:44 +02:00
x86-cpuid-Core-i5-4670T-json.xml cpu: Add x86 feature flags for CPUID leaf 0xd, sub leaf 1 2016-06-09 10:16:44 +02:00
x86-cpuid-Core-i5-4670T.json tests: Add CPU detection test for Intel Core i5-4670T 2016-06-09 09:47:56 +02:00
x86-cpuid-Core-i5-4670T.xml tests: Add CPU detection test for Intel Core i5-4670T 2016-06-09 09:47:56 +02:00
x86-cpuid-Core-i5-6600-guest.xml cpu: Add Skylake-Client x86 CPU model 2016-06-17 11:40:58 +02:00
x86-cpuid-Core-i5-6600-host.xml cpu: Add Skylake-Client x86 CPU model 2016-06-17 11:40:58 +02:00
x86-cpuid-Core-i5-6600-json.xml cpu: Add Skylake-Client x86 CPU model 2016-06-17 11:40:58 +02:00
x86-cpuid-Core-i5-6600.json tests: Add CPU detection test for Intel Core i5-6600 2016-06-09 09:47:56 +02:00
x86-cpuid-Core-i5-6600.xml tests: Add CPU detection test for Intel Core i5-6600 2016-06-09 09:47:56 +02:00
x86-cpuid-Core-i7-2600-guest.xml cpu: Add ARAT x86 CPU feature 2016-06-09 10:16:44 +02:00
x86-cpuid-Core-i7-2600-host.xml cpu: Add ARAT x86 CPU feature 2016-06-09 10:16:44 +02:00
x86-cpuid-Core-i7-2600-json.xml cpu: Add x86 feature flags for CPUID leaf 0xd, sub leaf 1 2016-06-09 10:16:44 +02:00
x86-cpuid-Core-i7-2600.json tests: Add CPU detection test for Intel Core i7-2600 2016-06-09 09:47:56 +02:00
x86-cpuid-Core-i7-2600.xml tests: Add CPU detection test for Intel Core i7-2600 2016-06-09 09:47:56 +02:00
x86-cpuid-Core-i7-3520M-guest.xml cpu: Add ARAT x86 CPU feature 2016-06-09 10:16:44 +02:00
x86-cpuid-Core-i7-3520M-host.xml cpu: Add ARAT x86 CPU feature 2016-06-09 10:16:44 +02:00
x86-cpuid-Core-i7-3520M.xml tests: Add CPU detection test for Intel Core i7-3520M 2016-06-09 09:47:56 +02:00
x86-cpuid-Core-i7-3740QM-guest.xml cpu: Add ARAT x86 CPU feature 2016-06-09 10:16:44 +02:00
x86-cpuid-Core-i7-3740QM-host.xml cpu: Add ARAT x86 CPU feature 2016-06-09 10:16:44 +02:00
x86-cpuid-Core-i7-3740QM-json.xml cpu: Add x86 feature flags for CPUID leaf 0xd, sub leaf 1 2016-06-09 10:16:44 +02:00
x86-cpuid-Core-i7-3740QM.json tests: Add CPU detection test for Intel Core i7-3740QM 2016-06-09 09:47:56 +02:00
x86-cpuid-Core-i7-3740QM.xml tests: Add CPU detection test for Intel Core i7-3740QM 2016-06-09 09:47:56 +02:00
x86-cpuid-Core-i7-3770-guest.xml cpu: Add ARAT x86 CPU feature 2016-06-09 10:16:44 +02:00
x86-cpuid-Core-i7-3770-host.xml cpu: Add ARAT x86 CPU feature 2016-06-09 10:16:44 +02:00
x86-cpuid-Core-i7-3770-json.xml cpu: Add x86 feature flags for CPUID leaf 0xd, sub leaf 1 2016-06-09 10:16:44 +02:00
x86-cpuid-Core-i7-3770.json tests: Add CPU detection test for Intel Core i7-3770 2016-06-09 09:47:56 +02:00
x86-cpuid-Core-i7-3770.xml tests: Add CPU detection test for Intel Core i7-3770 2016-06-09 09:47:56 +02:00
x86-cpuid-Core-i7-4600U-guest.xml cpu: Add ARAT x86 CPU feature 2016-06-09 10:16:44 +02:00
x86-cpuid-Core-i7-4600U-host.xml cpu: Add ARAT x86 CPU feature 2016-06-09 10:16:44 +02:00
x86-cpuid-Core-i7-4600U-json.xml cpu: Add ARAT x86 CPU feature 2016-06-09 10:16:44 +02:00
x86-cpuid-Core-i7-4600U.json tests: Add CPU detection test for Intel Core i7-4600U 2016-06-09 09:47:56 +02:00
x86-cpuid-Core-i7-4600U.xml tests: Add CPU detection test for Intel Core i7-4600U 2016-06-09 09:47:56 +02:00
x86-cpuid-Core-i7-5600U-guest.xml cpu_x86: Use signature in CPU detection code 2016-06-17 11:46:31 +02:00
x86-cpuid-Core-i7-5600U-host.xml cpu: Add ARAT x86 CPU feature 2016-06-09 10:16:44 +02:00
x86-cpuid-Core-i7-5600U-json.xml cpu: Add Skylake-Client x86 CPU model 2016-06-17 11:40:58 +02:00
x86-cpuid-Core-i7-5600U.json tests: Add CPU detection test for Intel Core i7-5600U 2016-06-09 09:47:56 +02:00
x86-cpuid-Core-i7-5600U.xml tests: Add CPU detection test for Intel Core i7-5600U 2016-06-09 09:47:56 +02:00
x86-cpuid-FX-8150-guest.xml tests: Add CPU detection test for AMD FX 8150 2016-06-09 09:47:56 +02:00
x86-cpuid-FX-8150-host.xml tests: Add CPU detection test for AMD FX 8150 2016-06-09 09:47:56 +02:00
x86-cpuid-FX-8150.xml tests: Add CPU detection test for AMD FX 8150 2016-06-09 09:47:56 +02:00
x86-cpuid-Opteron-1352-guest.xml tests: Add CPU detection test for AMD Opteron 1352 2016-06-09 09:47:56 +02:00
x86-cpuid-Opteron-1352-host.xml tests: Add CPU detection test for AMD Opteron 1352 2016-06-09 09:47:56 +02:00
x86-cpuid-Opteron-1352.xml tests: Add CPU detection test for AMD Opteron 1352 2016-06-09 09:47:56 +02:00
x86-cpuid-Opteron-2350-guest.xml tests: Add CPU detection test for AMD Opteron 2350 2016-06-09 09:47:56 +02:00
x86-cpuid-Opteron-2350-host.xml tests: Add CPU detection test for AMD Opteron 2350 2016-06-09 09:47:56 +02:00
x86-cpuid-Opteron-2350-json.xml tests: Add CPU detection test for AMD Opteron 2350 2016-06-09 09:47:56 +02:00
x86-cpuid-Opteron-2350.json tests: Add CPU detection test for AMD Opteron 2350 2016-06-09 09:47:56 +02:00
x86-cpuid-Opteron-2350.xml tests: Add CPU detection test for AMD Opteron 2350 2016-06-09 09:47:56 +02:00
x86-cpuid-Opteron-6234-guest.xml tests: Add CPU detection test for AMD Opteron 6234 2016-06-09 09:47:56 +02:00
x86-cpuid-Opteron-6234-host.xml tests: Add CPU detection test for AMD Opteron 6234 2016-06-09 09:47:56 +02:00
x86-cpuid-Opteron-6234-json.xml cpu: Add ARAT x86 CPU feature 2016-06-09 10:16:44 +02:00
x86-cpuid-Opteron-6234.json tests: Add CPU detection test for AMD Opteron 6234 2016-06-09 09:47:56 +02:00
x86-cpuid-Opteron-6234.xml tests: Add CPU detection test for AMD Opteron 6234 2016-06-09 09:47:56 +02:00
x86-cpuid-Opteron-6282-guest.xml tests: Add CPU detection test for AMD Opteron 6282 SE 2016-06-09 09:47:56 +02:00
x86-cpuid-Opteron-6282-host.xml tests: Add CPU detection test for AMD Opteron 6282 SE 2016-06-09 09:47:56 +02:00
x86-cpuid-Opteron-6282.xml tests: Add CPU detection test for AMD Opteron 6282 SE 2016-06-09 09:47:56 +02:00
x86-cpuid-Pentium-P6100-guest.xml cpu: Add ARAT x86 CPU feature 2016-06-09 10:16:44 +02:00
x86-cpuid-Pentium-P6100-host.xml cpu: Add ARAT x86 CPU feature 2016-06-09 10:16:44 +02:00
x86-cpuid-Pentium-P6100.xml tests: Add CPU detection test for Intel Pentium P6100 2016-06-09 09:47:56 +02:00
x86-cpuid-Phenom-B95-guest.xml tests: Add CPU detection test for AMD Phenom II X4 B95 2016-06-09 09:47:56 +02:00
x86-cpuid-Phenom-B95-host.xml tests: Add CPU detection test for AMD Phenom II X4 B95 2016-06-09 09:47:56 +02:00
x86-cpuid-Phenom-B95-json.xml tests: Add CPU detection test for AMD Phenom II X4 B95 2016-06-09 09:47:56 +02:00
x86-cpuid-Phenom-B95.json tests: Add CPU detection test for AMD Phenom II X4 B95 2016-06-09 09:47:56 +02:00
x86-cpuid-Phenom-B95.xml tests: Add CPU detection test for AMD Phenom II X4 B95 2016-06-09 09:47:56 +02:00
x86-cpuid-Xeon-5110-guest.xml cpu_x86: Use signature in CPU detection code 2016-06-17 11:46:31 +02:00
x86-cpuid-Xeon-5110-host.xml cpu_x86: Use signature in CPU detection code 2016-06-17 11:46:31 +02:00
x86-cpuid-Xeon-5110.xml tests: Add CPU detection test for Intel Xeon 5110 2016-06-09 09:47:56 +02:00
x86-cpuid-Xeon-E3-1245-guest.xml cpu: Add Skylake-Client x86 CPU model 2016-06-17 11:40:58 +02:00
x86-cpuid-Xeon-E3-1245-host.xml cpu: Add Skylake-Client x86 CPU model 2016-06-17 11:40:58 +02:00
x86-cpuid-Xeon-E3-1245-json.xml cpu: Add Skylake-Client x86 CPU model 2016-06-17 11:40:58 +02:00
x86-cpuid-Xeon-E3-1245.json tests: Add CPU detection test for Intel Xeon E3-1245 2016-06-09 09:47:56 +02:00
x86-cpuid-Xeon-E3-1245.xml tests: Add CPU detection test for Intel Xeon E3-1245 2016-06-09 09:47:56 +02:00
x86-cpuid-Xeon-E5-2630-guest.xml cpu_map.xml: add cmt/mbm feature to x86 2016-06-25 00:23:58 +02:00
x86-cpuid-Xeon-E5-2630-host.xml cpu_map.xml: add cmt/mbm feature to x86 2016-06-25 00:23:58 +02:00
x86-cpuid-Xeon-E5-2630-json.xml cpu: Add x86 feature flags for CPUID leaf 0xd, sub leaf 1 2016-06-09 10:16:44 +02:00
x86-cpuid-Xeon-E5-2630.json tests: Add CPU detection test for Intel Xeon E5-2630 2016-06-09 09:47:56 +02:00
x86-cpuid-Xeon-E5-2630.xml tests: Add CPU detection test for Intel Xeon E5-2630 2016-06-09 09:47:56 +02:00
x86-cpuid-Xeon-E5-2650-guest.xml cpu_map.xml: add cmt/mbm feature to x86 2016-06-25 00:23:58 +02:00
x86-cpuid-Xeon-E5-2650-host.xml cpu_map.xml: add cmt/mbm feature to x86 2016-06-25 00:23:58 +02:00
x86-cpuid-Xeon-E5-2650-json.xml tests: Add CPU detection test for Intel Xeon E5-2650 2016-06-09 09:47:56 +02:00
x86-cpuid-Xeon-E5-2650.json tests: Add CPU detection test for Intel Xeon E5-2650 2016-06-09 09:47:56 +02:00
x86-cpuid-Xeon-E5-2650.xml tests: Add CPU detection test for Intel Xeon E5-2650 2016-06-09 09:47:56 +02:00
x86-cpuid-Xeon-E7-4820-guest.xml cpu: Add ARAT x86 CPU feature 2016-06-09 10:16:44 +02:00
x86-cpuid-Xeon-E7-4820-host.xml cpu: Add ARAT x86 CPU feature 2016-06-09 10:16:44 +02:00
x86-cpuid-Xeon-E7-4820-json.xml cpu: Sort CPU map features on eax_in 2016-06-09 10:16:44 +02:00
x86-cpuid-Xeon-E7-4820.json tests: Add CPU detection test for Intel Xeon E7-4820 2016-06-09 09:47:56 +02:00
x86-cpuid-Xeon-E7-4820.xml tests: Add CPU detection test for Intel Xeon E7-4820 2016-06-09 09:47:56 +02:00
x86-cpuid-Xeon-W3520-guest.xml tests: Add CPU detection test for Intel Xeon W3520 2016-06-09 09:47:56 +02:00
x86-cpuid-Xeon-W3520-host.xml tests: Add CPU detection test for Intel Xeon W3520 2016-06-09 09:47:56 +02:00
x86-cpuid-Xeon-W3520-json.xml cpu: Sort CPU map features on eax_in 2016-06-09 10:16:44 +02:00
x86-cpuid-Xeon-W3520.json tests: Add CPU detection test for Intel Xeon W3520 2016-06-09 09:47:56 +02:00
x86-cpuid-Xeon-W3520.xml tests: Add CPU detection test for Intel Xeon W3520 2016-06-09 09:47:56 +02:00
x86-cpuid-Xeon-X5460-guest.xml tests: Add CPU detection test for Intel Xeon X5460 2016-06-09 09:47:56 +02:00
x86-cpuid-Xeon-X5460-host.xml tests: Add CPU detection test for Intel Xeon X5460 2016-06-09 09:47:56 +02:00
x86-cpuid-Xeon-X5460.xml tests: Add CPU detection test for Intel Xeon X5460 2016-06-09 09:47:56 +02:00
x86-exact-disable2.xml tests: Add unit tests for internal CPU APIs 2010-12-01 14:12:54 +01:00
x86-exact-disable-extra.xml tests: Add unit tests for internal CPU APIs 2010-12-01 14:12:54 +01:00
x86-exact-disable.xml tests: Add unit tests for internal CPU APIs 2010-12-01 14:12:54 +01:00
x86-exact-forbid-extra.xml tests: Add unit tests for internal CPU APIs 2010-12-01 14:12:54 +01:00
x86-exact-forbid.xml tests: Add unit tests for internal CPU APIs 2010-12-01 14:12:54 +01:00
x86-exact-force-Haswell.xml cpu: Let explicit features override model features 2013-07-22 13:57:53 +02:00
x86-exact-force.xml tests: Add unit tests for internal CPU APIs 2010-12-01 14:12:54 +01:00
x86-exact-require-extra.xml tests: Add unit tests for internal CPU APIs 2010-12-01 14:12:54 +01:00
x86-exact-require.xml tests: Add unit tests for internal CPU APIs 2010-12-01 14:12:54 +01:00
x86-exact.xml tests: Add unit tests for internal CPU APIs 2010-12-01 14:12:54 +01:00
x86-guest-nofallback.xml cpu: Optionally forbid fallback CPU models 2012-01-17 11:39:19 +01:00
x86-guest.xml tests: Add unit tests for internal CPU APIs 2010-12-01 14:12:54 +01:00
x86-Haswell-noTSX-nofallback.xml cpu: Add {Haswell,Broadwell}-noTSX CPU models 2015-03-26 09:19:59 +01:00
x86-Haswell-noTSX.xml cpu: Add {Haswell,Broadwell}-noTSX CPU models 2015-03-26 09:19:59 +01:00
x86-Haswell.xml cpu: Add {Haswell,Broadwell}-noTSX CPU models 2015-03-26 09:19:59 +01:00
x86-host-amd-fake.xml tests: Add unit tests for internal CPU APIs 2010-12-01 14:12:54 +01:00
x86-host-amd.xml tests: Add unit tests for internal CPU APIs 2010-12-01 14:12:54 +01:00
x86-host-better.xml tests: Add unit tests for internal CPU APIs 2010-12-01 14:12:54 +01:00
x86-host-better+pentium3-result.xml cputest: Don't test cpuGuestData 2016-11-15 15:49:16 +01:00
x86-host-Haswell-noTSX.xml cpu: Add {Haswell,Broadwell}-noTSX CPU models 2015-03-26 09:19:59 +01:00
x86-host-Haswell-noTSX+Haswell-noTSX-result.xml cputest: Don't test cpuGuestData 2016-11-15 15:49:16 +01:00
x86-host-Haswell-noTSX+Haswell-noTSX,haswell-result.xml cputest: Don't test cpuGuestData 2016-11-15 15:49:16 +01:00
x86-host-Haswell-noTSX+Haswell,haswell-result.xml cputest: Don't test cpuGuestData 2016-11-15 15:49:16 +01:00
x86-host-incomp-arch.xml tests: Add unit tests for internal CPU APIs 2010-12-01 14:12:54 +01:00
x86-host-invtsc.xml Don't include non-migratable features in host-model 2014-09-05 12:45:19 +02:00
x86-host-invtsc+host-model.xml cpu: Rework cpuUpdate 2016-09-22 15:40:09 +02:00
x86-host-model-nofallback.xml cpu: Update guest CPU in host-* mode 2012-01-17 11:42:56 +01:00
x86-host-model.xml cpu: Update guest CPU in host-* mode 2012-01-17 11:42:56 +01:00
x86-host-no-vendor.xml tests: Add unit tests for internal CPU APIs 2010-12-01 14:12:54 +01:00
x86-host-passthrough-features.xml cpu: Rework cpuUpdate 2016-09-22 15:40:09 +02:00
x86-host-passthrough.xml cpu: Update guest CPU in host-* mode 2012-01-17 11:42:56 +01:00
x86-host-SandyBridge.xml cpu: Let explicit features override model features 2013-07-22 13:57:53 +02:00
x86-host-worse.xml tests: Add unit tests for internal CPU APIs 2010-12-01 14:12:54 +01:00
x86-host-worse+guest-result.xml cputest: Don't test cpuGuestData 2016-11-15 15:49:16 +01:00
x86-host.xml tests: Add unit tests for internal CPU APIs 2010-12-01 14:12:54 +01:00
x86-host+guest-result.xml cputest: Don't test cpuGuestData 2016-11-15 15:49:16 +01:00
x86-host+guest,model486-result.xml cputest: Don't test cpuGuestData 2016-11-15 15:49:16 +01:00
x86-host+guest,models-result.xml cputest: Don't test cpuGuestData 2016-11-15 15:49:16 +01:00
x86-host+guest.xml Add support for cpu mode attribute 2012-01-17 11:39:23 +01:00
x86-host+host-model-nofallback.xml cpu: Rework cpuUpdate 2016-09-22 15:40:09 +02:00
x86-host+host-model.xml cpu: Rework cpuUpdate 2016-09-22 15:40:09 +02:00
x86-host+host-passthrough-features.xml cpu: Rework cpuUpdate 2016-09-22 15:40:09 +02:00
x86-host+host-passthrough.xml cpu: Rework cpuUpdate 2016-09-22 15:40:09 +02:00
x86-host+host+host-model,models-result.xml cputest: Don't test cpuGuestData 2016-11-15 15:49:16 +01:00
x86-host+min.xml cpu: Rework cpuUpdate 2016-09-22 15:40:09 +02:00
x86-host+penryn-force-result.xml cputest: Don't test cpuGuestData 2016-11-15 15:49:16 +01:00
x86-host+pentium3.xml cpu: Rework cpuUpdate 2016-09-22 15:40:09 +02:00
x86-host+strict-force-extra-result.xml cputest: Don't test cpuGuestData 2016-11-15 15:49:16 +01:00
x86-min.xml tests: Add unit tests for internal CPU APIs 2010-12-01 14:12:54 +01:00
x86-penryn-force.xml cputest: Rename nehalem-force to penryn-force 2016-06-09 12:15:23 +02:00
x86-pentium3-amd.xml tests: Add unit tests for internal CPU APIs 2010-12-01 14:12:54 +01:00
x86-pentium3.xml tests: Add unit tests for internal CPU APIs 2010-12-01 14:12:54 +01:00
x86-strict-disable.xml tests: Add unit tests for internal CPU APIs 2010-12-01 14:12:54 +01:00
x86-strict-force-extra.xml tests: Add unit tests for internal CPU APIs 2010-12-01 14:12:54 +01:00
x86-strict-full.xml tests: Add unit tests for internal CPU APIs 2010-12-01 14:12:54 +01:00
x86-strict.xml tests: Add unit tests for internal CPU APIs 2010-12-01 14:12:54 +01:00