Re: [PATCH 15/22] plugins: Simplify callback queues

2024-03-19 Thread Pierrick Bouvier
On 3/16/24 05:57, Richard Henderson wrote: We have qemu_plugin_dyn_cb.type to differentiate the various callback types, so we do not need to keep them in separate queues. Signed-off-by: Richard Henderson --- include/qemu/plugin.h | 35 ++-- accel/tcg/plugin-gen.c | 90 ++

[PATCH 15/22] plugins: Simplify callback queues

2024-03-15 Thread Richard Henderson
We have qemu_plugin_dyn_cb.type to differentiate the various callback types, so we do not need to keep them in separate queues. Signed-off-by: Richard Henderson --- include/qemu/plugin.h | 35 ++-- accel/tcg/plugin-gen.c | 90 ++ plugins/api.c