提交 2b140f0c 编写于 作者: A Alexander Burluka 提交者: Jiri Denemark

cpu: Add support for clflushopt and tsc_adjust Intel features

Corresponding QEMU commits:
    clflushopt f7fda280948a5e74aeb076ef346b991ecb173c56
    tsc_adjust 7b458bfd12a71b3da6b531daedc417492c9334e0
Signed-off-by: NAlexander Burluka <aburluka@virtuozzo.com>
上级 abd2272c
...@@ -293,6 +293,9 @@ ...@@ -293,6 +293,9 @@
<feature name='fsgsbase'> <feature name='fsgsbase'>
<cpuid function='0x00000007' ebx='0x00000001'/> <cpuid function='0x00000007' ebx='0x00000001'/>
</feature> </feature>
<feature name='tsc_adjust'>
<cpuid function='0x00000007' ebx='0x00000002'/>
</feature>
<feature name='bmi1'> <feature name='bmi1'>
<cpuid function='0x00000007' ebx='0x00000008'/> <cpuid function='0x00000007' ebx='0x00000008'/>
</feature> </feature>
...@@ -332,6 +335,9 @@ ...@@ -332,6 +335,9 @@
<feature name='smap'> <feature name='smap'>
<cpuid function='0x00000007' ebx='0x00100000'/> <cpuid function='0x00000007' ebx='0x00100000'/>
</feature> </feature>
<feature name='clflushopt'>
<cpuid function='0x00000007' ebx='0x00800000'/>
</feature>
<feature name='avx512pf'> <!-- AVX-512 Prefetch --> <feature name='avx512pf'> <!-- AVX-512 Prefetch -->
<cpuid function='0x00000007' ebx='0x04000000'/> <cpuid function='0x00000007' ebx='0x04000000'/>
</feature> </feature>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册