<div dir="ltr">

<span style="font-size:12.8px;text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">Acked-by: Yuri Benditovich <</span><a href="mailto:cfergeau@redhat.com" style="color:rgb(17,85,204);font-size:12.8px">yuri.benditovich@daynix.com</a><span style="font-size:12.8px;text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">></span>

<br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 25, 2018 at 11:53 AM, 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">Setting this flag on this command cause some performance issue.<br>
When the server see this flag it updates the frame buffer and copy<br>
part of it in a new allocated image. However for this command the<br>
image is not used wasting only CPU and memory.<br>
Also the frame buffer update causes the elimination optimisation<br>
to be less effective causing more network usage.<br>
<br>
Signed-off-by: Frediano Ziglio <<a href="mailto:fziglio@redhat.com">fziglio@redhat.com</a>><br>
---<br>
 qxldod/QxlDod.cpp | 3 ---<br>
 1 file changed, 3 deletions(-)<br>
<br>
diff --git a/qxldod/QxlDod.cpp b/qxldod/QxlDod.cpp<br>
index f74f54e..b72e12c 100755<br>
--- a/qxldod/QxlDod.cpp<br>
+++ b/qxldod/QxlDod.cpp<br>
@@ -4607,9 +4607,6 @@ QXLDrawable *QxlDevice::PrepareBltBits (<br>
     drawable->surfaces_dest[0] = 0;<br>
     CopyRect(&drawable->surfaces_<wbr>rects[0], pRect);<br>
<br>
-    drawable->self_bitmap = TRUE;<br>
-    CopyRect(&drawable->self_<wbr>bitmap_area, pRect);<br>
-<br>
     height = pRect->bottom - pRect->top;<br>
     width = pRect->right - pRect->left;<br>
<span class="HOEnZb"><font color="#888888"> <br>
-- <br>
2.17.1<br>
<br>
______________________________<wbr>_________________<br>
Spice-devel mailing list<br>
<a href="mailto:Spice-devel@lists.freedesktop.org">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>