]> git.proxmox.com Git - mirror_qemu.git/commit
plugins: Iterate on cb_lists in qemu_plugin_user_exit
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 24 Jan 2023 18:01:27 +0000 (18:01 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 2 Feb 2023 11:48:20 +0000 (11:48 +0000)
commitf45549233f67e5fd3038d2c886ef7de876c8ff01
tree78cbca16fd59b45e3224c4ec57445716a11b1ab5
parent882f5b1b4418cfa8f65ff2be52286247db40d152
plugins: Iterate on cb_lists in qemu_plugin_user_exit

Rather than iterate over all plugins for all events,
iterate over plugins that have registered a given event.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230117035701.168514-4-richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20230124180127.1881110-36-alex.bennee@linaro.org>
plugins/core.c