[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/4] Enable plugin support for windows
From: |
Greg Manning |
Subject: |
[PATCH v2 0/4] Enable plugin support for windows |
Date: |
Thu, 2 Nov 2023 17:19:43 +0000 |
V1-2:
* Break up commit into separate commits
* tidy up contrib/plugins/Makefile so the "if windows" and "if macos"
conditions are symmetric.
Greg Manning (4):
plugins: add dllexport and dllimport to api funcs
plugins: make test/example plugins work on windows
plugins: disable lockstep plugin on windows
plugins: allow plugins to be enabled on windows
configure | 9 ++----
contrib/plugins/Makefile | 26 +++++++++++++++---
contrib/plugins/win32_linker.c | 34 +++++++++++++++++++++++
include/qemu/qemu-plugin.h | 50 ++++++++++++++++++++++++++++++++--
meson.build | 5 ++++
plugins/meson.build | 17 ++++++++++++
tests/plugin/meson.build | 14 ++++++++--
7 files changed, 139 insertions(+), 16 deletions(-)
create mode 100644 contrib/plugins/win32_linker.c
--
2.42.0
- [PATCH v2 0/4] Enable plugin support for windows,
Greg Manning <=
- [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
- [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