Re: [Qemu-devel] [PATCH v2 0/3] Enable MTTCG on PPC64

2017-04-09 Thread Richard Henderson
On 04/07/2017 11:51 PM, David Gibson wrote: On Fri, Apr 07, 2017 at 11:37:49AM +0530, Nikunj A Dadhania wrote: The series enables Multi-Threaded TCG on PPC64 Patch 01: Use atomic_cmpxchg in store conditional 02: Handle first write to page during atomic operation 03: Generate memory

Re: [Qemu-devel] [PATCH v2 0/3] Enable MTTCG on PPC64

2017-04-09 Thread David Gibson
On Fri, Apr 07, 2017 at 11:37:49AM +0530, Nikunj A Dadhania wrote: > The series enables Multi-Threaded TCG on PPC64 > > Patch 01: Use atomic_cmpxchg in store conditional > 02: Handle first write to page during atomic operation > 03: Generate memory barriers for sync/isync and load/stor

[Qemu-devel] [PATCH v2 0/3] Enable MTTCG on PPC64

2017-04-06 Thread Nikunj A Dadhania
The series enables Multi-Threaded TCG on PPC64 Patch 01: Use atomic_cmpxchg in store conditional 02: Handle first write to page during atomic operation 03: Generate memory barriers for sync/isync and load/store conditional Patches are based on ppc-for-2.10 Changelog: v1: * Rewrote st