提交 d2c28911 编写于 作者: P Peter Krempa

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.
上级 4f3287a4
......@@ -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'>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册