mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
tests: Add CPU detection test for Intel Xeon E5-2630
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
@@ -869,6 +869,7 @@ mymain(void)
|
||||
DO_TEST_CPUID("x86", "Phenom-B95", true);
|
||||
DO_TEST_CPUID("x86", "Xeon-5110", false);
|
||||
DO_TEST_CPUID("x86", "Xeon-E3-1245", true);
|
||||
DO_TEST_CPUID("x86", "Xeon-E5-2630", true);
|
||||
|
||||
#if WITH_QEMU && WITH_YAJL
|
||||
qemuTestDriverFree(&driver);
|
||||
|
||||
Reference in New Issue
Block a user