All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Enable plugin support for windows
@ 2023-11-02 17:19 Greg Manning
  2023-11-02 17:19 ` [PATCH v2 1/4] plugins: add dllexport and dllimport to api funcs Greg Manning
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Greg Manning @ 2023-11-02 17:19 UTC (permalink / raw)
  To: qemu-devel
  Cc: luoyonggang, richard.henderson, Alex Bennée, Paolo Bonzini,
	Greg Manning

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



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-11-03 19:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-02 17:19 [PATCH v2 0/4] Enable plugin support for windows Greg Manning
2023-11-02 17:19 ` [PATCH v2 1/4] plugins: add dllexport and dllimport to api funcs Greg Manning
2023-11-02 18:10   ` Alex Bennée
2023-11-02 17:19 ` [PATCH v2 2/4] plugins: make test/example plugins work on windows Greg Manning
2023-11-02 18:11   ` Alex Bennée
2023-11-02 17:19 ` [PATCH v2 3/4] plugins: disable lockstep plugin " Greg Manning
2023-11-02 18:13   ` Alex Bennée
2023-11-02 17:19 ` [PATCH v2 4/4] plugins: allow plugins to be enabled " Greg Manning
2023-11-02 18:14   ` Alex Bennée
2023-11-03 19:49 ` [PATCH v2 0/4] Enable plugin support for windows Alex Bennée

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.