Re: [PATCH 17/22] plugins: Replace pr_ops with a proper debug dump flag

2024-03-19 Thread Pierrick Bouvier
On 3/16/24 05:57, Richard Henderson wrote: The DEBUG_PLUGIN_GEN_OPS ifdef is replaced with "-d op_plugin". The second pr_ops call can be obtained with "-d op". Signed-off-by: Richard Henderson --- include/qemu/log.h | 1 + include/tcg/tcg.h | 1 + accel/tcg/plugin-gen.c | 68

[PATCH 17/22] plugins: Replace pr_ops with a proper debug dump flag

2024-03-15 Thread Richard Henderson
The DEBUG_PLUGIN_GEN_OPS ifdef is replaced with "-d op_plugin". The second pr_ops call can be obtained with "-d op". Signed-off-by: Richard Henderson --- include/qemu/log.h | 1 + include/tcg/tcg.h | 1 + accel/tcg/plugin-gen.c | 68 -- tcg/tcg.