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

Jiri Denemark posted 1 patch 5 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/5cae1f47c4bf400438e3616b1dbab4941e6c533f.1538564664.git.jdenemar@redhat.com
src/cpu_map/Makefile.inc.am | 2 ++
src/cpu_map/index.xml       | 2 ++
2 files changed, 4 insertions(+)
[libvirt] [PATCH] cpu_map: Use and install Icelake model definitions
Posted by Jiri Denemark 5 years, 6 months ago
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@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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] cpu_map: Use and install Icelake model definitions
Posted by Michal Privoznik 5 years, 6 months ago
On 10/03/2018 01:04 PM, Jiri Denemark wrote:
> 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@redhat.com>
> ---
>  src/cpu_map/Makefile.inc.am | 2 ++
>  src/cpu_map/index.xml       | 2 ++
>  2 files changed, 4 insertions(+)

ACK

Michal

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list