mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 14:15:28 +00:00
cpu_map: Fix Icelake Server model number
See arch/x86/include/asm/intel-family.h in the Kernel: #define INTEL_FAM6_ICELAKE_X 0x6A Signed-off-by: Tim Wiederhake <twiederh@redhat.com> Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
0d05d51b71
commit
1278ac6265
@ -1,7 +1,7 @@
|
|||||||
<cpus>
|
<cpus>
|
||||||
<model name='Icelake-Server-noTSX'>
|
<model name='Icelake-Server-noTSX'>
|
||||||
<decode host='on' guest='off'/>
|
<decode host='on' guest='off'/>
|
||||||
<signature family='6' model='134'/> <!-- 080660 -->
|
<signature family='6' model='106'/> <!-- 0606A5 -->
|
||||||
<vendor name='Intel'/>
|
<vendor name='Intel'/>
|
||||||
<feature name='3dnowprefetch'/>
|
<feature name='3dnowprefetch'/>
|
||||||
<feature name='abm'/>
|
<feature name='abm'/>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<cpus>
|
<cpus>
|
||||||
<model name='Icelake-Server'>
|
<model name='Icelake-Server'>
|
||||||
<decode host='on' guest='on'/>
|
<decode host='on' guest='on'/>
|
||||||
<signature family='6' model='134'/> <!-- 080660 -->
|
<signature family='6' model='106'/> <!-- 0606A5 -->
|
||||||
<vendor name='Intel'/>
|
<vendor name='Intel'/>
|
||||||
<feature name='3dnowprefetch'/>
|
<feature name='3dnowprefetch'/>
|
||||||
<feature name='abm'/>
|
<feature name='abm'/>
|
||||||
|
Loading…
Reference in New Issue
Block a user