From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=55441 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtQMv-0007la-6m for qemu-devel@nongnu.org; Wed, 08 Sep 2010 15:31:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OtQMt-0004Nj-VM for qemu-devel@nongnu.org; Wed, 08 Sep 2010 15:31:40 -0400 Received: from mail-vw0-f45.google.com ([209.85.212.45]:45328) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OtQMt-0004IN-TB for qemu-devel@nongnu.org; Wed, 08 Sep 2010 15:31:39 -0400 Received: by mail-vw0-f45.google.com with SMTP id 19so408568vws.4 for ; Wed, 08 Sep 2010 12:31:39 -0700 (PDT) Message-ID: <4C87E498.6050505@codemonkey.ws> Date: Wed, 08 Sep 2010 14:31:36 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <4C87E271.30206@linux.vnet.ibm.com> In-Reply-To: <4C87E271.30206@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: PULL request for VirtFS updates List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Venkateswararao Jujjuri (JV)" Cc: Qemu-development List On 09/08/2010 02:22 PM, Venkateswararao Jujjuri (JV) wrote: > The following changes since commit > ba5e7f82169f32ab8163c707d97c799ca09f8924: > Izumi Tsutsui (1): > vnc: use bswapNN() rather than bswap_NN() Pulled. Thanks. Regards, Anthony Liguori > 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(-) > >