]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu_x86: Copy CPU signature from ancestor
authorJiri Denemark <jdenemar@redhat.com>
Fri, 5 Jan 2018 16:43:03 +0000 (17:43 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 10 Jan 2018 10:07:23 +0000 (11:07 +0100)
commitb427cf4831d0ea7aac9dd1a3aa7682478356a483
tree64a3173440b9304a12b5dd6474f5f84b788c33d3
parentad80ccd3f9a96eb96dd92537b9df26031176fa48
cpu_x86: Copy CPU signature from ancestor

When specifying a new CPU model in cpu_map.xml as an extension to an
existing model, we forgot to copy the signature (family + model) from
the original CPU model.

We don't use this way of specifying CPU models, but it's still supported
and it becomes useful when someone wants to quickly hack up a CPU model
for testing or when creating additional variants of existing models to
help with fixing some spectral issues.

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