]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu_x86: Check vendor early
authorJiri Denemark <jdenemar@redhat.com>
Thu, 12 May 2016 14:02:09 +0000 (16:02 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 16 May 2016 13:46:30 +0000 (15:46 +0200)
commit17924643eccb3d23c8f957133a13898af7e31099
tree08c3b3229db9ba7fd42024d452e27db7f42baac8
parent1cc9a1d07c0972d038ceae56001204d4ed27e0d5
cpu_x86: Check vendor early

When searching for the best CPU model for CPUID data we can easily
ignore models with non-matching vendor before spending time on CPUID
data to virCPUDef conversion.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/cpu/cpu_x86.c