mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
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
Block a user