[Mingw-w64-public] mingw-w64 homepage.

2019-11-14 Thread Zach Bacon
Shouldn't the mingw-w64.org homepage be updated to reflect the newest version? ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

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

2019-11-14 Thread Biswapriyo Nath
... From be27f9be26cb02502e52d908ee39ebed42246457 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 15 Nov 2019 11:37:55 +0530 Subject: [PATCH] include: add Hyper-V header files Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/WinHvEmulation.h| 82 ++ mingw-w64-headers/

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] mingw-w64-headers/include Windows Hypervisor platform headers & lib

2019-11-14 Thread Biswapriyo Nath
Can you provide which APIs are imported in qemu? Or any source file in qemu repository that imports Windows Hyper-V APIs? I am asking this because there are some private APIs present in header files like IsWHvEmulatorCreateEmulatorPresent. ___ Mingw-w64

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

2019-11-14 Thread Liu Hao
在 2019/11/14 4:19, Biswapriyo Nath 写道: > Only x86_64 has these two DLLs. > > > Thanks. I pushed this one. -- Best regards, LH_Mouse signature.asc Description: OpenPGP digital signature ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sou