]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu_x86: Consolidate signature match in x86DecodeUseCandidate
authorJiri Denemark <jdenemar@redhat.com>
Tue, 26 Apr 2022 09:58:07 +0000 (11:58 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 6 May 2022 15:33:46 +0000 (17:33 +0200)
commit35ce086667e68e8f546cf36473591dd7c19c72eb
tree0d4c8328a2af507ff67d975306b14315bd90fdc7
parent63d633b9a4fc42da7e2acaf45501914607d968a5
cpu_x86: Consolidate signature match in x86DecodeUseCandidate

Checking the signature in two different places makes no sense since the
code in between can only mark the candidate as the best option so far,
which is what the second signature match does as well.

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