mirror of https://gitee.com/openkylin/libvirt.git
cpu: Fix definition of flag smap
A mild case of dyslexia caused that commit
012f9b19ef
specifies wrong mask for the
smap cpu feature flag. This patch fixes that mistake.
This commit is contained in:
parent
f88b076d17
commit
7af929d065
|
@ -270,7 +270,7 @@
|
|||
<cpuid function='0x00000007' ebx='0x00000080'/>
|
||||
</feature>
|
||||
<feature name='smap'>
|
||||
<cpuid function='0x00000007' ebx='0x00080000'/>
|
||||
<cpuid function='0x00000007' ebx='0x00100000'/>
|
||||
</feature>
|
||||
|
||||
<!-- models -->
|
||||
|
|
Loading…
Reference in New Issue