Re: [PATCH 09/10] plugins/api: split out time control helpers

2025-02-25 Thread Richard Henderson
On 2/25/25 03:08, Alex Bennée wrote: These are only usable in system mode where we control the timer. For user-mode make them NOPs. Signed-off-by: Alex Bennée --- plugins/api-system.c | 34 ++ plugins/api-user.c | 17 + plugins/api.c

[PATCH 09/10] plugins/api: split out time control helpers

2025-02-25 Thread Alex Bennée
These are only usable in system mode where we control the timer. For user-mode make them NOPs. Signed-off-by: Alex Bennée --- plugins/api-system.c | 34 ++ plugins/api-user.c | 17 + plugins/api.c| 41 -