Re: [PATCH 16/22] plugins: Introduce PLUGIN_CB_MEM_REGULAR

2024-03-19 Thread Pierrick Bouvier
On 3/16/24 05:57, Richard Henderson wrote: Use different enumerators for vcpu_udata and vcpu_mem callbacks. Signed-off-by: Richard Henderson --- include/qemu/plugin.h | 1 + accel/tcg/plugin-gen.c | 2 +- plugins/core.c | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-)

[PATCH 16/22] plugins: Introduce PLUGIN_CB_MEM_REGULAR

2024-03-15 Thread Richard Henderson
Use different enumerators for vcpu_udata and vcpu_mem callbacks. Signed-off-by: Richard Henderson --- include/qemu/plugin.h | 1 + accel/tcg/plugin-gen.c | 2 +- plugins/core.c | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/include/qemu/plugin.h