Re: [Qemu-devel] [PATCH v3 2/3] WHPX: dynamically load WHP libraries

2018-06-06 Thread Paolo Bonzini
On 05/06/2018 01:06, Justin Terry (VM) wrote: > Paolo - I saw that this merged with commit: > 327fccb288976f95808efa968082fc9d4a9ced84 but it seems to be missing > whp-dispatch.h so now the build is failing. Any idea how this file failed to > get included? My mistake, I'll add it. Paolo > Th

Re: [Qemu-devel] [PATCH v3 2/3] WHPX: dynamically load WHP libraries

2018-06-04 Thread Justin Terry (VM) via Qemu-devel
Paolo - I saw that this merged with commit: 327fccb288976f95808efa968082fc9d4a9ced84 but it seems to be missing whp-dispatch.h so now the build is failing. Any idea how this file failed to get included? Thanks, Justin > -Original Message- > From: petrutlucia...@gmail.com > Sent: Frida

[Qemu-devel] [PATCH v3 2/3] WHPX: dynamically load WHP libraries

2018-05-25 Thread petrutlucian94
From: Lucian Petrut We're currently linking against import libraries of the WHP DLLs. By dynamically loading the libraries, we ensure that QEMU will work on previous Windows versions, where the WHP DLLs will be missing (assuming that WHP is not requested). Also, we're simplifying the build proc