qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 03/17] accel/tcg: Move tb_lookup to cpu-exec.c


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 03/17] accel/tcg: Move tb_lookup to cpu-exec.c
Date: Thu, 1 Jul 2021 18:34:41 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 7/1/21 5:25 PM, Richard Henderson wrote:
> Now that we've moved helper_lookup_tb_ptr, the only user
> of tb-lookup.h is cpu-exec.c; merge the contents in.
> 
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  accel/tcg/tb-lookup.h | 49 -------------------------------------------
>  accel/tcg/cpu-exec.c  | 31 ++++++++++++++++++++++++++-
>  2 files changed, 30 insertions(+), 50 deletions(-)
>  delete mode 100644 accel/tcg/tb-lookup.h

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>



reply via email to

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