qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH for-6.2 39/43] tcg: Move helper_*_mmu decls to tcg/tcg-ldst.h


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH for-6.2 39/43] tcg: Move helper_*_mmu decls to tcg/tcg-ldst.h
Date: Thu, 29 Jul 2021 09:42:51 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 7/29/21 2:46 AM, Richard Henderson wrote:
> These functions have been replaced by cpu_*_mmu as the
> most proper interface to use from target code.
> 
> Hide these declarations from code that should not use them.
> 
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  include/tcg/tcg-ldst.h | 74 ++++++++++++++++++++++++++++++++++++++++++
>  include/tcg/tcg.h      | 71 ----------------------------------------
>  accel/tcg/cputlb.c     |  1 +
>  tcg/tcg.c              |  1 +
>  tcg/tci.c              |  1 +
>  5 files changed, 77 insertions(+), 71 deletions(-)
>  create mode 100644 include/tcg/tcg-ldst.h

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



reply via email to

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