[Spice-devel] [PATCH v3 25/28] Reserved must be set to 0

Sameeh Jubran sameeh at daynix.com
Wed Sep 7 13:10:43 UTC 2016


According to msdn, "The display miniport driver must set this
value to 0"

Acked-by: Frediano Ziglio <fziglio at redhat.com>

Signed-off-by: Sameeh Jubran <sameeh at daynix.com>
---
 qxldod/QxlDod.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/qxldod/QxlDod.cpp b/qxldod/QxlDod.cpp
index 2634496..8371844 100755
--- a/qxldod/QxlDod.cpp
+++ b/qxldod/QxlDod.cpp
@@ -598,6 +598,7 @@ NTSTATUS QxlDod::QueryVidPnHWCapability(_Inout_ DXGKARG_QUERYVIDPNHWCAPABILITY*
     pVidPnHWCaps->VidPnHWCaps.DriverColorConvert         = 1; // BDD does color conversions in software
     pVidPnHWCaps->VidPnHWCaps.DriverLinkedAdapaterOutput = 0; // BDD does not support linked adapters
     pVidPnHWCaps->VidPnHWCaps.DriverRemoteDisplay        = 0; // BDD does not support remote displays
+    pVidPnHWCaps->VidPnHWCaps.Reserved = 0;
 
     DbgPrint(TRACE_LEVEL_VERBOSE, ("<--- %s\n", __FUNCTION__));
     return STATUS_SUCCESS;
-- 
2.7.0.windows.1



More information about the Spice-devel mailing list