Re: [Qemu-devel] [PATCH] build-sys: do no support modules on Windows

2019-07-18 Thread Paolo Bonzini
On 18/07/19 14:49, Daniel P. Berrangé wrote: > On Thu, Jul 18, 2019 at 04:04:13PM +0400, Marc-André Lureau wrote: >> Our module system does not support Windows, because it relies on >> resolving symbols from the main executable. >> >> If there is enough interest in supporting modules on Windows, we

Re: [Qemu-devel] [PATCH] build-sys: do no support modules on Windows

2019-07-18 Thread Paolo Bonzini
On 18/07/19 14:04, Marc-André Lureau wrote: > Our module system does not support Windows, because it relies on > resolving symbols from the main executable. > > If there is enough interest in supporting modules on Windows, we could > generate an import library for the executable and link with it:

Re: [Qemu-devel] [PATCH] build-sys: do no support modules on Windows

2019-07-18 Thread Daniel P . Berrangé
On Thu, Jul 18, 2019 at 04:04:13PM +0400, Marc-André Lureau wrote: > Our module system does not support Windows, because it relies on > resolving symbols from the main executable. > > If there is enough interest in supporting modules on Windows, we could > generate an import library for the execut

[Qemu-devel] [PATCH] build-sys: do no support modules on Windows

2019-07-18 Thread Marc-André Lureau
Our module system does not support Windows, because it relies on resolving symbols from the main executable. If there is enough interest in supporting modules on Windows, we could generate an import library for the executable and link with it: https://stackoverflow.com/questions/15454968/dll-plugi