From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkxFC-0005wi-1P for qemu-devel@nongnu.org; Fri, 16 Sep 2016 13:48:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bkxFA-0007Ov-5n for qemu-devel@nongnu.org; Fri, 16 Sep 2016 13:48:09 -0400 Received: from mail-pa0-f67.google.com ([209.85.220.67]:33137) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkxFA-0007Of-0S for qemu-devel@nongnu.org; Fri, 16 Sep 2016 13:48:08 -0400 Received: by mail-pa0-f67.google.com with SMTP id oz2so3709226pac.0 for ; Fri, 16 Sep 2016 10:48:07 -0700 (PDT) Received: from anchor.twiddle.net (174-24-157-40.tukw.qwest.net. [174.24.157.40]) by smtp.gmail.com with ESMTPSA id e71sm27910078pfc.75.2016.09.16.10.47.06 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 16 Sep 2016 10:47:06 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Fri, 16 Sep 2016 10:46:29 -0700 Message-Id: <1474048017-26696-8-git-send-email-rth@twiddle.net> In-Reply-To: <1474048017-26696-1-git-send-email-rth@twiddle.net> References: <1474048017-26696-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PATCH v4 07/35] HACK: Always enable parallel_cpus List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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 70f3959..c860cfc 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; /* translation block context */ #ifdef CONFIG_USER_ONLY -- 2.5.5