From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33674) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAEO3-0007sH-08 for qemu-devel@nongnu.org; Thu, 24 Jul 2014 04:28:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XAENt-0003bH-Uq for qemu-devel@nongnu.org; Thu, 24 Jul 2014 04:28:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44944) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAENt-0003b2-Mf for qemu-devel@nongnu.org; Thu, 24 Jul 2014 04:28:17 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s6O8SGOe029185 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 24 Jul 2014 04:28:16 -0400 From: Gerd Hoffmann Date: Thu, 24 Jul 2014 10:28:04 +0200 Message-Id: <1406190486-16026-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL for-2.1 0/2] vnc: fix two vnc update issues. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Here are two vnc update bugfixes, found by code review while hunting down a issue with vnc updates not being sent to the client. The original issue has not been root-caused yet, it is also not clear whenever qemu is at fault at all or whenever the vnc updates are stuck somewhere else (kernel network stack). The bugs found are for real nevertheless, and here are the fixes. please pull, Gerd The following changes since commit f368c33d5ab09dd5656924185cd975b11838cd25: Update version for v2.1.0-rc3 release (2014-07-22 18:17:03 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-vnc-20140724-1 for you to fetch changes up to 832932a6f17983a3167ae9da6fe54a245a30758e: vnc update fix (2014-07-24 10:14:34 +0200) ---------------------------------------------------------------- vnc: fix two vnc update issues. ---------------------------------------------------------------- Gerd Hoffmann (1): vnc update fix Stephan Kulow (1): fix full frame updates for VNC clients ui/vnc.c | 5 ++++- ui/vnc.h | 1 + 2 files changed, 5 insertions(+), 1 deletion(-)