From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45576) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aob6R-000052-8Z for qemu-devel@nongnu.org; Fri, 08 Apr 2016 14:25:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aob6N-0006Ki-W0 for qemu-devel@nongnu.org; Fri, 08 Apr 2016 14:25:55 -0400 Received: from mail-qk0-x241.google.com ([2607:f8b0:400d:c09::241]:34182) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aob6N-0006Ke-Rc for qemu-devel@nongnu.org; Fri, 08 Apr 2016 14:25:51 -0400 Received: by mail-qk0-x241.google.com with SMTP id z64so5395063qkb.1 for ; Fri, 08 Apr 2016 11:25:51 -0700 (PDT) Sender: Richard Henderson References: <1460050358-25025-1-git-send-email-cota@braap.org> <1460050358-25025-2-git-send-email-cota@braap.org> From: Richard Henderson Message-ID: <5707F7AB.1020007@twiddle.net> Date: Fri, 8 Apr 2016 11:25:47 -0700 MIME-Version: 1.0 In-Reply-To: <1460050358-25025-2-git-send-email-cota@braap.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 01/13] translate-all: add missing fold of tb_ctx into tcg_ctx List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Emilio G. Cota" , QEMU Developers , MTTCG Devel Cc: =?UTF-8?Q?Alex_Benn=c3=a9e?= , Paolo Bonzini , Peter Crosthwaite , Peter Maydell , Sergey Fedorov On 04/07/2016 10:32 AM, Emilio G. Cota wrote: > Since 5e5f07e08 "TCG: Move translation block variables > to new context inside tcg_ctx: tb_ctx" on Feb 1 2013, compilation > of usermode + TB_DEBUG_CHECK has been broken. Fix it. > > Signed-off-by: Emilio G. Cota > --- > translate-all.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Reviewed-by: Richard Henderson r~