Re: [PATCH v2 00/14] TCG Plugin inline operation enhancement

2024-01-26 Thread Pierrick Bouvier
A polite ping to request review on this series, especially for scoreboard [02/14] which is the main addition compared to v1. On 1/18/24 07:23, Pierrick Bouvier wrote: This series adds a new thread-safe API to declare inline operation inside plugins. As well, it removes the existing non thread-s

[PATCH v2 00/14] TCG Plugin inline operation enhancement

2024-01-17 Thread Pierrick Bouvier
This series adds a new thread-safe API to declare inline operation inside plugins. As well, it removes the existing non thread-safe API, and migrates all existing plugins to use it. Tested on Linux (user, system) for i386, x86_64 and aarch64. To give some context, this a long term series of work