mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 12:35:17 +00:00
cpu_map: Use and install Icelake model definitions
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>
This commit is contained in:
parent
d6b8838dd8
commit
5cae1f47c4
@ -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 \
|
||||
|
@ -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"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user