• J
    cpu: Add Westmere-IBRS CPU model · 2e3b220a
    Jiri Denemark 提交于
    This is a variant of Westmere with indirect branch prediction
    protection. The only difference between Westmere and Westmere-IBRS is
    the added "spec-ctrl" feature.
    
    The Westmere-IBRS model in QEMU is a bit different since Westmere got
    several additional features since we added it in cpu_map.xml:
        arat, pclmuldq, vme
    
    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>
    2e3b220a
cpu_map.xml 51.4 KB