qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v7 1/9] tcg: pass down TranslationBlock to tcg_c


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v7 1/9] tcg: pass down TranslationBlock to tcg_code_gen
Date: Fri, 26 Feb 2016 12:19:26 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

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 <address@hidden>
> 
> ---
> 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  <address@hidden>


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]