Re: [libvirt PATCH 34/39] cpu_x86: Replace 32b signatures in virCPUx86Model with a struct

2020-04-07 Thread Ján Tomko
On a Friday in 2020, Jiri Denemark wrote: 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 --- src/cpu/cpu_x86.c | 149

[libvirt PATCH 34/39] cpu_x86: Replace 32b signatures in virCPUx86Model with a struct

2020-03-27 Thread Jiri Denemark
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 --- src/cpu/cpu_x86.c | 149 +- 1 file