QEMU needs some of the Windows Hypervisor headers such
as WinHvEmulation.h, WinHvPlatform.h and WinHvPlatformDefs.h for Windows
Hypervisor Platform Support. These headers are currently missing from the
mingw-w64 includes. Is it possible to get these added to the mingw headers?
And, these two libs
Looks good to me. Thanks for taking care of this.
On Thu, Nov 14, 2019 at 10:14 PM Biswapriyo Nath
wrote:
> ...
> ___
> Mingw-w64-public mailing list
> Mingw-w64-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-publ
https://github.com/qemu/qemu/blob/master/target/i386/whp-dispatch.h
But, it will be better to put all the API's that are exported (the ones
that you had in your lib patch)
On Thu, Nov 14, 2019 at 7:50 AM Biswapriyo Nath
wrote:
> Can you provide which APIs are imported in qemu? Or any source fil
Thanks for sending this out. Yes, patch looks good.
Will there be a different patch for the headers?
On Wed, Nov 13, 2019 at 3:22 PM JonY via Mingw-w64-public <
mingw-w64-public@lists.sourceforge.net> wrote:
> On 11/13/19 8:19 PM, Biswapriyo Nath wrote:
> > Only x86_64 has these two DLLs.
> >
>
Windows hypervisor platform headers and libs are required to build QEMU.
The current mingw64 does not include them. Is it possible to get these
included in mingw64?
Headers:
- WinHvEmulation.h
- WinHvPlatformDefs.h
- WinHvPlatform.h
Libs:
WinHvPlatform.lib
WinHvEmulation.lib
Thanks,
Sunil
_