From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMs2r-0008WO-3A for qemu-devel@nongnu.org; Tue, 12 Jul 2016 03:23:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bMs2l-0001Ra-AA for qemu-devel@nongnu.org; Tue, 12 Jul 2016 03:23:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53302) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMs2l-0001RI-4v for qemu-devel@nongnu.org; Tue, 12 Jul 2016 03:23:47 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 33EC085547 for ; Tue, 12 Jul 2016 07:23:46 +0000 (UTC) From: Gerd Hoffmann Date: Tue, 12 Jul 2016 09:23:40 +0200 Message-Id: <1468308223-2496-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/3] vnc: misc bugfixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, A collection of vnc bugfixes from the last weeks. please pull, Gerd The following changes since commit f1ef55786691a1bf79db0b74ba1e5347a0d38c1b: Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160711' into staging (2016-07-11 18:46:38 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-vnc-20160712-1 for you to fetch changes up to ea697449884d83b83fefbc9cd87bdde0c94b49d6: ui: avoid crash if vnc client disconnects with writes pending (2016-07-12 08:34:13 +0200) ---------------------------------------------------------------- vnc: misc bugfixes. ---------------------------------------------------------------- Daniel P. Berrange (1): ui: avoid crash if vnc client disconnects with writes pending Gonglei (1): vnc: fix incorrect checking condition when updating client Peter Lieven (1): vnc-enc-tight: use thread local storage for palette ui/vnc-enc-tight.c | 23 ++++++++++++----------- ui/vnc.c | 15 ++++++++++----- 2 files changed, 22 insertions(+), 16 deletions(-)