summaryrefslogtreecommitdiff
path: root/tests/cputest.c
diff options
context:
space:
mode:
authorJiri Denemark <jdenemar@redhat.com>2017-11-02 20:50:25 +0100
committerJiri Denemark <jdenemar@redhat.com>2017-11-07 23:40:47 +0100
commitd85ae683e562453286a07696bd4b14a81be3e8e6 (patch)
tree171c4e63ab9c899f06a9cfc7bddd301e2d006d5b /tests/cputest.c
parent6f10044d4f69406cb6d8475418b20373c132996b (diff)
downloadlibvirt-d85ae683e562453286a07696bd4b14a81be3e8e6.tar.gz
cputest: Add data for Intel(R) Xeon(R) CPU E5-2650 v4
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> Reviewed-by: John Ferlan <jferlan@redhat.com>
Diffstat (limited to 'tests/cputest.c')
-rw-r--r--tests/cputest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cputest.c b/tests/cputest.c
index 79e613360e..a14f1d6cfa 100644
--- a/tests/cputest.c
+++ b/tests/cputest.c
@@ -1189,6 +1189,7 @@ mymain(void)
DO_TEST_CPUID(VIR_ARCH_X86_64, "Xeon-E3-1245-v5", JSON_MODELS);
DO_TEST_CPUID(VIR_ARCH_X86_64, "Xeon-E5-2630-v3", JSON_HOST);
DO_TEST_CPUID(VIR_ARCH_X86_64, "Xeon-E5-2650-v3", JSON_HOST);
+ DO_TEST_CPUID(VIR_ARCH_X86_64, "Xeon-E5-2650-v4", JSON_MODELS);
DO_TEST_CPUID(VIR_ARCH_X86_64, "Xeon-E7-4820", JSON_HOST);
DO_TEST_CPUID(VIR_ARCH_X86_64, "Xeon-E7-4830", JSON_MODELS_REQUIRED);
DO_TEST_CPUID(VIR_ARCH_X86_64, "Xeon-E7-8890-v3", JSON_MODELS);