mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
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>
This commit is contained in:
parent
ccd8f17e02
commit
b384c734ec
5 changed files with 45 additions and 57 deletions
|
@ -466,6 +466,10 @@ const QEMULogItem qemu_log_items[] = {
|
|||
"show micro ops after optimization" },
|
||||
{ CPU_LOG_TB_OP_IND, "op_ind",
|
||||
"show micro ops before indirect lowering" },
|
||||
#ifdef CONFIG_PLUGIN
|
||||
{ LOG_TB_OP_PLUGIN, "op_plugin",
|
||||
"show micro ops before plugin injection" },
|
||||
#endif
|
||||
{ CPU_LOG_INT, "int",
|
||||
"show interrupts/exceptions in short format" },
|
||||
{ CPU_LOG_EXEC, "exec",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue