Re: [PATCH 3/3] plugins: Iterate on cb_lists in qemu_plugin_user_exit

2023-01-20 Thread Alex Bennée
Richard Henderson writes: > Rather than iterate over all plugins for all events, > iterate over plugins that have registered a given event. > > Signed-off-by: Richard Henderson Queued to plugins/next, thanks. -- Alex Bennée Virtualisation Tech Lead @ Linaro

[PATCH 3/3] plugins: Iterate on cb_lists in qemu_plugin_user_exit

2023-01-16 Thread Richard Henderson
Rather than iterate over all plugins for all events, iterate over plugins that have registered a given event. Signed-off-by: Richard Henderson --- plugins/core.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/plugins/core.c b/plugins/core.c index 35aca0266d..f22f8edc7