From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56949) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dRTT5-0008SG-Ea for qemu-devel@nongnu.org; Sat, 01 Jul 2017 21:14:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dRTT4-0008T9-LC for qemu-devel@nongnu.org; Sat, 01 Jul 2017 21:14:31 -0400 Sender: Richard Henderson References: <149865219962.17063.10630533069463266646.stgit@frigg.lan> <149865631443.17063.7093785957776924619.stgit@frigg.lan> From: Richard Henderson Message-ID: <6892be07-cc3e-485e-0f26-8569b1ca3a1b@twiddle.net> Date: Sat, 1 Jul 2017 18:14:25 -0700 MIME-Version: 1.0 In-Reply-To: <149865631443.17063.7093785957776924619.stgit@frigg.lan> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v11 17/29] target/arm: [tcg] Port to init_globals List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Llu=c3=ads_Vilanova?= , qemu-devel@nongnu.org Cc: Peter Maydell , Peter Crosthwaite , "Emilio G. Cota" , "open list:ARM" , Paolo Bonzini , =?UTF-8?Q?Alex_Benn=c3=a9e?= On 06/28/2017 06:25 AM, Lluís Vilanova wrote: > Incrementally paves the way towards using the generic instruction translation > loop. > > Signed-off-by: Lluís Vilanova > --- > target/arm/translate.c | 21 +++++++++++++-------- > 1 file changed, 13 insertions(+), 8 deletions(-) Reviewed-by: Richard Henderson r~