qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] Support for i_generation / st_gen in 9p server
@ 2011-08-10  5:36 Harsh Prateek Bora
  2011-08-10  5:36 ` [Qemu-devel] [PATCH v2 1/2] i_generation / st_gen support for local fs type Harsh Prateek Bora
  2011-08-10  5:36 ` [Qemu-devel] [PATCH v2 2/2] i_generation / st_gen support for handle based fs driver Harsh Prateek Bora
  0 siblings, 2 replies; 3+ messages in thread
From: Harsh Prateek Bora @ 2011-08-10  5:36 UTC (permalink / raw)
  To: qemu-devel; +Cc: aneesh.kumar

This patch series provide support for i_generation / st_gen in 9p server.
First patch provide support for local fs type, second patch adds support
for handle based fs driver.

Harsh Prateek Bora (2):
  i_generation / st_gen support for local fs type
  i_generation / st_gen support for handle based fs driver

 fsdev/file-op-9p.h         |    7 +++++++
 hw/9pfs/cofile.c           |   22 ++++++++++++++++++++++
 hw/9pfs/virtio-9p-coth.h   |    2 ++
 hw/9pfs/virtio-9p-device.c |    1 +
 hw/9pfs/virtio-9p-handle.c |   30 ++++++++++++++++++++++++++++++
 hw/9pfs/virtio-9p-local.c  |   32 +++++++++++++++++++++++++++++++-
 hw/9pfs/virtio-9p.c        |    9 +++++++++
 7 files changed, 102 insertions(+), 1 deletions(-)

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

end of thread, other threads:[~2011-08-10  5:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-10  5:36 [Qemu-devel] [PATCH v2 0/2] Support for i_generation / st_gen in 9p server Harsh Prateek Bora
2011-08-10  5:36 ` [Qemu-devel] [PATCH v2 1/2] i_generation / st_gen support for local fs type Harsh Prateek Bora
2011-08-10  5:36 ` [Qemu-devel] [PATCH v2 2/2] i_generation / st_gen support for handle based fs driver Harsh Prateek Bora

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).