mirror of https://gitee.com/openkylin/libvirt.git
cpu: Add support for pku and ospke Intel features for Memory Protection Keys
qemu commit: f74eefe0 https://lwn.net/Articles/667156/ Signed-off-by: Lin Ma <lma@suse.com>
This commit is contained in:
parent
2922cd9bbc
commit
c80e6b96e5
|
@ -270,6 +270,12 @@
|
|||
<feature name='avx512vbmi'>
|
||||
<cpuid eax_in='0x07' ecx='0x00000002'/>
|
||||
</feature>
|
||||
<feature name='pku'>
|
||||
<cpuid eax_in='0x07' ecx='0x00000008'/>
|
||||
</feature>
|
||||
<feature name='ospke'>
|
||||
<cpuid eax_in='0x07' ecx='0x00000010'/>
|
||||
</feature>
|
||||
|
||||
<feature name='avx512-4vnniw'>
|
||||
<cpuid eax_in='0x07' edx='0x00000004'/>
|
||||
|
|
Loading…
Reference in New Issue