From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48251) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUyCi-0005XV-9W for qemu-devel@nongnu.org; Wed, 03 Aug 2016 11:35:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bUyCc-0002EZ-6u for qemu-devel@nongnu.org; Wed, 03 Aug 2016 11:35:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56944) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUyCc-0002EK-0y for qemu-devel@nongnu.org; Wed, 03 Aug 2016 11:35:26 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (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 8C0BA85547 for ; Wed, 3 Aug 2016 15:35:25 +0000 (UTC) From: Gerd Hoffmann Date: Wed, 3 Aug 2016 17:35:19 +0200 Message-Id: <1470238522-28094-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL for-2.7 0/3] vnc: fixes for "-vnc none". List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, vnc patch queue, with three patches fixing "-vnc none" with connects via monitor fd passing. cheers, Gerd The following changes since commit cc0100f464c94bf80ad36cd432f4a1ed58126b60: MAINTAINERS: Update the Xilinx maintainers (2016-08-01 15:31:32 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-vnc-20160803-1 for you to fetch changes up to 12e29b1682e0a50ed57c324152addb585ae5ce69: vnc: ensure connection sharing/limits is always configured (2016-08-03 15:06:32 +0200) ---------------------------------------------------------------- vnc: fixes for "-vnc none". ---------------------------------------------------------------- Daniel P. Berrange (3): vnc: don't crash getting server info if lsock is NULL vnc: fix crash when vnc_server_info_get has an error vnc: ensure connection sharing/limits is always configured ui/vnc.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-)