[PATCH v2 1/4] plugins: add dllexport and dllimport to api funcs

2023-11-02 Thread Greg Manning
In qemu-plugin.h, mark all API functions as __declspec(dllexport) when compiling the executables, and as __declspec(dllimport) when being used to compile plugins against. Signed-off-by: Greg Manning --- include/qemu/qemu-plugin.h | 50 +++--- 1 file changed, 47 in

Re: [PATCH v2 1/4] plugins: add dllexport and dllimport to api funcs

2023-11-02 Thread Alex Bennée
Greg Manning writes: > In qemu-plugin.h, mark all API functions as __declspec(dllexport) when > compiling the executables, and as __declspec(dllimport) when being used > to compile plugins against. > > Signed-off-by: Greg Manning Reviewed-by: Alex Bennée -- Alex Bennée Virtualisation Tech Le