Re: [PATCH v4 18/27] accel/tcg/plugin: Avoid duplicate copy in copy_call

2022-12-19 Thread Alex Bennée
Richard Henderson writes: > We copied all of the arguments in copy_op_nocheck. > We only need to replace the one argument that we change. > > Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: Richard Henderson Acked-by: Alex Bennée -- Alex Bennée Virtualisation Tech Lead @ Linaro

[PATCH v4 18/27] accel/tcg/plugin: Avoid duplicate copy in copy_call

2022-12-13 Thread Richard Henderson
We copied all of the arguments in copy_op_nocheck. We only need to replace the one argument that we change. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- Cc: Alex Bennée --- accel/tcg/plugin-gen.c | 2 -- 1 file changed, 2 deletions(-) diff --git