]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu_x86: Replace 32b signatures in virCPUx86Model with a struct
authorJiri Denemark <jdenemar@redhat.com>
Thu, 26 Mar 2020 15:16:00 +0000 (16:16 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 8 Apr 2020 15:43:28 +0000 (17:43 +0200)
commit22bded201ffc91661e44065203dcb987e51084ca
tree3a408cf990fdafa989efc91d1c908cd3ae72496e
parent3b474c1f8f3c1f124fab303625733ea79047660c
cpu_x86: Replace 32b signatures in virCPUx86Model with a struct

The CPU models in our cpu_map define their signatures using separate
family and model numbers. Let's store the signatures in the same way in
our runtime representation of the cpu_map.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/cpu/cpu_x86.c