From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58698) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZOrO-00074W-Jw for qemu-devel@nongnu.org; Fri, 26 Feb 2016 15:19:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZOrL-0002Eh-Dp for qemu-devel@nongnu.org; Fri, 26 Feb 2016 15:19:34 -0500 Received: from mail-qg0-x243.google.com ([2607:f8b0:400d:c04::243]:34181) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZOrL-0002EF-8l for qemu-devel@nongnu.org; Fri, 26 Feb 2016 15:19:31 -0500 Received: by mail-qg0-x243.google.com with SMTP id e61so6318093qgf.1 for ; Fri, 26 Feb 2016 12:19:30 -0800 (PST) Sender: Richard Henderson References: <1456156787-17509-1-git-send-email-alex.bennee@linaro.org> <1456156787-17509-2-git-send-email-alex.bennee@linaro.org> From: Richard Henderson Message-ID: <56D0B34E.6040303@twiddle.net> Date: Fri, 26 Feb 2016 12:19:26 -0800 MIME-Version: 1.0 In-Reply-To: <1456156787-17509-2-git-send-email-alex.bennee@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v7 1/9] tcg: pass down TranslationBlock to tcg_code_gen List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Alex_Benn=c3=a9e?= , qemu-devel@nongnu.org Cc: pbonzini@redhat.com, crosthwaitepeter@gmail.com, dgilbert@redhat.com, aurelien@aurel32.net, Peter Crosthwaite On 02/22/2016 07:59 AM, Alex Bennée wrote: > My later debugging patches need access to the origin PC which is held in > the TranslationBlock structure. Pass down the whole structure as it also > holds the information about the code start point. > > Signed-off-by: Alex Bennée > > --- > v1 > - checkpatch fixes > v5 > - much simplified due to changes since last posting > v6 > - remove needless tweaking of gen_code_buf in tb_gen_code > --- > tcg/tcg.c | 6 +++--- > tcg/tcg.h | 2 +- > translate-all.c | 2 +- > 3 files changed, 5 insertions(+), 5 deletions(-) Reviewed-by: Richard Henderson r~