All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] PULL request for VirtFS updates
@ 2010-09-08 19:22 Venkateswararao Jujjuri (JV)
  2010-09-08 19:31 ` [Qemu-devel] " Anthony Liguori
  0 siblings, 1 reply; 2+ messages in thread
From: Venkateswararao Jujjuri (JV) @ 2010-09-08 19:22 UTC (permalink / raw)
  To: anthony, 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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Qemu-devel] Re: PULL request for VirtFS updates
  2010-09-08 19:22 [Qemu-devel] PULL request for VirtFS updates Venkateswararao Jujjuri (JV)
@ 2010-09-08 19:31 ` Anthony Liguori
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony Liguori @ 2010-09-08 19:31 UTC (permalink / raw)
  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(-)
>
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-09-08 19:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-08 19:22 [Qemu-devel] PULL request for VirtFS updates Venkateswararao Jujjuri (JV)
2010-09-08 19:31 ` [Qemu-devel] " Anthony Liguori

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.