qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>
To: qemu-devel@nongnu.org
Cc: aliguori@us.ibm.com
Subject: [Qemu-devel] [RFC PATCH] Implement synthetic file system support in qemu using 9p
Date: Fri,  9 Sep 2011 16:37:10 +0530	[thread overview]
Message-ID: <1315566433-16202-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> (raw)

This patchset implement a synthetic file system in qemu using 9p. The immediate goal
is to get better error injection based testing for VirtFS server. But i guess
other subsystem in qemu can use the framework to expose hypervisor data to guest.
The framework also enables qemu subsytem to allow guest to tune/change hypervisor/host
configuration.

-aneesh

             reply	other threads:[~2011-09-09 11:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-09 11:07 Aneesh Kumar K.V [this message]
2011-09-09 11:07 ` [Qemu-devel] [RFC PATCH 1/3] hw/9pfs: Abstract open state of fid to V9fsFidOpenState Aneesh Kumar K.V
2011-09-09 11:07 ` [Qemu-devel] [RFC PATCH 2/3] hw/9pfs: Add synthetic file system support using 9p Aneesh Kumar K.V
2011-09-09 11:07 ` [Qemu-devel] [RFC PATCH 3/3] hw/9pfs: Add synth fs test Aneesh Kumar K.V

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=1315566433-16202-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com \
    --to=aneesh.kumar@linux.vnet.ibm.com \
    --cc=aliguori@us.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).