[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 2/4] plugins: make test/example plugins work on windows
From: |
Alex Bennée |
Subject: |
Re: [PATCH v2 2/4] plugins: make test/example plugins work on windows |
Date: |
Thu, 02 Nov 2023 18:11:42 +0000 |
User-agent: |
mu4e 1.11.23; emacs 29.1 |
Greg Manning <gmanning@rapitasystems.com> writes:
> Generate a qemu_plugin_api.lib delay import lib on windows, for
> windows qemu plugins to link against.
>
> Implement an example dll load fail hook to link up the API functions
> correctly when a plugin is loaded on windows.
>
> Update the build scripts for the test and example plugins to use these
> things.
>
> Signed-off-by: Greg Manning <gmanning@rapitasystems.com>
Acked-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
- [PATCH v2 2/4] plugins: make test/example plugins work on windows, Greg Manning, 2023/11/02
- Re: [PATCH v2 2/4] plugins: make test/example plugins work on windows,
Alex Bennée <=
- [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