From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fzpj6-0003wn-DE for qemu-devel@nongnu.org; Tue, 11 Sep 2018 16:57:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fzpj3-0006sM-Fj for qemu-devel@nongnu.org; Tue, 11 Sep 2018 16:57:34 -0400 Received: from mail-pl1-x644.google.com ([2607:f8b0:4864:20::644]:43322) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fzpit-0006lB-6z for qemu-devel@nongnu.org; Tue, 11 Sep 2018 16:57:27 -0400 Received: by mail-pl1-x644.google.com with SMTP id f66-v6so3724665plb.10 for ; Tue, 11 Sep 2018 13:57:20 -0700 (PDT) Sender: Richard Henderson References: <20180911202823.21657-1-cota@braap.org> <20180911202823.21657-12-cota@braap.org> From: Richard Henderson Message-ID: <2a376a61-9917-dd8c-bf72-2c9149268c93@twiddle.net> Date: Tue, 11 Sep 2018 13:57:17 -0700 MIME-Version: 1.0 In-Reply-To: <20180911202823.21657-12-cota@braap.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 11/13] target/i386: move cpu_tmp1_i64 to DisasContext List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Emilio G. Cota" , qemu-devel@nongnu.org Cc: Paolo Bonzini , Peter Crosthwaite , Eduardo Habkost , =?UTF-8?Q?Alex_Benn=c3=a9e?= On 09/11/2018 01:28 PM, Emilio G. Cota wrote: > Signed-off-by: Emilio G. Cota > --- > target/i386/translate.c | 160 ++++++++++++++++++++-------------------- > 1 file changed, 80 insertions(+), 80 deletions(-) Reviewed-by: Richard Henderson r~