[Qemu-devel] [PATCH 0/6] fsdev/virtfs: Assorted cleanups and fixes

Greg Kurz posted 6 patches 4 years, 12 months ago
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/155721868351.451636.16735088470797960209.stgit@bahia.lan
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Greg Kurz <groug@kaod.org>
There is a newer version of this series
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(-)
[Qemu-devel] [PATCH 0/6] fsdev/virtfs: Assorted cleanups and fixes
Posted by Greg Kurz 4 years, 12 months ago
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(-)