[libvirt] [PATCH] cpu: Add support for Westmere CPU model

Eric Blake eblake at redhat.com
Fri Jan 14 15:46:02 UTC 2011


On 01/14/2011 06:22 AM, Jiri Denemark wrote:
> ---
>  src/cpu/cpu_map.xml |    9 +++++++++
>  1 files changed, 9 insertions(+), 0 deletions(-)
> 
> diff --git a/src/cpu/cpu_map.xml b/src/cpu/cpu_map.xml
> index 75c6522..35dca20 100644
> --- a/src/cpu/cpu_map.xml
> +++ b/src/cpu/cpu_map.xml
> @@ -142,6 +142,9 @@
>      <feature name='popcnt'> <!-- CPUID_EXT_POPCNT -->
>        <cpuid function='0x00000001' ecx='0x00800000'/>
>      </feature>
> +    <feature name='aes'>
> +      <cpuid function='0x00000001' ecx='0x02000000'/>
> +    </feature>
>      <feature name='hypervisor'> <!-- CPUID_EXT_HYPERVISOR -->
>        <cpuid function='0x00000001' ecx='0x80000000'/>
>      </feature>
> @@ -453,6 +456,12 @@
>        <feature name='lahf_lm'/>
>      </model>
>  
> +    <model name='Westmere'>
> +      <vendor name='Intel'/>
> +      <model name='Nehalem'/>
> +      <feature name='aes'/>
> +    </model>

ACK.

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 619 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20110114/bdd746a3/attachment-0001.sig>


More information about the libvir-list mailing list