Re: [PATCH v2 09/10] accel/tcg: Inline dump_opcount_info() and remove it

2022-05-22 Thread Philippe Mathieu-Daudé via
On 20/5/22 20:01, Bernhard Beschow wrote: dump_opcount_info() is a one-line wrapper around tcg_dump_op_count() which is also exported. So use the latter directly. Signed-off-by: Bernhard Beschow --- accel/tcg/cpu-exec.c | 2 +- accel/tcg/translate-all.c | 5 -

Re: [PATCH v2 09/10] accel/tcg: Inline dump_opcount_info() and remove it

2022-05-20 Thread Bernhard Beschow
Am 20. Mai 2022 18:01:08 UTC schrieb Bernhard Beschow : >dump_opcount_info() is a one-line wrapper around tcg_dump_op_count() >which is also exported. So use the latter directly. > >Signed-off-by: Bernhard Beschow >--- > accel/tcg/cpu-exec.c | 2 +- > accel/tcg/translate-all.c | 5 - >

[PATCH v2 09/10] accel/tcg: Inline dump_opcount_info() and remove it

2022-05-20 Thread Bernhard Beschow
dump_opcount_info() is a one-line wrapper around tcg_dump_op_count() which is also exported. So use the latter directly. Signed-off-by: Bernhard Beschow --- accel/tcg/cpu-exec.c | 2 +- accel/tcg/translate-all.c | 5 - include/exec/cpu-all.h| 1 - 3 files changed, 1 insertion(+), 7