Re: [PATCH 16/17] plugins: Remove an extra parameter

2023-10-28 Thread Richard Henderson
On 10/28/23 03:33, Alex Bennée wrote: From: Akihiko Odaki copy_call() has an unused parameter so remove it. Signed-off-by: Akihiko Odaki Message-Id: <20231019101030.128431-7-akihiko.od...@daynix.com> Reviewed-by: Richard Henderson r~

[PATCH 16/17] plugins: Remove an extra parameter

2023-10-28 Thread Alex Bennée
From: Akihiko Odaki copy_call() has an unused parameter so remove it. Signed-off-by: Akihiko Odaki Message-Id: <20231019101030.128431-7-akihiko.od...@daynix.com> --- accel/tcg/plugin-gen.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/accel/tcg/plugin-gen.c b/acc