qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] PULL request for VirtFS updates


From: Venkateswararao Jujjuri (JV)
Subject: [Qemu-devel] PULL request for VirtFS updates
Date: Wed, 08 Sep 2010 12:22:25 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2

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(-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]