Re: [PATCH v2 0/7] plugin: fix clearing of plugin_mem_cbs on TB exit

2023-03-20 Thread Alex Bennée
Emilio Cota writes: > On Fri, Mar 10, 2023 at 11:52:45 -0800, Richard Henderson wrote: >> Changes for v2: > (snip) >> Richard Henderson (7): >> tcg: Clear plugin_mem_cbs on TB exit >> tcg: Drop plugin_gen_disable_mem_helpers from tcg_gen_exit_tb >> include/qemu/plugin: Remove QEMU_PLUGIN_

Re: [PATCH v2 0/7] plugin: fix clearing of plugin_mem_cbs on TB exit

2023-03-19 Thread Emilio Cota
On Fri, Mar 10, 2023 at 11:52:45 -0800, Richard Henderson wrote: > Changes for v2: (snip) > Richard Henderson (7): > tcg: Clear plugin_mem_cbs on TB exit > tcg: Drop plugin_gen_disable_mem_helpers from tcg_gen_exit_tb > include/qemu/plugin: Remove QEMU_PLUGIN_ASSERT > *: Add missing include

Re: [PATCH v2 0/7] plugin: fix clearing of plugin_mem_cbs on TB exit

2023-03-13 Thread Alex Bennée
Richard Henderson writes: > Changes for v2: > * Use plugin_gen_disable_mem_helpers, > * Remove plugin_gen_disable_mem_helpers from tcg_gen_exit_tb. > * Break include loop with hw/core/cpu.h and qemu/plugins.h. > * Inline plugin_gen_disable_mem_helpers. Queued to for-8.0/tweaks-and-fixe

[PATCH v2 0/7] plugin: fix clearing of plugin_mem_cbs on TB exit

2023-03-10 Thread Richard Henderson
Changes for v2: * Use plugin_gen_disable_mem_helpers, * Remove plugin_gen_disable_mem_helpers from tcg_gen_exit_tb. * Break include loop with hw/core/cpu.h and qemu/plugins.h. * Inline plugin_gen_disable_mem_helpers. r~ Richard Henderson (7): tcg: Clear plugin_mem_cbs on TB exit tcg