Searched hist:bac3bf287ab60e264b636f5f00c116a19b655762 (Results 1 – 1 of 1) sorted by relevance
/qemu/hw/ppc/ |
H A D | spapr.c | bac3bf287ab60e264b636f5f00c116a19b655762 Wed Sep 28 11:16:30 UTC 2016 Thomas Huth <thuth@redhat.com> ppc: Check the availability of transactional memory
KVM-PR currently does not support transactional memory, and the implementation in TCG is just a fake. We should not announce TM support in the ibm,pa-features property when running on such a system, so disable it by default and only enable it if the KVM implementation supports it (i.e. recent versions of KVM-HV). These changes are based on some earlier work from Anton Blanchard (thanks!).
Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
|