]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu_x86: Make sure CPU model names are unique in cpu_map
authorJiri Denemark <jdenemar@redhat.com>
Tue, 26 Feb 2019 07:33:08 +0000 (08:33 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 5 Mar 2019 13:38:50 +0000 (14:38 +0100)
commit8d7245441a473bc1f73005fd378d4a925870cce6
treedd629a8a44d24ea98498b4fb9794ec14614ced24
parent8d249df9c917040d180202343e5cf7f70c3e4fe1
cpu_x86: Make sure CPU model names are unique in cpu_map

Having multiple CPU model definitions with the same name could result in
unexpected behavior.

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