From 355163fb927004570a56279578d08576621ccc20 Mon Sep 17 00:00:00 2001 From: Jiri Denemark Date: Wed, 1 Jun 2016 17:52:55 +0200 Subject: [PATCH] tests: Add CPU detection test for Intel Xeon E5-2650 Signed-off-by: Jiri Denemark --- tests/cputest.c | 1 + .../x86-cpuid-Xeon-E5-2650-guest.xml | 29 ++++++++ .../x86-cpuid-Xeon-E5-2650-host.xml | 29 ++++++++ .../x86-cpuid-Xeon-E5-2650-json.xml | 12 ++++ tests/cputestdata/x86-cpuid-Xeon-E5-2650.json | 71 +++++++++++++++++++ tests/cputestdata/x86-cpuid-Xeon-E5-2650.xml | 37 ++++++++++ 6 files changed, 179 insertions(+) create mode 100644 tests/cputestdata/x86-cpuid-Xeon-E5-2650-guest.xml create mode 100644 tests/cputestdata/x86-cpuid-Xeon-E5-2650-host.xml create mode 100644 tests/cputestdata/x86-cpuid-Xeon-E5-2650-json.xml create mode 100644 tests/cputestdata/x86-cpuid-Xeon-E5-2650.json create mode 100644 tests/cputestdata/x86-cpuid-Xeon-E5-2650.xml diff --git a/tests/cputest.c b/tests/cputest.c index cecee537e7..7da915679e 100644 --- a/tests/cputest.c +++ b/tests/cputest.c @@ -870,6 +870,7 @@ mymain(void) DO_TEST_CPUID("x86", "Xeon-5110", false); DO_TEST_CPUID("x86", "Xeon-E3-1245", true); DO_TEST_CPUID("x86", "Xeon-E5-2630", true); + DO_TEST_CPUID("x86", "Xeon-E5-2650", true); #if WITH_QEMU && WITH_YAJL qemuTestDriverFree(&driver); diff --git a/tests/cputestdata/x86-cpuid-Xeon-E5-2650-guest.xml b/tests/cputestdata/x86-cpuid-Xeon-E5-2650-guest.xml new file mode 100644 index 0000000000..ce5aa79a75 --- /dev/null +++ b/tests/cputestdata/x86-cpuid-Xeon-E5-2650-guest.xml @@ -0,0 +1,29 @@ + + x86_64 + Haswell-noTSX + Intel + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/cputestdata/x86-cpuid-Xeon-E5-2650-host.xml b/tests/cputestdata/x86-cpuid-Xeon-E5-2650-host.xml new file mode 100644 index 0000000000..26a3b904a6 --- /dev/null +++ b/tests/cputestdata/x86-cpuid-Xeon-E5-2650-host.xml @@ -0,0 +1,29 @@ + + x86_64 + Haswell-noTSX + Intel + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/cputestdata/x86-cpuid-Xeon-E5-2650-json.xml b/tests/cputestdata/x86-cpuid-Xeon-E5-2650-json.xml new file mode 100644 index 0000000000..36b7bf20fa --- /dev/null +++ b/tests/cputestdata/x86-cpuid-Xeon-E5-2650-json.xml @@ -0,0 +1,12 @@ + + x86_64 + Haswell-noTSX + + + + + + + + + diff --git a/tests/cputestdata/x86-cpuid-Xeon-E5-2650.json b/tests/cputestdata/x86-cpuid-Xeon-E5-2650.json new file mode 100644 index 0000000000..2cd15f64b5 --- /dev/null +++ b/tests/cputestdata/x86-cpuid-Xeon-E5-2650.json @@ -0,0 +1,71 @@ +{ + "return": [ + { + "cpuid-register": "EDX", + "cpuid-input-eax": 2147483658, + "features": 0 + }, + { + "cpuid-register": "EAX", + "cpuid-input-eax": 1073741825, + "features": 16777467 + }, + { + "cpuid-register": "EDX", + "cpuid-input-eax": 3221225473, + "features": 0 + }, + { + "cpuid-register": "EDX", + "cpuid-input-eax": 2147483655, + "features": 0 + }, + { + "cpuid-register": "ECX", + "cpuid-input-eax": 2147483649, + "features": 33 + }, + { + "cpuid-register": "EDX", + "cpuid-input-eax": 2147483649, + "features": 739248128 + }, + { + "cpuid-register": "EBX", + "cpuid-input-ecx": 0, + "cpuid-input-eax": 7, + "features": 1961 + }, + { + "cpuid-register": "ECX", + "cpuid-input-eax": 1, + "features": 4160369187 + }, + { + "cpuid-register": "EDX", + "cpuid-input-eax": 1, + "features": 260832255 + } + ], + "id": "feature-words" +} + +{ + "return": 6, + "id": "family" +} + +{ + "return": 63, + "id": "model" +} + +{ + "return": 2, + "id": "stepping" +} + +{ + "return": "Intel(R) Xeon(R) CPU E5-2650 v3 @ 2.30GHz", + "id": "model-id" +} diff --git a/tests/cputestdata/x86-cpuid-Xeon-E5-2650.xml b/tests/cputestdata/x86-cpuid-Xeon-E5-2650.xml new file mode 100644 index 0000000000..2b73adf113 --- /dev/null +++ b/tests/cputestdata/x86-cpuid-Xeon-E5-2650.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +