From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42560) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuzSI-0000PK-IN for qemu-devel@nongnu.org; Wed, 20 May 2015 04:34:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YuzSF-0007Bt-7u for qemu-devel@nongnu.org; Wed, 20 May 2015 04:34:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43339) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuzSF-0007BT-0b for qemu-devel@nongnu.org; Wed, 20 May 2015 04:34:19 -0400 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 (8.14.4/8.14.4) with ESMTP id t4K8YIMg002570 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 20 May 2015 04:34:18 -0400 From: Gerd Hoffmann Date: Wed, 20 May 2015 10:34:08 +0200 Message-Id: <1432110853-11399-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/5] vnc patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Flushing the vnc patch queue, with a collection of small bug fixes. please pull, Gerd The following changes since commit eba05e922e8e7f307bc5d4104a78797e55124e= 97: Merge remote-tracking branch 'remotes/kraxel/tags/pull-serial-20150519-= 1' into staging (2015-05-19 14:10:33 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-vnc-20150520-1 for you to fetch changes up to 0ef705a2653f09c15e44a644a98b6febc761431e: qemu-sockets: Report explicit error if unlink fails (2015-05-20 10:23:0= 8 +0200) ---------------------------------------------------------------- vnc: misc fixes. ---------------------------------------------------------------- Cole Robinson (3): vnc: Don't assert if opening unix socket fails vnc: Tweak error when init fails qemu-sockets: Report explicit error if unlink fails Daniel P. Berrange (1): ui: remove check for failure of qemu_acl_init() J=C3=A1n Tomko (1): Strip brackets from vnc host ui/vnc.c | 23 ++++++++++++----------- util/qemu-sockets.c | 7 ++++++- 2 files changed, 18 insertions(+), 12 deletions(-)