Re: [PATCH v4 2/9] plugins: Add register write API

2025-05-29 Thread Pierrick Bouvier
On 5/22/25 7:03 PM, Rowan Hart wrote: From: novafacing This patch adds a function to the plugins API to allow plugins to write register contents. It also moves the qemu_plugin_read_register function so all the register-related functions are grouped together in the file. Signed-off-by: novafaci

[PATCH v4 2/9] plugins: Add register write API

2025-05-22 Thread Rowan Hart
From: novafacing This patch adds a function to the plugins API to allow plugins to write register contents. It also moves the qemu_plugin_read_register function so all the register-related functions are grouped together in the file. Signed-off-by: novafacing Signed-off-by: Rowan Hart --- incl