Re: [PATCH v4 19/27] accel/tcg/plugin: Use copy_op in append_{udata,mem}_cb

2022-12-19 Thread Alex Bennée
Richard Henderson writes: > Better to re-use the existing function for copying ops. > > Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: Richard Henderson Acked-by: Alex Bennée -- Alex Bennée Virtualisation Tech Lead @ Linaro

[PATCH v4 19/27] accel/tcg/plugin: Use copy_op in append_{udata, mem}_cb

2022-12-13 Thread Richard Henderson
Better to re-use the existing function for copying ops. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- Cc: Alex Bennée --- accel/tcg/plugin-gen.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/accel/tcg/plugin-gen.c b/accel/tcg/pl