All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] tests/9pfs: Code refactoring
@ 2020-10-20 16:09 Greg Kurz
  2020-10-20 16:09 ` [PATCH v2 1/5] tests/9pfs: Factor out do_version() helper Greg Kurz
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Greg Kurz @ 2020-10-20 16:09 UTC (permalink / raw)
  To: Christian Schoenebeck; +Cc: qemu-devel, Greg Kurz

Some code refactoring to have a clear distinction between top level
test functions and helper functions.

v2: - use "do_" prefix instead of "do_fs_"

---

Greg Kurz (5):
      tests/9pfs: Factor out do_version() helper
      tests/9pfs: Turn fs_readdir_split() into a helper
      tests/9pfs: Set alloc in fs_create_dir()
      tests/9pfs: Factor out do_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



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

end of thread, other threads:[~2020-10-20 18:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-20 16:09 [PATCH v2 0/5] tests/9pfs: Code refactoring Greg Kurz
2020-10-20 16:09 ` [PATCH v2 1/5] tests/9pfs: Factor out do_version() helper Greg Kurz
2020-10-20 16:09 ` [PATCH v2 2/5] tests/9pfs: Turn fs_readdir_split() into a helper Greg Kurz
2020-10-20 16:09 ` [PATCH v2 3/5] tests/9pfs: Set alloc in fs_create_dir() Greg Kurz
2020-10-20 16:09 ` [PATCH v2 4/5] tests/9pfs: Factor out do_attach() helper Greg Kurz
2020-10-20 16:09 ` [PATCH v2 5/5] tests/9pfs: Turn fs_mkdir() into a helper Greg Kurz
2020-10-20 17:23 ` [PATCH v2 0/5] tests/9pfs: Code refactoring Christian Schoenebeck
2020-10-20 18:00   ` Greg Kurz

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.