From 791a641c5585178a6e10a5b055ec40783356b621 Mon Sep 17 00:00:00 2001 From: Jiri Denemark Date: Wed, 1 Jun 2016 17:52:53 +0200 Subject: [PATCH] tests: Add CPU detection test for Intel Core2 Duo E6850 Signed-off-by: Jiri Denemark --- tests/cputest.c | 1 + .../x86-cpuid-Core2-E6850-guest.xml | 21 +++++ .../x86-cpuid-Core2-E6850-host.xml | 21 +++++ .../x86-cpuid-Core2-E6850-json.xml | 11 +++ tests/cputestdata/x86-cpuid-Core2-E6850.json | 77 +++++++++++++++++++ tests/cputestdata/x86-cpuid-Core2-E6850.xml | 27 +++++++ 6 files changed, 158 insertions(+) create mode 100644 tests/cputestdata/x86-cpuid-Core2-E6850-guest.xml create mode 100644 tests/cputestdata/x86-cpuid-Core2-E6850-host.xml create mode 100644 tests/cputestdata/x86-cpuid-Core2-E6850-json.xml create mode 100644 tests/cputestdata/x86-cpuid-Core2-E6850.json create mode 100644 tests/cputestdata/x86-cpuid-Core2-E6850.xml diff --git a/tests/cputest.c b/tests/cputest.c index 1987125862..d58f15d1e7 100644 --- a/tests/cputest.c +++ b/tests/cputest.c @@ -858,6 +858,7 @@ mymain(void) DO_TEST_CPUID("x86", "Core-i7-3770", true); DO_TEST_CPUID("x86", "Core-i7-4600U", true); DO_TEST_CPUID("x86", "Core-i7-5600U", true); + DO_TEST_CPUID("x86", "Core2-E6850", true); #if WITH_QEMU && WITH_YAJL qemuTestDriverFree(&driver); diff --git a/tests/cputestdata/x86-cpuid-Core2-E6850-guest.xml b/tests/cputestdata/x86-cpuid-Core2-E6850-guest.xml new file mode 100644 index 0000000000..d9df03e683 --- /dev/null +++ b/tests/cputestdata/x86-cpuid-Core2-E6850-guest.xml @@ -0,0 +1,21 @@ + + x86_64 + core2duo + Intel + + + + + + + + + + + + + + + + + diff --git a/tests/cputestdata/x86-cpuid-Core2-E6850-host.xml b/tests/cputestdata/x86-cpuid-Core2-E6850-host.xml new file mode 100644 index 0000000000..c5ca1cb16c --- /dev/null +++ b/tests/cputestdata/x86-cpuid-Core2-E6850-host.xml @@ -0,0 +1,21 @@ + + x86_64 + core2duo + Intel + + + + + + + + + + + + + + + + + diff --git a/tests/cputestdata/x86-cpuid-Core2-E6850-json.xml b/tests/cputestdata/x86-cpuid-Core2-E6850-json.xml new file mode 100644 index 0000000000..ddd730735d --- /dev/null +++ b/tests/cputestdata/x86-cpuid-Core2-E6850-json.xml @@ -0,0 +1,11 @@ + + x86_64 + Penryn + + + + + + + + diff --git a/tests/cputestdata/x86-cpuid-Core2-E6850.json b/tests/cputestdata/x86-cpuid-Core2-E6850.json new file mode 100644 index 0000000000..44be368f74 --- /dev/null +++ b/tests/cputestdata/x86-cpuid-Core2-E6850.json @@ -0,0 +1,77 @@ +{ + "return": [ + { + "cpuid-register": "EAX", + "cpuid-input-ecx": 1, + "cpuid-input-eax": 13, + "features": 0 + }, + { + "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": 1 + }, + { + "cpuid-register": "EDX", + "cpuid-input-eax": 2147483649, + "features": 537921536 + }, + { + "cpuid-register": "EBX", + "cpuid-input-ecx": 0, + "cpuid-input-eax": 7, + "features": 2 + }, + { + "cpuid-register": "ECX", + "cpuid-input-eax": 1, + "features": 2166366721 + }, + { + "cpuid-register": "EDX", + "cpuid-input-eax": 1, + "features": 260832255 + } + ], + "id": "feature-words" +} + +{ + "return": 6, + "id": "family" +} + +{ + "return": 15, + "id": "model" +} + +{ + "return": 11, + "id": "stepping" +} + +{ + "return": "Intel(R) Core(TM)2 Duo CPU E6850 @ 3.00GHz", + "id": "model-id" +} diff --git a/tests/cputestdata/x86-cpuid-Core2-E6850.xml b/tests/cputestdata/x86-cpuid-Core2-E6850.xml new file mode 100644 index 0000000000..d83207672a --- /dev/null +++ b/tests/cputestdata/x86-cpuid-Core2-E6850.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +