cpu: Add new flag supported by qemu to the cpu definition

Some new cpu features were added to qemu. This patch adds some of them
to our CPU map.
This commit is contained in:
Peter Krempa 2012-02-29 15:47:38 +01:00
parent 4f3287a415
commit d2c28911f4
1 changed files with 15 additions and 0 deletions

View File

@ -236,12 +236,27 @@
<feature name='osvw'> <!-- CPUID_EXT3_OSVW -->
<cpuid function='0x80000001' ecx='0x00000200'/>
</feature>
<feature name='ibs'>
<cpuid function='0x80000001' ecx='0x00000400'/>
</feature>
<feature name='xop'>
<cpuid function='0x80000001' ecx='0x00000800'/>
</feature>
<feature name='skinit'> <!-- CPUID_EXT3_SKINIT -->
<cpuid function='0x80000001' ecx='0x00001000'/>
</feature>
<feature name='wdt'>
<cpuid function='0x80000001' ecx='0x00002000'/>
</feature>
<feature name='fma4'>
<cpuid function='0x80000001' ecx='0x00010000'/>
</feature>
<feature name='cvt16'>
<cpuid function='0x80000001' ecx='0x00040000'/>
</feature>
<feature name='nodeid_msr'>
<cpuid function='0x80000001' ecx='0x00080000'/>
</feature>
<!-- models -->
<model name='486'>