Re: [PATCH v2 04/14] plugins: add inline operation per vcpu

2024-01-26 Thread Alex Bennée
Pierrick Bouvier writes: > Extends API with three new functions: > qemu_plugin_register_vcpu_{tb, insn, mem}_exec_inline_per_vcpu(). > > Those functions takes a qemu_plugin_u64_t as input. > > This allows to have a thread-safe and type-safe version of inline > operations. > > Signed-off-by: Pierr

[PATCH v2 04/14] plugins: add inline operation per vcpu

2024-01-17 Thread Pierrick Bouvier
Extends API with three new functions: qemu_plugin_register_vcpu_{tb, insn, mem}_exec_inline_per_vcpu(). Those functions takes a qemu_plugin_u64_t as input. This allows to have a thread-safe and type-safe version of inline operations. Signed-off-by: Pierrick Bouvier --- include/qemu/qemu-plugin