Re: [PATCH 04/11] plugins: extract generate ptr for qemu_plugin_u64

2024-05-15 Thread Philippe Mathieu-Daudé
On 14/5/24 19:42, Alex Bennée wrote: From: Pierrick Bouvier Plugin operations can access a scoreboard. This function factorizes code generation for accessing entry associated to a given vcpu. Reviewed-by: Richard Henderson Signed-off-by: Pierrick Bouvier Message-Id: <20240502211522.346467-3-

[PATCH 04/11] plugins: extract generate ptr for qemu_plugin_u64

2024-05-14 Thread Alex Bennée
From: Pierrick Bouvier Plugin operations can access a scoreboard. This function factorizes code generation for accessing entry associated to a given vcpu. Reviewed-by: Richard Henderson Signed-off-by: Pierrick Bouvier Message-Id: <20240502211522.346467-3-pierrick.bouv...@linaro.org> Signed-off