[Spice-devel] [PATCH qxl-wddm-dod 0/8] Miscellaneous
Frediano Ziglio
fziglio at redhat.com
Wed Sep 28 13:55:39 UTC 2016
First two patches replace the previous "Using declspec instead
of #pragma to declare pageable" which although correct was
unexpectedly large.
Third is the updated (comment) one for dynamic MmMapIoSpaceEx
detection.
The is one missing hunk from a previous patch
("Code Analysis fix").
Others are mainly small style changes.
Frediano Ziglio (7):
Add missing calls to PAGED_CODE
Mark all functions that should go to non paged sections
Use MmMapIoSpaceEx instead of MmMapIoSpace
Remove possible future memory leak
Remove unused DebugPrintFunc function
Remove unused EmptyReleaseRing method
Make DebugPrintFuncSerial static
Sameeh Jubran (1):
Code Analysis fix
qxldod/QxlDod.cpp | 72 +++++++++++++++++++++++--------------------
qxldod/QxlDod.h | 51 +++++++++++++++---------------
qxldod/compat.cpp | 62 +++++++++++++++++++++++++++++++++++++
qxldod/compat.h | 10 ++++++
qxldod/driver.cpp | 17 +++++-----
qxldod/driver.h | 14 ++-------
qxldod/qxldod.vcxproj | 2 ++
qxldod/qxldod.vcxproj.filters | 6 ++++
8 files changed, 154 insertions(+), 80 deletions(-)
create mode 100644 qxldod/compat.cpp
create mode 100644 qxldod/compat.h
--
2.7.4
More information about the Spice-devel
mailing list