Re: [Qemu-devel] [PATCH for 2.10] tcg: enable MTTCG by default for PPC64 on x86

2017-04-11 Thread David Gibson
On Mon, Apr 10, 2017 at 01:42:17PM +0530, Nikunj A Dadhania wrote: > This enables the multi-threaded system emulation by default for PPC64 > guests using the x86_64 TCG back-end. > > Signed-off-by: Nikunj A Dadhania > --- > > Depends on following patch which fixes the define name: > > https://p

Re: [Qemu-devel] [PATCH for 2.10] tcg: enable MTTCG by default for PPC64 on x86

2017-04-10 Thread Alex Bennée
Nikunj A Dadhania writes: > This enables the multi-threaded system emulation by default for PPC64 > guests using the x86_64 TCG back-end. Technically this enables it for all backends that can meet the guests default memory model requirements. So far only the x86 backend defines one as: #defi

[Qemu-devel] [PATCH for 2.10] tcg: enable MTTCG by default for PPC64 on x86

2017-04-10 Thread Nikunj A Dadhania
This enables the multi-threaded system emulation by default for PPC64 guests using the x86_64 TCG back-end. Signed-off-by: Nikunj A Dadhania --- Depends on following patch which fixes the define name: https://patchwork.ozlabs.org/patch/748840/ --- configure| 2 ++ target/ppc/cpu.h | 2