From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40611) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhurt-00078B-6d for qemu-devel@nongnu.org; Thu, 08 Sep 2016 04:39:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bhuro-0007NX-EN for qemu-devel@nongnu.org; Thu, 08 Sep 2016 04:39:33 -0400 Received: from mail-wm0-x235.google.com ([2a00:1450:400c:c09::235]:35346) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhuro-0007NL-7n for qemu-devel@nongnu.org; Thu, 08 Sep 2016 04:39:28 -0400 Received: by mail-wm0-x235.google.com with SMTP id w12so22071068wmf.0 for ; Thu, 08 Sep 2016 01:39:28 -0700 (PDT) References: <1467392693-22715-1-git-send-email-rth@twiddle.net> <1467392693-22715-9-git-send-email-rth@twiddle.net> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <1467392693-22715-9-git-send-email-rth@twiddle.net> Date: Thu, 08 Sep 2016 09:39:26 +0100 Message-ID: <8737lazsxt.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v2 08/27] HACK: Always enable parallel_cpus List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org, cota@braap.org, pbonzini@redhat.com, peter.maydell@linaro.org, serge.fdrv@gmail.com Richard Henderson writes: > This is really just a placeholder for an actual > command-line switch for mttcg. > --- > translate-all.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/translate-all.c b/translate-all.c > index 99ae7f9..a10fa06 100644 > --- a/translate-all.c > +++ b/translate-all.c > @@ -119,7 +119,7 @@ static void *l1_map[V_L1_SIZE]; > > /* code generation context */ > TCGContext tcg_ctx; > -bool parallel_cpus; > +bool parallel_cpus = 1; I appreciate this is currently a hack but for CONFIG_USER it should always be true anyway. > > /* translation block context */ > #ifdef CONFIG_USER_ONLY -- Alex Bennée