[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 03/22] tcg: Pass function pointer to tcg_gen_call*
From: |
Alex Bennée |
Subject: |
Re: [PATCH 03/22] tcg: Pass function pointer to tcg_gen_call* |
Date: |
Mon, 18 Mar 2024 10:02:28 +0000 |
User-agent: |
mu4e 1.12.2; emacs 29.2 |
Richard Henderson <richard.henderson@linaro.org> writes:
> For normal helpers, read the function pointer from the
> structure earlier. For plugins, this will allow the
> function pointer to come from elsewhere.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
--
Alex Bennée
Virtualisation Tech Lead @ Linaro
- [PATCH 01/22] tcg: Add TCGContext.emit_before_op, (continued)
- [PATCH 01/22] tcg: Add TCGContext.emit_before_op, Richard Henderson, 2024/03/15
- [PATCH 04/22] plugins: Zero new qemu_plugin_dyn_cb entries, Richard Henderson, 2024/03/15
- [PATCH 02/22] tcg: Make tcg/helper-info.h self-contained, Richard Henderson, 2024/03/15
- [PATCH 03/22] tcg: Pass function pointer to tcg_gen_call*, Richard Henderson, 2024/03/15
- Re: [PATCH 03/22] tcg: Pass function pointer to tcg_gen_call*,
Alex Bennée <=
- [PATCH 06/22] plugins: Create TCGHelperInfo for all out-of-line callbacks, Richard Henderson, 2024/03/15
- [PATCH 05/22] plugins: Move function pointer in qemu_plugin_dyn_cb, Richard Henderson, 2024/03/15
[PATCH 07/22] plugins: Use emit_before_op for PLUGIN_GEN_AFTER_INSN, Richard Henderson, 2024/03/15