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

2023-03-03 Thread Alex Bennée
Richard Henderson writes: > Supercedes: <20230222043204.941336-1-c...@braap.org> > ("[PATCH] plugin: fix clearing of plugin_mem_cbs before TB exit") > > Let's handle this as we do can_do_io, and reset the value in C. Queued to plugins/next, thanks. I've manually fixed up the #ifdefs and calle

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

2023-02-28 Thread Richard Henderson
Supercedes: <20230222043204.941336-1-c...@braap.org> ("[PATCH] plugin: fix clearing of plugin_mem_cbs before TB exit") Let's handle this as we do can_do_io, and reset the value in C. r~ Richard Henderson (2): tcg: Clear plugin_mem_cbs on TB exit include/qemu/plugin: Remove QEMU_PLUGIN_ASSE