qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@gmail.com>
To: "M. Mohan Kumar" <mohan@in.ibm.com>
Cc: rlandley@parallels.com, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH V3] virtio-9p: Add Read only support for 9p export.
Date: Tue, 24 May 2011 13:31:11 +0100	[thread overview]
Message-ID: <BANLkTimymNxgthvUJ0mTpg0GOLN5WxxDBQ@mail.gmail.com> (raw)
In-Reply-To: <1306239693-6606-1-git-send-email-mohan@in.ibm.com>

On Tue, May 24, 2011 at 1:21 PM, M. Mohan Kumar <mohan@in.ibm.com> wrote:
> A new fsdev parameter "readonly" is introduced to control accessing 9p export.
> readonly=on|off can be used to specify the access type. By default rw access
> is given to 9p export.
>
> Signed-off-by: M. Mohan Kumar <mohan@in.ibm.com>
> ---
> Change from previous version V2:
> * QEMU_OPT_BOOL is used for readdonly parameter
>
> Changes from previous version:
> * Use "readonly" option instead of "access"
> * Change function return type to boolean where its needed
>
>  fsdev/file-op-9p.h         |    1 +
>  fsdev/qemu-fsdev.c         |   11 ++++++++++-
>  fsdev/qemu-fsdev.h         |    3 +++
>  hw/9pfs/virtio-9p-device.c |    5 +++++
>  hw/9pfs/virtio-9p.c        |   41 +++++++++++++++++++++++++++++++++++++++++
>  qemu-config.c              |    7 +++++++
>  vl.c                       |    1 +
>  7 files changed, 68 insertions(+), 1 deletions(-)

Reviewed-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>

      reply	other threads:[~2011-05-24 12:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-24 12:21 [Qemu-devel] [PATCH V3] virtio-9p: Add Read only support for 9p export M. Mohan Kumar
2011-05-24 12:31 ` Stefan Hajnoczi [this message]

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=BANLkTimymNxgthvUJ0mTpg0GOLN5WxxDBQ@mail.gmail.com \
    --to=stefanha@gmail.com \
    --cc=mohan@in.ibm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=rlandley@parallels.com \
    /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).