From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUVbP-0008CM-KF for qemu-devel@nongnu.org; Thu, 18 Sep 2014 02:54:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XUVbJ-00052T-Nj for qemu-devel@nongnu.org; Thu, 18 Sep 2014 02:54:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44216) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUVbJ-0004zm-Fn for qemu-devel@nongnu.org; Thu, 18 Sep 2014 02:53:57 -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 s8I6Y1hA004005 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 18 Sep 2014 02:34:01 -0400 From: Gerd Hoffmann Date: Thu, 18 Sep 2014 08:33:54 +0200 Message-Id: <1411022036-17668-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/2] vnc patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Two little vnc patches. please pull, Gerd The following changes since commit e4d50d47a9eb15f42bdd561803a29a4d7c3eb8ec: qemu-char: Rename register_char_driver_qapi() to register_char_driver() (2014-09-16 23:36:32 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-vnc-20140918-1 for you to fetch changes up to 9d64fab42274fb50a39bab184f79d0239596ba4a: vnc-tls: Clean up dead store in vnc_set_x509_credential() (2014-09-18 08:01:53 +0200) ---------------------------------------------------------------- vnc: set TCP_NODELAY, cleanup in tlc code ---------------------------------------------------------------- Markus Armbruster (1): vnc-tls: Clean up dead store in vnc_set_x509_credential() Peter Lieven (1): ui/vnc: set TCP_NODELAY ui/vnc-tls.c | 2 -- ui/vnc.c | 1 + 2 files changed, 1 insertion(+), 2 deletions(-)