[libvirt] [PATCH] cpu: Fix vendor for recent CPU models

Eric Blake eblake at redhat.com
Wed Oct 13 14:47:06 UTC 2010


On 10/13/2010 04:36 AM, Jiri Denemark wrote:
> 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 |   12 ++++++------
>   src/cpu/cpu_x86.c   |   11 +++++++++--
>   2 files changed, 15 insertions(+), 8 deletions(-)
>
> diff --git a/src/cpu/cpu_map.xml b/src/cpu/cpu_map.xml
> index edbb21c..75c6522 100644
> --- a/src/cpu/cpu_map.xml
> +++ b/src/cpu/cpu_map.xml
> @@ -355,7 +355,7 @@
>       </model>
>
>       <model name='Conroe'>
> -<vendor>Intel</vendor>
> +<vendor name='Intel'/>

ACK.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org




More information about the libvir-list mailing list