From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39460) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bh8yI-000629-W4 for qemu-devel@nongnu.org; Tue, 06 Sep 2016 01:30:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bh8yF-0001ef-Ot for qemu-devel@nongnu.org; Tue, 06 Sep 2016 01:30:58 -0400 Message-ID: <1473139843.8689.1.camel@kernel.crashing.org> From: Benjamin Herrenschmidt Date: Tue, 06 Sep 2016 15:30:43 +1000 In-Reply-To: <8760q9ljd7.fsf@abhimanyu.i-did-not-set--mail-host-address--so-tickle-me> References: <1472797976-24210-1-git-send-email-nikunj@linux.vnet.ibm.com> <1472797976-24210-5-git-send-email-nikunj@linux.vnet.ibm.com> <1472800972.9620.8.camel@kernel.crashing.org> <87y43akb51.fsf@abhimanyu.i-did-not-set--mail-host-address--so-tickle-me> <87wpirbnwn.fsf@linaro.org> <1473034203.2313.38.camel@kernel.crashing.org> <878tv5lrkl.fsf@abhimanyu.i-did-not-set--mail-host-address--so-tickle-me> <1473131107.2313.53.camel@kernel.crashing.org> <8760q9ljd7.fsf@abhimanyu.i-did-not-set--mail-host-address--so-tickle-me> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH RFC 4/4] target-ppc: flush tlb from all the cpu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nikunj A Dadhania , Alex =?ISO-8859-1?Q?Benn=E9e?= Cc: qemu-ppc@nongnu.org, david@gibson.dropbear.id.au, rth@twiddle.net, qemu-devel@nongnu.org On Tue, 2016-09-06 at 10:23 +0530, Nikunj A Dadhania wrote: > > > > No there isn't. You can start qemu with --smp 4 and have 4 CPUs. > > That case was prevented to even start in case of TCG. That is why I had > to add "target-ppc: with MTTCG report more threads" No, it works, you are confusing cores and threads ... you always could start TCG with multiple cores. Try the powernv or the mac model... Cheers, Ben.