Re: [PATCH v2] plugins: fix qemu_plugin_reset

2024-10-21 Thread Pierrick Bouvier
On 10/21/24 03:22, Alex Bennée wrote: Pierrick Bouvier writes: 34e5e1 refactored the plugin context initialization. After this change, tcg_ctx->plugin_insn is not reset inconditionnally anymore, but only if one plugin at least is active. When uninstalling the last plugin active, we stopped re

Re: [PATCH v2] plugins: fix qemu_plugin_reset

2024-10-21 Thread Alex Bennée
Pierrick Bouvier writes: > 34e5e1 refactored the plugin context initialization. After this change, > tcg_ctx->plugin_insn is not reset inconditionnally anymore, but only if > one plugin at least is active. > > When uninstalling the last plugin active, we stopped reinitializing > tcg_ctx->plugin_i

Re: [PATCH v2] plugins: fix qemu_plugin_reset

2024-10-15 Thread Robbin Ehn
On Tue, Oct 15, 2024 at 2:38 AM Pierrick Bouvier wrote: > > 34e5e1 refactored the plugin context initialization. After this change, > tcg_ctx->plugin_insn is not reset inconditionnally anymore, but only if > one plugin at least is active. > > When uninstalling the last plugin active, we stopped re