Re: [PATCH 2/8] plugins: version 2, require unique plugin names

2023-03-09 Thread Alex Bennée
Andrew Fasano writes: > From: Elysia Witham > > In order for the QPP API to resolve interactions between plugins, > plugins must export their own names which cannot match any other > loaded plugins. > > Signed-off-by: Elysia Witham > Signed-off-by: Andrew Fasano > --- > include/qemu/qemu-pl

[PATCH 2/8] plugins: version 2, require unique plugin names

2022-12-13 Thread Andrew Fasano
From: Elysia Witham In order for the QPP API to resolve interactions between plugins, plugins must export their own names which cannot match any other loaded plugins. Signed-off-by: Elysia Witham Signed-off-by: Andrew Fasano --- include/qemu/qemu-plugin.h | 2 +- plugins/core.c |