<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 10, 2017 at 4:31 PM, Frediano Ziglio <span dir="ltr"><<a href="mailto:fziglio@redhat.com" target="_blank">fziglio@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">As documented by Microsoft this reserved argument should be set<br>
to 0.<br>
<br>
Signed-off-by: Frediano Ziglio <<a href="mailto:fziglio@redhat.com" target="_blank">fziglio@redhat.com</a>><br></blockquote><div>Acked-by: Yuri Benditovich <<a href="mailto:yuri.benditovich@daynix.com">yuri.benditovich@daynix.com</a>> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
---<br>
 qxldod/QxlDod.cpp | 8 ++++----<br>
 1 file changed, 4 insertions(+), 4 deletions(-)<br>
<br>
diff --git a/qxldod/QxlDod.cpp b/qxldod/QxlDod.cpp<br>
index aa70f39..b06b410 100755<br>
--- a/qxldod/QxlDod.cpp<br>
+++ b/qxldod/QxlDod.cpp<br>
@@ -3641,10 +3641,10 @@ BOOL QxlDevice::CreateEvents()<br>
     KeInitializeEvent(&m_PresentT<wbr>hreadReadyEvent,<br>
                       SynchronizationEvent,<br>
                       FALSE);<br>
-    KeInitializeMutex(&m_MemLock,1<wbr>);<br>
-    KeInitializeMutex(&m_CmdLock,1<wbr>);<br>
-    KeInitializeMutex(&m_IoLock,1)<wbr>;<br>
-    KeInitializeMutex(&m_CrsLock,1<wbr>);<br>
+    KeInitializeMutex(&m_MemLock, 0);<br>
+    KeInitializeMutex(&m_CmdLock, 0);<br>
+    KeInitializeMutex(&m_IoLock, 0);<br>
+    KeInitializeMutex(&m_CrsLock, 0);<br>
<br>
     DbgPrint(TRACE_LEVEL_VERBOSE, ("<--- %s\n", __FUNCTION__));<br>
     return TRUE;<br>
<span class="m_-5913642054653791377HOEnZb"><font color="#888888">--<br>
2.9.3<br>
<br>
______________________________<wbr>_________________<br>
Spice-devel mailing list<br>
<a href="mailto:Spice-devel@lists.freedesktop.org" target="_blank">Spice-devel@lists.freedesktop.<wbr>org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/spice-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/spice-devel</a><br>
</font></span></blockquote></div><br></div></div>