From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36129) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wxa8P-0005Qb-91 for qemu-devel@nongnu.org; Thu, 19 Jun 2014 07:04:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wxa8K-0000s7-FR for qemu-devel@nongnu.org; Thu, 19 Jun 2014 07:04:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35477) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wxa8K-0000ry-7C for qemu-devel@nongnu.org; Thu, 19 Jun 2014 07:03:56 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5JB3tQO024780 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 19 Jun 2014 07:03:55 -0400 From: Gerd Hoffmann Date: Thu, 19 Jun 2014 13:03:46 +0200 Message-Id: <1403175829-24595-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/3] vnc: cleanups and fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Here is the vnc patch queue, with one bugfix and two cleanups. please pull, Gerd The following changes since commit d279279e2b5cd40dbcc863fb66a695990f304077: target-mips: implement UserLocal Register (2014-06-18 18:10:47 +0200) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-vnc-20140619-1 for you to fetch changes up to eb214ff8ef6cceec348f3ad1643b39443fe07910: vnc: fix screen updates (2014-06-19 12:48:07 +0200) ---------------------------------------------------------------- vnc: cleanups and fixes ---------------------------------------------------------------- Gerd Hoffmann (1): vnc: fix screen updates Markus Armbruster (2): vnc: Drop superfluous conditionals around g_free() vnc: Drop superfluous conditionals around g_strdup() ui/vnc-tls.c | 6 ++---- ui/vnc.c | 18 +++++++----------- 2 files changed, 9 insertions(+), 15 deletions(-)