qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Venkateswararao Jujjuri (JV)" <jvrao@linux.vnet.ibm.com>
To: Anthony Liguori <aliguori@linux.vnet.ibm.com>,
	Qemu-development List <qemu-devel@nongnu.org>
Subject: [Qemu-devel] [PULL] virtio-9p patches - Request for pull
Date: Mon, 18 Oct 2010 14:25:34 -0700	[thread overview]
Message-ID: <4CBCBB4E.8000705@linux.vnet.ibm.com> (raw)

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

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	other threads:[~2010-10-18 21:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-18 21:25 Venkateswararao Jujjuri (JV) [this message]
2010-10-20 19:03 ` [Qemu-devel] [PULL] virtio-9p patches - Request for pull Anthony Liguori
  -- strict thread matches above, loose matches on Subject: below --
2010-12-03  0:05 Venkateswararao Jujjuri (JV)
2010-12-17 14:48 ` Anthony Liguori
2011-02-18  0:34 Venkateswararao Jujjuri (JV)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4CBCBB4E.8000705@linux.vnet.ibm.com \
    --to=jvrao@linux.vnet.ibm.com \
    --cc=aliguori@linux.vnet.ibm.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).