Re: [PATCH 0/1] Enable plugin support for windows

2023-11-02 Thread Alex Bennée
(Add Paolo to cc for meson questions) Greg Manning writes: > This patch enables plugin support on windows. > > qemu plugins on windows now correctly load/link the qemu_plugin_* > symbols when they are loaded[1]. This works by creating a delay-loaded > .lib file with dlltool[2], then linking th

[PATCH 0/1] Enable plugin support for windows

2023-11-02 Thread Greg Manning
This patch enables plugin support on windows. qemu plugins on windows now correctly load/link the qemu_plugin_* symbols when they are loaded[1]. This works by creating a delay-loaded .lib file with dlltool[2], then linking the plugins against that to get them compiled. No messing around with funct