plugins: Replace pr_ops with a proper debug dump flag
commitb384c734ecb6d6a4f121d5716f7275e8e350a6fa
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 15 Mar 2024 20:33:49 +0000 (15 10:33 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 30 Apr 2024 23:12:05 +0000 (30 16:12 -0700)
treeab9a7c30e9929c372103ee57894c4ef7ec42d645
parentccd8f17e02d70c4e9e1d7f3b8ee0f80dd58dc979
plugins: Replace pr_ops with a proper debug dump flag

The DEBUG_PLUGIN_GEN_OPS ifdef is replaced with "-d op_plugin".
The second pr_ops call can be obtained with "-d op".

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/plugin-gen.c
include/qemu/log.h
include/tcg/tcg.h
tcg/tcg.c
util/log.c