Searched hist:"072 f416a53ead5211c987cb2068ee9dbd7ba06cc" (Results 1 – 1 of 1) sorted by relevance
/qemu/target/ppc/ |
H A D | kvm.c | 072f416a53ead5211c987cb2068ee9dbd7ba06cc Tue Jun 12 05:16:29 UTC 2018 Suraj Jitindar Singh <sjitindarsingh@gmail.com> target/ppc: Don't require private l1d cache on POWER8 for cap_ppc_safe_cache
For cap_ppc_safe_cache to be set to workaround, we require both a l1d cache flush instruction and private l1d cache.
On POWER8 don't require private l1d cache. This means a guest on a POWER8 machine can make use of the cache flush workarounds.
Signed-off-by: Suraj Jitindar Singh <sjitindarsingh@gmail.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
|