From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38144) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yptfp-0004UV-Nh for qemu-devel@nongnu.org; Wed, 06 May 2015 03:23:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yptfm-00020f-J2 for qemu-devel@nongnu.org; Wed, 06 May 2015 03:23:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50077) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yptfm-00020J-A0 for qemu-devel@nongnu.org; Wed, 06 May 2015 03:23:14 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t467NDsP016678 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 6 May 2015 03:23:13 -0400 Message-ID: <1430896987.22409.0.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Wed, 06 May 2015 09:23:07 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 0/3] vnc: Fixes for unix socket error handling List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cole Robinson Cc: qemu-devel@nongnu.org On Di, 2015-05-05 at 11:07 -0400, Cole Robinson wrote: > Minor fixes for unix socket error handling, see patches for details added to vnc queue. thanks, Gerd