From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4sp2-0000qL-7r for qemu-devel@nongnu.org; Tue, 16 Jun 2015 11:30:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z4sox-0007Du-80 for qemu-devel@nongnu.org; Tue, 16 Jun 2015 11:30:44 -0400 Received: from e23smtp09.au.ibm.com ([202.81.31.142]:49288) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4sow-0007Cz-JY for qemu-devel@nongnu.org; Tue, 16 Jun 2015 11:30:39 -0400 Received: from /spool/local by e23smtp09.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 17 Jun 2015 01:30:35 +1000 Received: from d23relay08.au.ibm.com (d23relay08.au.ibm.com [9.185.71.33]) by d23dlp03.au.ibm.com (Postfix) with ESMTP id E8A1C3578048 for ; Wed, 17 Jun 2015 01:30:30 +1000 (EST) Received: from d23av03.au.ibm.com (d23av03.au.ibm.com [9.190.234.97]) by d23relay08.au.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t5GFUKoP58196208 for ; Wed, 17 Jun 2015 01:30:28 +1000 Received: from d23av03.au.ibm.com (localhost [127.0.0.1]) by d23av03.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t5GFTvbd032050 for ; Wed, 17 Jun 2015 01:29:58 +1000 From: "Aneesh Kumar K.V" Date: Tue, 16 Jun 2015 20:59:34 +0530 Message-Id: <1434468576-18581-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> Subject: [Qemu-devel] [PULL] VirtFS update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: anthony@codemonkey.ws, peter.maydell@linaro.org Cc: qemu-devel@nongnu.org, "Aneesh Kumar K.V" The following changes since commit 93f6d1c16036aaf34055d16f54ea770fb8d6d280: Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20150615-1' into staging (2015-06-16 10:35:43 +0100) are available in the git repository at: https://github.com/kvaneesh/qemu.git tags/for-upstream-signed for you to fetch changes up to f8d30a4f96d6c3a12e692d2e69b8fe4734b916c6: virtfs-proxy-helper: fail gracefully if socket path is too long (2015-06-16 20:32:29 +0530) ---------------------------------------------------------------- VirtFS update: * Fix for virtfs-proxy-helper crash * Gracefully handle the error condition on input validation in virtfs-proxy-helper ---------------------------------------------------------------- Stefan Hajnoczi (2): virtfs-proxy-helper: add missing long option terminator virtfs-proxy-helper: fail gracefully if socket path is too long fsdev/virtfs-proxy-helper.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) -- 2.1.4