• D
    spapr: Treat Hardware Transactional Memory (HTM) as an optional capability · ee76a09f
    David Gibson 提交于
    This adds an spapr capability bit for Hardware Transactional Memory.  It is
    enabled by default for pseries-2.11 and earlier machine types. with POWER8
    or later CPUs (as it must be, since earlier qemu versions would implicitly
    allow it).  However it is disabled by default for the latest pseries-2.12
    machine type.
    
    This means that with the latest machine type, HTM will not be available,
    regardless of CPU, unless it is explicitly enabled on the command line.
    That change is made on the basis that:
    
     * This way running with -M pseries,accel=tcg will start with whatever cpu
       and will provide the same guest visible model as with accel=kvm.
         - More specifically, this means existing make check tests don't have
           to be modified to use cap-htm=off in order to run with TCG
    
     * We hope to add a new "HTM without suspend" feature in the not too
       distant future which could work on both POWER8 and POWER9 cpus, and
       could be enabled by default.
    
     * Best guesses suggest that future POWER cpus may well only support the
       HTM-without-suspend model, not the (frankly, horribly overcomplicated)
       POWER8 style HTM with suspend.
    
     * Anecdotal evidence suggests problems with HTM being enabled when it
       wasn't wanted are more common than being missing when it was.
    Signed-off-by: NDavid Gibson <david@gibson.dropbear.id.au>
    Reviewed-by: NGreg Kurz <groug@kaod.org>
    ee76a09f
spapr.c 133.2 KB