mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
tests: Add CPU detection test for Intel Core i7-2600
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
@@ -852,6 +852,7 @@ mymain(void)
|
||||
DO_TEST_CPUID("x86", "Core-i5-2540M", true);
|
||||
DO_TEST_CPUID("x86", "Core-i5-4670T", true);
|
||||
DO_TEST_CPUID("x86", "Core-i5-6600", true);
|
||||
DO_TEST_CPUID("x86", "Core-i7-2600", true);
|
||||
|
||||
#if WITH_QEMU && WITH_YAJL
|
||||
qemuTestDriverFree(&driver);
|
||||
|
||||
Reference in New Issue
Block a user