• J
    cpu: Add Broadwell-noTSX-IBRS CPU model · 49bffcb3
    Jiri Denemark 提交于
    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: NJiri Denemark <jdenemar@redhat.com>
    Reviewed-by: NPavel Hrdina <phrdina@redhat.com>
    49bffcb3
cpu_map.xml 58.9 KB