From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36147 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtQFy-0003Lw-5E for qemu-devel@nongnu.org; Wed, 08 Sep 2010 15:24:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OtQE4-0002i8-O8 for qemu-devel@nongnu.org; Wed, 08 Sep 2010 15:22:34 -0400 Received: from e36.co.us.ibm.com ([32.97.110.154]:41159) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OtQE4-0002dw-Iq for qemu-devel@nongnu.org; Wed, 08 Sep 2010 15:22:32 -0400 Received: from d03relay03.boulder.ibm.com (d03relay03.boulder.ibm.com [9.17.195.228]) by e36.co.us.ibm.com (8.14.4/8.13.1) with ESMTP id o88JIX71031783 for ; Wed, 8 Sep 2010 13:18:33 -0600 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay03.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o88JMQ0L181238 for ; Wed, 8 Sep 2010 13:22:27 -0600 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id o88JMQCe006365 for ; Wed, 8 Sep 2010 13:22:26 -0600 Message-ID: <4C87E271.30206@linux.vnet.ibm.com> Date: Wed, 08 Sep 2010 12:22:25 -0700 From: "Venkateswararao Jujjuri (JV)" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] PULL request for VirtFS updates List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: anthony@codemonkey.ws, Qemu-development List The following changes since commit ba5e7f82169f32ab8163c707d97c799ca09f8924: Izumi Tsutsui (1): vnc: use bswapNN() rather than bswap_NN() are available in the git repository at: git://repo.or.cz/qemu/aliguori/jvrao.git for-anthony Aneesh Kumar K.V (8): virtio-9p: Add fidtype so that we can do type specific operation virtio-9p: Implement TXATTRWALK virtio-9p: Implement TXATTRCREATE virtio-9p: Hide user.virtfs xattr in case of mapped security. virtio-9p: Add SM_NONE security model virtio-9p: Use lchown which won't follow symlink virtio-9p: Fix the memset usage virtio-9p: Add support for removing xattr Arun R Bharadwaj (2): [virtio-9p] Remove all instances of unnecessary dotu variable. [virtio-9p] This patch implements TLERROR/RLERROR on the qemu 9P server. M. Mohan Kumar (8): qemu: virtio-9p: Recognize 9P2000.L protocol qemu: virtio-9p: Implement statfs support in server virtio-9p: Compute iounit based on host filesystem block size virtio-9p: Do not reset atime qemu: virtio-9p: Implement TMKNOD qemu: virtio-9p: Implement TMKDIR rename - change name of file or directory [virtio-9p] qemu: virtio-9p: Implement LOPEN Sripathi Kodi (6): virtio-9p: Return correct error from v9fs_remove [V4] virtio-9p: readdir implementation for 9p2000.L virtio-9p: getattr server implementation for 9P2000.L protocol. [virtio-9p] Make v9fs_do_utimensat accept timespec structures instead of v9stat. virtio-9p: Implement server side of setattr for 9P2000.L protocol. virtio-9p: Change handling of flags in open() path for 9P2000.L Venkateswararao Jujjuri (JV) (3): [virtio-9p] Implement TLINK for 9P2000.L [virtio-9p] Define and implement TSYMLINK for 9P2000.L [virtio-9p] This patch implements TLCREATE for 9p2000.L protocol. hw/file-op-9p.h | 24 +- hw/virtio-9p-debug.c | 147 ++++- hw/virtio-9p-debug.h | 1 - hw/virtio-9p-local.c | 168 +++++- hw/virtio-9p.c | 1698 +++++++++++++++++++++++++++++++++++++++++++------- hw/virtio-9p.h | 196 ++++++- qemu-options.hx | 4 +- vl.c | 2 +- 8 files changed, 1986 insertions(+), 254 deletions(-)