Re: [PATCH 5/8] plugins: implement QPP callbacks

2023-03-09 Thread Alex Bennée
Andrew Fasano writes: > From: Elysia Witham > > Plugins are able to use API functions which are explained in > to create and run their own callbacks and register > functions on another plugin's callbacks. > > Signed-off-by: Elysia Witham > Signed-off-by: Andrew Fasano > --- > include/qemu/

[PATCH 5/8] plugins: implement QPP callbacks

2022-12-13 Thread Andrew Fasano
From: Elysia Witham Plugins are able to use API functions which are explained in to create and run their own callbacks and register functions on another plugin's callbacks. Signed-off-by: Elysia Witham Signed-off-by: Andrew Fasano --- include/qemu/qemu-plugin.h | 46 +++ plugi