Re: [PATCH v2 08/12] plugins: add time control API

2024-06-27 Thread Alwalid Salama
Reviewed-by: Alwalid Salama On 6/20/2024 5:22 PM, Alex Bennée wrote: Expose the ability to control time through the plugin API. Only one plugin can control time so it has to request control when loaded. There are probably more corner cases to catch here. Signed-off-by: Pierrick Bouvier [AJB:

[PATCH v2 08/12] plugins: add time control API

2024-06-20 Thread Alex Bennée
Expose the ability to control time through the plugin API. Only one plugin can control time so it has to request control when loaded. There are probably more corner cases to catch here. Signed-off-by: Pierrick Bouvier [AJB: tweaked user-mode handling, merged QEMU_PLUGIN_API fix] Signed-off-by: Al