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

2019-11-13 Thread Zach Bacon
Most likely the headers would take some careful time to make, making sure that it's done cleanly and not a direct copy of the Windows SDK ones (or as I understand) On Wed, 13 Nov 2019 15:24:11 -0800 sunil.kart...@gmail.com wrote Thanks for sending this out. Yes, patch looks good.

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. > > >

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

2019-11-13 Thread JonY via Mingw-w64-public
On 11/13/19 8:19 PM, Biswapriyo Nath wrote: > Only x86_64 has these two DLLs. > > Patch looks good. signature.asc Description: OpenPGP digital signature ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourcefor

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

2019-11-13 Thread Biswapriyo Nath
Only x86_64 has these two DLLs. From e8fa29ac6c42253ef1294406e495af3660ec623a Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 14 Nov 2019 01:40:41 +0530 Subject: [PATCH] crt/lib64: add WinHvEmulation and WinHvPlatform library Signed-off-by: Biswapriyo Nath --- mingw-w64-crt/lib64/Make

Re: [Mingw-w64-public] Weird issue with UCRT and custom tool chain

2019-11-13 Thread Kacvinsky, Tom
I updated my tool chain to GCC 9.1, latest binutils, and v7.0.0 of the MinGW-w64 CRT (with UCRT support). The problems have gone away. I am not sure which of these fixed the issue, but my if I had to venture as guess, I'd say it is the CRT version, or binutils. > -Original Message- > Fro

[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 _