spapr: Don't accidentally advertise HTM support on POWER9
commit9bf502fe127f04e393cacae9f2666e0c98c6df4f
authorDavid Gibson <david@gibson.dropbear.id.au>
Tue, 9 May 2017 05:03:12 +0000 (9 15:03 +1000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 10 May 2017 23:45:15 +0000 (11 09:45 +1000)
tree467d9ccc75073e4fb10936dac0b084ecf0b0659a
parent5c6b487d673f1f5e5a30f6168bad3bc5cef40180
spapr: Don't accidentally advertise HTM support on POWER9

Logic in spapr_populate_pa_features() enables the bit advertising
Hardware Transactional Memory (HTM) in the guest's device tree only when
KVM advertises its availability with the KVM_CAP_PPC_HTM feature.

However, this assumes that the HTM bit is off in the base template used for
the device tree value.  That is true for POWER8, but not for POWER9.

It looks like that was accidentally changed in 9fb4541 "spapr: Enable ISA
3.0 MMU mode selection via CAS".

Fixes: 9fb4541f5803f8d2ba116b12113386e26482ba30

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Thomas Huth <thuth@redhat.com>
hw/ppc/spapr.c