WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] [HVM][VNC] Fix bug in the VNC copyrect im

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] [HVM][VNC] Fix bug in the VNC copyrect implementation which crept in
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 22 Sep 2006 09:30:15 +0000
Delivery-date: Fri, 22 Sep 2006 02:30:56 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Steven Smith <ssmith@xxxxxxxxxxxxx>
# Node ID 140dff9d90dca30cb8f8e258e8976ce2dafb73e2
# Parent  6e3223a6946142eab3fb14df8fde5c817c53a44b
[HVM][VNC] Fix bug in the VNC copyrect implementation which crept in
with the update backoff patch.

Signed-off-by: Steven Smith <sos22@xxxxxxxxx>
---
 tools/ioemu/vnc.c |    3 +++
 1 files changed, 3 insertions(+)

diff -r 6e3223a69461 -r 140dff9d90dc tools/ioemu/vnc.c
--- a/tools/ioemu/vnc.c Thu Sep 21 19:51:10 2006 +0100
+++ b/tools/ioemu/vnc.c Fri Sep 22 09:12:00 2006 +0100
@@ -400,6 +400,9 @@ static void vnc_copy(DisplayState *ds, i
        (dst_x + w) > (vs->visible_x + vs->visible_w) ||
        (dst_y + h) > (vs->visible_y + vs->visible_h))
        updating_client = 0;
+
+    if (updating_client)
+       _vnc_update_client(vs);
 
     if (dst_y > src_y) {
        y = h - 1;

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] [HVM][VNC] Fix bug in the VNC copyrect implementation which crept in, Xen patchbot-unstable <=