Re: [PATCH v3 25/33] tests/docker: Add fedora-win10sdk-cross image

2019-09-25 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > Hi Alex, > > On 9/24/19 11:00 PM, Alex Bennée wrote: >> From: Philippe Mathieu-Daudé >> >> To build WHPX (Windows Hypervisor) binaries, we need the WHPX >> headers provided by the Windows SDK. > > Justin is checking with his company if this patch is OK with the

Re: [PATCH v3 25/33] tests/docker: Add fedora-win10sdk-cross image

2019-09-25 Thread Philippe Mathieu-Daudé
Hi Alex, On 9/24/19 11:00 PM, Alex Bennée wrote: > From: Philippe Mathieu-Daudé > > To build WHPX (Windows Hypervisor) binaries, we need the WHPX > headers provided by the Windows SDK. Justin is checking with his company if this patch is OK with them, I'd rather wait before merging it: https://

[PATCH v3 25/33] tests/docker: Add fedora-win10sdk-cross image

2019-09-24 Thread Alex Bennée
From: Philippe Mathieu-Daudé To build WHPX (Windows Hypervisor) binaries, we need the WHPX headers provided by the Windows SDK. Add a script that fetches the required MSI/CAB files from the latest SDK (currently 10.0.18362.1). Headers are accessible under /opt/win10sdk/include. Set the QEMU_CO