From: Jiri Denemark Date: Mon, 8 Jan 2018 19:53:25 +0000 (+0100) Subject: cpu: Add Broadwell-noTSX-IBRS CPU model X-Git-Tag: v4.0.0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49bffcb3cc1850d332b9648c686a7be18de9e708;p=thirdparty%2Flibvirt.git cpu: Add Broadwell-noTSX-IBRS CPU model This is a variant of Broadwell-noTSX with indirect branch prediction protection. The only difference between Broadwell-noTSX and Broadwell-noTSX-IBRS is the added "spec-ctrl" feature. The Broadwell-noTSX-IBRS model in QEMU is a bit different since Broadwell-noTSX got several additional features since we added it in cpu_map.xml: abm, arat, f16c, rdrand, vme, xsaveopt Adding them only to the -IBRS variant would confuse our CPU detection code. Signed-off-by: Jiri Denemark Reviewed-by: Pavel Hrdina --- diff --git a/src/cpu/cpu_map.xml b/src/cpu/cpu_map.xml index 3b1d484bd5..fadcb0a0a7 100644 --- a/src/cpu/cpu_map.xml +++ b/src/cpu/cpu_map.xml @@ -1448,6 +1448,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +