From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35669) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUgTQ-0001p7-Ou for qemu-devel@nongnu.org; Thu, 18 Sep 2014 14:30:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XUgTL-0000uS-Hf for qemu-devel@nongnu.org; Thu, 18 Sep 2014 14:30:32 -0400 Received: from mail-lb0-f169.google.com ([209.85.217.169]:58052) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUgTL-0000ss-7l for qemu-devel@nongnu.org; Thu, 18 Sep 2014 14:30:27 -0400 Received: by mail-lb0-f169.google.com with SMTP id b12so1741417lbj.14 for ; Thu, 18 Sep 2014 11:30:21 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1411022036-17668-1-git-send-email-kraxel@redhat.com> References: <1411022036-17668-1-git-send-email-kraxel@redhat.com> From: Peter Maydell Date: Thu, 18 Sep 2014 11:30:01 -0700 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 0/2] vnc patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: QEMU Developers On 17 September 2014 23:33, Gerd Hoffmann wrote: > 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(-) Applied, thanks. -- PMM