From: Michal Privoznik Date: Mon, 9 Sep 2024 07:26:28 +0000 (+0200) Subject: cpu_map: Install SierraForest description file X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=2feeefc0b4e3f6b95969abcb0c2a2639cec7e19d;p=libvirt.git cpu_map: Install SierraForest description file In one of recent commits new CPU model was introduced. But corresponding change in meson.build is missing which results in the XML file not being installed. Fixes: 3afbb1644c4f9d5237459bd544d0f511ff99eb80 Signed-off-by: Michal Privoznik --- diff --git a/src/cpu_map/meson.build b/src/cpu_map/meson.build index 89b1317558..20f5dbc47e 100644 --- a/src/cpu_map/meson.build +++ b/src/cpu_map/meson.build @@ -75,6 +75,7 @@ cpumap_data = [ 'x86_SandyBridge-IBRS.xml', 'x86_SandyBridge.xml', 'x86_SapphireRapids.xml', + 'x86_SierraForest.xml', 'x86_Skylake-Client-IBRS.xml', 'x86_Skylake-Client-noTSX-IBRS.xml', 'x86_Skylake-Client.xml',