mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
cpu_map: Add more signatures for Skylake-Client CPU models
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
<cpus>
|
||||
<model name='Skylake-Client-IBRS'>
|
||||
<signature family='6' model='94'/> <!-- 0506e0 -->
|
||||
<signature family='6' model='78'/> <!-- 0406e0 -->
|
||||
<!-- These are Kaby Lake and Coffee Lake successors to Skylake,
|
||||
but we don't have specific models for them. -->
|
||||
<signature family='6' model='142'/> <!-- 0806e0 -->
|
||||
<signature family='6' model='158'/> <!-- 0906e0 -->
|
||||
<vendor name='Intel'/>
|
||||
<feature name='3dnowprefetch'/>
|
||||
<feature name='abm'/>
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
<cpus>
|
||||
<model name='Skylake-Client'>
|
||||
<signature family='6' model='94'/> <!-- 0506e0 -->
|
||||
<signature family='6' model='78'/> <!-- 0406e0 -->
|
||||
<!-- These are Kaby Lake and Coffee Lake successors to Skylake,
|
||||
but we don't have specific models for them. -->
|
||||
<signature family='6' model='142'/> <!-- 0806e0 -->
|
||||
<signature family='6' model='158'/> <!-- 0906e0 -->
|
||||
<vendor name='Intel'/>
|
||||
<feature name='3dnowprefetch'/>
|
||||
<feature name='abm'/>
|
||||
|
||||
Reference in New Issue
Block a user