All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/6] fsdev/virtfs: Assorted cleanups and fixes
@ 2019-05-07  8:44 Greg Kurz
  2019-05-07  8:44 ` [Qemu-devel] [PATCH 1/6] fsdev: Drop unused extern declaration Greg Kurz
                   ` (5 more replies)
  0 siblings, 6 replies; 22+ messages in thread
From: Greg Kurz @ 2019-05-07  8:44 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini, Thomas Huth, Greg Kurz

Hi,

This series does several things, not necessarily related, but I post
them all together anyway because it will be more convenient for me
to merge them after review, given the little time I can spend on
virtfs maintainership.

Thomas,

Patch 6 supersedes http://patchwork.ozlabs.org/patch/1095472/ but I'd
appreciate your valuable feedback on the other ones as well :)

Cheers,

--
Greg

---

Greg Kurz (6):
      fsdev: Drop unused extern declaration
      fsdev: Drop unused opaque field
      fsdev: Move some types definition to qemu-fsdev.c
      fsdev: Error out when unsupported option is passed
      vl: Deprecate -virtfs_synth
      virtfs: Fix documentation of -fsdev and -virtfs


 fsdev/file-op-9p.h   |    1 -
 fsdev/qemu-fsdev.c   |   97 ++++++++++++++++++++++++++++++++++++++++++++++++--
 fsdev/qemu-fsdev.h   |   25 -------------
 qemu-deprecated.texi |    4 ++
 qemu-options.hx      |   87 ++++++++++++++++++++++++++++++++-------------
 vl.c                 |    5 +++
 6 files changed, 165 insertions(+), 54 deletions(-)



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

end of thread, other threads:[~2019-05-13  9:48 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-07  8:44 [Qemu-devel] [PATCH 0/6] fsdev/virtfs: Assorted cleanups and fixes Greg Kurz
2019-05-07  8:44 ` [Qemu-devel] [PATCH 1/6] fsdev: Drop unused extern declaration Greg Kurz
2019-05-07 10:15   ` Thomas Huth
2019-05-09 13:20     ` Greg Kurz
2019-05-07  8:44 ` [Qemu-devel] [PATCH 2/6] fsdev: Drop unused opaque field Greg Kurz
2019-05-07 10:24   ` Thomas Huth
2019-05-09 13:21     ` Greg Kurz
2019-05-07  8:45 ` [Qemu-devel] [PATCH 3/6] fsdev: Move some types definition to qemu-fsdev.c Greg Kurz
2019-05-08  8:28   ` Thomas Huth
2019-05-09 13:21     ` Greg Kurz
2019-05-07  8:45 ` [Qemu-devel] [PATCH 4/6] fsdev: Error out when unsupported option is passed Greg Kurz
2019-05-08 16:23   ` Eric Blake
2019-05-09 13:22     ` Greg Kurz
2019-05-07  8:45 ` [Qemu-devel] [PATCH 5/6] vl: Deprecate -virtfs_synth Greg Kurz
2019-05-08  8:26   ` Thomas Huth
2019-05-08  8:55     ` Greg Kurz
2019-05-07  8:45 ` [Qemu-devel] [PATCH 6/6] virtfs: Fix documentation of -fsdev and -virtfs Greg Kurz
2019-05-08 15:54   ` Thomas Huth
2019-05-09 13:18     ` Greg Kurz
2019-05-13  8:39       ` Thomas Huth
2019-05-13  9:34         ` Greg Kurz
2019-05-13  9:47           ` Thomas Huth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.