Re: [PATCH 6/8] plugins: implement QPP import function

2023-03-09 Thread Alex Bennée
Andrew Fasano writes: > From: Elysia Witham > > Plugins can export functions or import functions from other > plugins using their name and the function name. This is also > described in . > > Signed-off-by: Elysia Witham > Signed-off-by: Andrew Fasano > --- > include/qemu/qemu-plugin.h |

[PATCH 6/8] plugins: implement QPP import function

2022-12-13 Thread Andrew Fasano
From: Elysia Witham Plugins can export functions or import functions from other plugins using their name and the function name. This is also described in . Signed-off-by: Elysia Witham Signed-off-by: Andrew Fasano --- include/qemu/qemu-plugin.h | 10 ++ plugins/api.c