From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLwVu-0004g5-OL for qemu-devel@nongnu.org; Fri, 07 Mar 2014 10:16:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLwVk-00053W-Hp for qemu-devel@nongnu.org; Fri, 07 Mar 2014 10:16:42 -0500 Received: from e28smtp05.in.ibm.com ([122.248.162.5]:52346) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLwVj-00052e-TE for qemu-devel@nongnu.org; Fri, 07 Mar 2014 10:16:32 -0500 Received: from /spool/local by e28smtp05.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 7 Mar 2014 20:46:28 +0530 Received: from d28relay05.in.ibm.com (d28relay05.in.ibm.com [9.184.220.62]) by d28dlp03.in.ibm.com (Postfix) with ESMTP id 96C831258055 for ; Fri, 7 Mar 2014 20:48:36 +0530 (IST) Received: from d28av03.in.ibm.com (d28av03.in.ibm.com [9.184.220.65]) by d28relay05.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s27FGTlf61669402 for ; Fri, 7 Mar 2014 20:46:29 +0530 Received: from d28av03.in.ibm.com (localhost [127.0.0.1]) by d28av03.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s27FGOTF017158 for ; Fri, 7 Mar 2014 20:46:25 +0530 From: "Aneesh Kumar K.V" Date: Fri, 7 Mar 2014 20:46:15 +0530 Message-Id: <1394205380-31875-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 Hi, Please pull the below update for VirtFS The following changes since commit d5001cf787ad0514839a81d0f2e771e01e076e21: xilinx: Delete hw/include/xilinx.h (2014-02-26 14:54:45 +1000) are available in the git repository at: https://github.com/kvaneesh/qemu.git for-upstream for you to fetch changes up to 993c91a0e996346c7ee8fa2ca310cc76edb59e17: hw/9pfs: Include virtio-9p-device.o in build (2014-03-04 09:20:49 +0530) ---------------------------------------------------------------- Aneesh Kumar K.V (1): hw/9pfs: Include virtio-9p-device.o in build Chen Gang (3): hw/9pfs/virtio-9p-local.c: move v9fs_string_free() to below "err_out:" hw/9pfs/virtio-9p-local.c: use snprintf() instead of sprintf() hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitation Markus Armbruster (1): fsdev: Fix overrun after readlink() fills buffer completely Makefile.objs | 5 - fsdev/Makefile.objs | 4 +- fsdev/virtfs-proxy-helper.c | 2 +- hw/9pfs/cofs.c | 48 +++++-- hw/9pfs/virtio-9p-handle.c | 9 +- hw/9pfs/virtio-9p-local.c | 288 +++++++++++++++++++++++++++-------------- hw/9pfs/virtio-9p-posix-acl.c | 52 ++++++-- hw/9pfs/virtio-9p-xattr-user.c | 27 +++- hw/9pfs/virtio-9p-xattr.c | 9 +- hw/9pfs/virtio-9p-xattr.h | 27 +++- hw/9pfs/virtio-9p.h | 6 +- hw/Makefile.objs | 2 +- 12 files changed, 322 insertions(+), 157 deletions(-)