[Mingw-w64-public] mingw-w64-headers/include Windows Hypervisor platform headers & lib

2019-11-27 Thread Sunil Karthik
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

Re: [Mingw-w64-public] [PATCH] include: add Hyper-V header files

2019-11-15 Thread Sunil Karthik
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

Re: [Mingw-w64-public] mingw-w64-headers/include Windows Hypervisor platform headers & lib

2019-11-14 Thread Sunil Karthik
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

Re: [Mingw-w64-public] [PATCH] crt/lib64: add WinHvEmulation and WinHvPlatform library

2019-11-13 Thread Sunil Karthik
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. > > >

[Mingw-w64-public] mingw-w64-headers/include Windows Hypervisor platform headers & lib

2019-11-13 Thread Sunil Karthik
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 _