qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL] virtio-9p patches - Request for pull


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PULL] virtio-9p patches - Request for pull
Date: Wed, 20 Oct 2010 14:03:42 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.12) Gecko/20100915 Lightning/1.0b1 Thunderbird/3.0.8

On 10/18/2010 04:25 PM, Venkateswararao Jujjuri (JV) wrote:
The following changes since commit 38cc9b607f85017b095793cab6c129bc9844f441:
   Jindrich Makovicka (1):
         issue snd_pcm_start() when capturing audio

are available in the git repository at:

   git://repo.or.cz/qemu/aliguori/jvrao.git for-anthony

Pulled.  Thanks.

Regards,

Anthony Liguori

Aneesh Kumar K.V (2):
       virtio-9p: Use layered xattr approach
       virtio-9p: Support mapped posix acl

Harsh Prateek Bora (1):
       [virtio-9p] Qemu 9p commandline options validity checks

M. Mohan Kumar (3):
       [virto-9p] Implement TLOCK
       qemu-virtio9p: Implement TGETLOCK
       qemu-virtio-9p: Implement TREADLINK operation for 9p2000.L

Sanchit Garg (1):
       [virtio-9p] Use preadv/pwritev instead of readv/writev

Sripathi Kodi (1):
       [virtio-9p] open should not return EBADF

Venkateswararao Jujjuri (JV) (3):
       [virtio-9p] Introduce server side TFSYNC/RFSYNC for dotl
       [virtio-9p] Ignore O_DIRECT hint from client.
       [virtio-9p] Add support to v9fs_string_alloc_printf() for handling %lu.

  Makefile.objs             |    3 +-
  fsdev/qemu-fsdev.c        |   48 +++++---
  hw/file-op-9p.h           |   16 ++-
  hw/virtio-9p-debug.c      |   46 +++++++
  hw/virtio-9p-local.c      |  135 +++++---------------
  hw/virtio-9p-posix-acl.c  |  140 ++++++++++++++++++++
  hw/virtio-9p-xattr-user.c |  109 ++++++++++++++++
  hw/virtio-9p-xattr.c      |  156 ++++++++++++++++++++++
  hw/virtio-9p-xattr.h      |  103 +++++++++++++++
  hw/virtio-9p.c            |  314 +++++++++++++++++++++++++++++++++------------
  hw/virtio-9p.h            |   61 +++++++++
  11 files changed, 925 insertions(+), 206 deletions(-)
  create mode 100644 hw/virtio-9p-posix-acl.c
  create mode 100644 hw/virtio-9p-xattr-user.c
  create mode 100644 hw/virtio-9p-xattr.c







reply via email to

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