Re: [PATCH 03/22] tcg: Pass function pointer to tcg_gen_call*

2024-03-18 Thread Alex Bennée
Richard Henderson 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 Reviewed-by: Alex Bennée -- Alex Bennée Virtualisation Tech Lead @ Linaro

[PATCH 03/22] tcg: Pass function pointer to tcg_gen_call*

2024-03-15 Thread Richard Henderson
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 --- include/tcg/tcg.h | 21 +--- include/exec/helper-gen.h.inc | 24 --- t