qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 45/48] plugins: Move plugin_insn_append to translator.c


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v3 45/48] plugins: Move plugin_insn_append to translator.c
Date: Fri, 2 Jun 2023 23:00:49 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

On 31/5/23 06:03, Richard Henderson wrote:
This function is only used in translator.c, and uses a
target-specific typedef, abi_ptr.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  include/exec/plugin-gen.h | 22 ----------------------
  accel/tcg/translator.c    | 21 +++++++++++++++++++++
  2 files changed, 21 insertions(+), 22 deletions(-)

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




reply via email to

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