[libvirt] [PATCH] cpu_map: Use and install Icelake model definitions

Jiri Denemark jdenemar at redhat.com
Wed Oct 3 11:04:24 UTC 2018


In commit v4.7.0-168-g993d85ae5e I introduced two Icelake CPU models,
but failed to actually include them in the CPU map index.

Signed-off-by: Jiri Denemark <jdenemar at redhat.com>
---
 src/cpu_map/Makefile.inc.am | 2 ++
 src/cpu_map/index.xml       | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/src/cpu_map/Makefile.inc.am b/src/cpu_map/Makefile.inc.am
index 76bcfbc703..9eeb33e4be 100644
--- a/src/cpu_map/Makefile.inc.am
+++ b/src/cpu_map/Makefile.inc.am
@@ -27,6 +27,8 @@ cpumap_DATA = \
 	cpu_map/x86_Haswell-IBRS.xml \
 	cpu_map/x86_Haswell-noTSX.xml \
 	cpu_map/x86_Haswell-noTSX-IBRS.xml \
+	cpu_map/x86_Icelake-Client.xml \
+	cpu_map/x86_Icelake-Server.xml \
 	cpu_map/x86_IvyBridge.xml \
 	cpu_map/x86_IvyBridge-IBRS.xml \
 	cpu_map/x86_kvm32.xml \
diff --git a/src/cpu_map/index.xml b/src/cpu_map/index.xml
index db82980dd4..dccda3919d 100644
--- a/src/cpu_map/index.xml
+++ b/src/cpu_map/index.xml
@@ -46,6 +46,8 @@
     <include filename="x86_Skylake-Client-IBRS.xml"/>
     <include filename="x86_Skylake-Server.xml"/>
     <include filename="x86_Skylake-Server-IBRS.xml"/>
+    <include filename="x86_Icelake-Client.xml"/>
+    <include filename="x86_Icelake-Server.xml"/>
 
     <!-- AMD CPUs -->
     <include filename="x86_athlon.xml"/>
-- 
2.19.0




More information about the libvir-list mailing list