plugins: Simplify callback queues
commitdb409c01fde5be31ef34c69aa1d91880975e93c5
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 15 Mar 2024 02:02:19 +0000 (14 16:02 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 30 Apr 2024 23:12:05 +0000 (30 16:12 -0700)
treeaab93e55b0c49dc0441937bfbd35e51ebe5d72be
parent36ab430645c99052d83ef94bbe2640193be047c1
plugins: Simplify callback queues

We have qemu_plugin_dyn_cb.type to differentiate the various
callback types, so we do not need to keep them in separate queues.

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