qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v4 41/43] tcg: Remove TCG_TARGET_SUPPORT_MIRROR


From: Joelle van Dyne
Subject: Re: [PATCH v4 41/43] tcg: Remove TCG_TARGET_SUPPORT_MIRROR
Date: Sat, 2 Jan 2021 12:22:35 -0800

On Mon, Dec 14, 2020 at 6:03 AM Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Now that all native tcg hosts support splitwx, remove the define.
> Replace the one use with a test for CONFIG_TCG_INTERPRETER.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  tcg/aarch64/tcg-target.h  |  1 -
>  tcg/arm/tcg-target.h      |  1 -
>  tcg/i386/tcg-target.h     |  1 -
>  tcg/mips/tcg-target.h     |  1 -
>  tcg/ppc/tcg-target.h      |  1 -
>  tcg/riscv/tcg-target.h    |  1 -
>  tcg/s390/tcg-target.h     |  1 -
>  tcg/sparc/tcg-target.h    |  1 -
>  tcg/tci/tcg-target.h      |  1 -
>  accel/tcg/translate-all.c | 16 +++++++++-------
>  10 files changed, 9 insertions(+), 16 deletions(-)

Reviewed-by: Joelle van Dyne <j@getutm.app>



reply via email to

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