[libvirt PATCH 06/19] cpu_map: Add versioned Intel Westmere CPUs

Jonathon Jongsma posted 19 patches 2 years, 1 month ago
There is a newer version of this series
[libvirt PATCH 06/19] cpu_map: Add versioned Intel Westmere CPUs
Posted by Jonathon Jongsma 2 years, 1 month ago
Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
---
 src/cpu_map/x86_Westmere-IBRS.xml | 1 +
 src/cpu_map/x86_Westmere.xml      | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/cpu_map/x86_Westmere-IBRS.xml b/src/cpu_map/x86_Westmere-IBRS.xml
index c7898f0c22..46460b5a7d 100644
--- a/src/cpu_map/x86_Westmere-IBRS.xml
+++ b/src/cpu_map/x86_Westmere-IBRS.xml
@@ -1,5 +1,6 @@
 <cpus>
   <model name='Westmere-IBRS'>
+    <alias name='Westmere-v2'/>
     <decode host='on' guest='on'/>
     <signature family='6' model='44'/> <!-- 0206c0 -->
     <vendor name='Intel'/>
diff --git a/src/cpu_map/x86_Westmere.xml b/src/cpu_map/x86_Westmere.xml
index 16e4ad6c30..3e9dc0f73c 100644
--- a/src/cpu_map/x86_Westmere.xml
+++ b/src/cpu_map/x86_Westmere.xml
@@ -1,5 +1,6 @@
 <cpus>
   <model name='Westmere'>
+    <alias name='Westmere-v1'/>
     <decode host='on' guest='on'/>
     <signature family='6' model='44'/> <!-- 0206c0 -->
     <signature family='6' model='47'/> <!-- 0206f0 -->
-- 
2.41.0
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org