From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57575) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLC7r-0004a0-LF for qemu-devel@nongnu.org; Mon, 18 Jan 2016 10:53:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLC7o-0002Mx-Ex for qemu-devel@nongnu.org; Mon, 18 Jan 2016 10:53:51 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33652) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLC7o-0002Mh-AX for qemu-devel@nongnu.org; Mon, 18 Jan 2016 10:53:48 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id C32F88E243 for ; Mon, 18 Jan 2016 15:53:47 +0000 (UTC) From: Gerd Hoffmann Date: Mon, 18 Jan 2016 16:53:40 +0100 Message-Id: <1453132424-15520-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/4] ui patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Flushing ui patch queue. Just a few small fixes, no major changes. please pull, Gerd The following changes since commit 4aaddc2976bff1918edcd53900b647dde473dd4d: Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into staging (2016-01-18 09:33:36 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-ui-20160118-1 for you to fetch changes up to c62e90af8c2e8b1a89d973963db2bb817702bf42: vnc: fix tls-creds error message (2016-01-18 16:36:21 +0100) ---------------------------------------------------------------- ui: misc small gtk/spice/vnc patches. ---------------------------------------------------------------- Christophe Fergeau (1): Fix corner-case when using VNC+SASL+SPICE Paolo Bonzini (1): gtk: implement set_echo Wolfgang Bumiller (2): vnc: clear vs->tlscreds after unparenting it vnc: fix tls-creds error message include/ui/gtk.h | 1 + ui/gtk.c | 45 ++++++++++++++++++++++++++++++++++++++++++++- ui/spice-core.c | 4 ++-- ui/vnc.c | 3 ++- 4 files changed, 49 insertions(+), 4 deletions(-)