]> xenbits.xensource.com Git - libvirt.git/commit
cpu_x86: Add debug messages to x86DecodeUseCandidate
authorJiri Denemark <jdenemar@redhat.com>
Fri, 5 Jan 2018 16:43:27 +0000 (17:43 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 10 Jan 2018 10:07:23 +0000 (11:07 +0100)
commitad80ccd3f9a96eb96dd92537b9df26031176fa48
tree43336beb20cabb531c956829ad6013d7c1c0905c
parent5ea187bc83d61367dca8a3afe8a8c803d2932c77
cpu_x86: Add debug messages to x86DecodeUseCandidate

When translating CPUID data into CPU model + features, the code
sometimes uses an unexpected CPU model. There may be several reasons for
this, starting with wrong expectations and ending with an actual bug in
our code. These debug messages will help determining the reason.

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