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 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+