Re: [PATCH v2 11/14] plugins: remove non per_vcpu inline operation from API

2024-01-29 Thread Pierrick Bouvier
On 1/26/24 20:26, Alex Bennée wrote: Pierrick Bouvier writes: Now we have a thread-safe equivalent of inline operation, and that all plugins were changed to use it, there is no point to keep the old API. In more, it will help when we implement more functionality (conditional callbacks), as we

Re: [PATCH v2 11/14] plugins: remove non per_vcpu inline operation from API

2024-01-26 Thread Alex Bennée
Pierrick Bouvier writes: > Now we have a thread-safe equivalent of inline operation, and that all > plugins were changed to use it, there is no point to keep the old API. > > In more, it will help when we implement more functionality (conditional > callbacks), as we can assume that we operate on

[PATCH v2 11/14] plugins: remove non per_vcpu inline operation from API

2024-01-17 Thread Pierrick Bouvier
Now we have a thread-safe equivalent of inline operation, and that all plugins were changed to use it, there is no point to keep the old API. In more, it will help when we implement more functionality (conditional callbacks), as we can assume that we operate on a scoreboard. Bump API version as i