[PATCH 0/5] tests/9pfs: Code refactoring

Greg Kurz posted 5 patches 3 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/160320655763.255209.3890094487013964615.stgit@bahia.lan
Maintainers: Thomas Huth <thuth@redhat.com>, Christian Schoenebeck <qemu_oss@crudebyte.com>, Paolo Bonzini <pbonzini@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Greg Kurz <groug@kaod.org>
There is a newer version of this series
tests/qtest/virtio-9p-test.c |   62 +++++++++++++++++++++++-------------------
1 file changed, 34 insertions(+), 28 deletions(-)
[PATCH 0/5] tests/9pfs: Code refactoring
Posted by Greg Kurz 3 years, 6 months ago
Some code refactoring to have a clear distinction between top level
test functions and helper functions.

---

Greg Kurz (5):
      tests/9pfs: Factor out do_fs_version() helper
      tests/9pfs: Turn fs_readdir_split() into a helper
      tests/9pfs: Set alloc in fs_create_dir()
      tests/9pfs: Factor out do_fs_attach() helper
      tests/9pfs: Turn fs_mkdir() into a helper


 tests/qtest/virtio-9p-test.c |   62 +++++++++++++++++++++++-------------------
 1 file changed, 34 insertions(+), 28 deletions(-)

--
Greg