[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 1/4] plugins: add dllexport and dllimport to api funcs
|
From: |
Alex Bennée |
|
Subject: |
Re: [PATCH v2 1/4] plugins: add dllexport and dllimport to api funcs |
|
Date: |
Thu, 02 Nov 2023 18:10:55 +0000 |
|
User-agent: |
mu4e 1.11.23; emacs 29.1 |
Greg Manning <gmanning@rapitasystems.com> 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 <gmanning@rapitasystems.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
--
Alex Bennée
Virtualisation Tech Lead @ Linaro
- [PATCH v2 0/4] Enable plugin support for windows, Greg Manning, 2023/11/02
- [PATCH v2 1/4] plugins: add dllexport and dllimport to api funcs, Greg Manning, 2023/11/02
- Re: [PATCH v2 1/4] plugins: add dllexport and dllimport to api funcs,
Alex Bennée <=
- [PATCH v2 2/4] plugins: make test/example plugins work on windows, Greg Manning, 2023/11/02
- [PATCH v2 3/4] plugins: disable lockstep plugin on windows, Greg Manning, 2023/11/02
- [PATCH v2 4/4] plugins: allow plugins to be enabled on windows, Greg Manning, 2023/11/02
- Re: [PATCH v2 0/4] Enable plugin support for windows, Alex Bennée, 2023/11/03