Re: [Spice-devel] [PATCH qxl-wddm-dod v6] Use MmMapIoSpaceEx instead of MmMapIoSpace

2016-09-28 Thread Frediano Ziglio
> > Disable execution bit on mapping improving security. > > MmMapIoSpaceEx is available only in Windows 10 thus > the macros are used. > > Based on a patch by Sandy Stutsman > > Signed-off-by: Sameeh Jubran Just realized that the comment is out of date: Disable execution bit on mapping im

[Spice-devel] [PATCH qxl-wddm-dod v6] Use MmMapIoSpaceEx instead of MmMapIoSpace

2016-09-28 Thread Frediano Ziglio
Disable execution bit on mapping improving security. MmMapIoSpaceEx is available only in Windows 10 thus the macros are used. Based on a patch by Sandy Stutsman Signed-off-by: Sameeh Jubran --- qxldod/QxlDod.cpp | 16 ++- qxldod/compat.cpp | 62