plugins: Use emit_before_op for PLUGIN_GEN_FROM_TB
commit21a3f62ff2b40a7a2abbd614b44fe5da461c3fd7
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 14 Mar 2024 20:18:00 +0000 (14 10:18 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 30 Apr 2024 23:12:05 +0000 (30 16:12 -0700)
tree54b2ca05c0473d4726ee7b83a7f982a378dd579e
parenta0948bb78c9bd883d965aac3853e5d61f03e224b
plugins: Use emit_before_op for PLUGIN_GEN_FROM_TB

By having the qemu_plugin_cb_flags be recorded in the TCGHelperInfo,
we no longer need to distinguish PLUGIN_CB_REGULAR from
PLUGIN_CB_REGULAR_R, so place all TB callbacks in the same queue.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/plugin-gen.c
plugins/api.c