qemu-arm
[Top][All Lists]
Advanced

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

Re: [PATCH 1/4] tcg: Add tcg_out_tb_start backend hook


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 1/4] tcg: Add tcg_out_tb_start backend hook
Date: Wed, 16 Aug 2023 23:38:15 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.14.0

On 16/8/23 16:25, Richard Henderson wrote:
This hook may emit code at the beginning of the TB.

Suggested-by: Jordan Niethe <jniethe5@gmail.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  tcg/tcg.c                        | 3 +++
  tcg/aarch64/tcg-target.c.inc     | 5 +++++
  tcg/arm/tcg-target.c.inc         | 5 +++++
  tcg/i386/tcg-target.c.inc        | 5 +++++
  tcg/loongarch64/tcg-target.c.inc | 5 +++++
  tcg/mips/tcg-target.c.inc        | 5 +++++
  tcg/ppc/tcg-target.c.inc         | 5 +++++
  tcg/riscv/tcg-target.c.inc       | 5 +++++
  tcg/s390x/tcg-target.c.inc       | 5 +++++
  tcg/sparc64/tcg-target.c.inc     | 5 +++++
  tcg/tci/tcg-target.c.inc         | 5 +++++
  11 files changed, 53 insertions(+)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

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