Am 07.11.19 um 20:48 schrieb Sunil Muthuswamy: > Support for xcr0 to be able to enable xsave/xrstor. This by itself > is not sufficient to enable xsave/xrstor. WHPX XSAVE API's also > needs to be hooked up. > > Signed-off-by: Sunil Muthuswamy <sunil...@microsoft.com> > --- > You will need the Windows 10 SDK for RS5 (build 17763) or above to > to be able to compile this patch because of the definition of the > XCR0 register. > > Changes since v1: > - Added a sign-off line in the patch.
I am not very happy with the current situation which suggests using non free header files from the Microsoft Windows SDK, thus making it impossible to produce QEMU executables for Windows with WHPX support without having legal complications. Could you please add the required headers with a suitable license to the QEMU source code? That would clarify the license issue and make builds with WHPX much easier because those files would not have to be extracted from a very large SDK installation. It would also be acceptable if Microsoft could update the license comments in those files and use a QEMU compatible license. Kind regards Stefan Weil