]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu: Fix vendor for recent CPU models
authorJiri Denemark <jdenemar@redhat.com>
Wed, 13 Oct 2010 09:42:19 +0000 (11:42 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 14 Oct 2010 07:36:54 +0000 (09:36 +0200)
commitac7afbeb9efbb4a227e249dfaadcf85034258a51
treecf42509f844bc0392d3138ecd4f271896372427a
parent677b7cf9b2f7345fbcb4c3c230241c7aa22371a5
cpu: Fix vendor for recent CPU models

Recent CPU models were specified using invalid vendor element
<vendor>NAME</vendor>, which was silently ignored due to a bug in the
code which was parsing it.
src/cpu/cpu_map.xml
src/cpu/cpu_x86.c