mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
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:
parent
4f3287a415
commit
d2c28911f4
@ -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'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user