From: Christian Schoenebeck <qemu_oss@crudebyte.com>
To: qemu-devel@nongnu.org, Peter Maydell <peter.maydell@linaro.org>
Cc: Greg Kurz <groug@kaod.org>
Subject: [PULL v2 00/16] 9p queue (previous 2020-10-23)
Date: Fri, 30 Oct 2020 15:19:28 +0100 [thread overview]
Message-ID: <cover.1604067568.git.qemu_oss@crudebyte.com> (raw)
The following changes since commit a19d4bc452532a9402f90b77d2aaaed9fe1df046:
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20201028' into staging (2020-10-29 14:30:58 +0000)
are available in the Git repository at:
https://github.com/cschoenebeck/qemu.git tags/pull-9p-20201030
for you to fetch changes up to 69067bf1436aab1c84b98b8461e81a9633ec7872:
tests/9pfs: add local Tunlinkat hard link test (2020-10-30 14:59:39 +0100)
----------------------------------------------------------------
9pfs: more tests using local fs driver
Only 9pfs test case changes this time:
* Fix occasional test failures with parallel tests.
* Fix coverity error in test code.
* Avoid error when auto removing test directory if disappeared for
some reason.
* Refactor: Rename functions to make top-level test functions fs_*()
easily distinguishable from utility test functions do_*().
* Refactor: Drop unnecessary function arguments in utility test
functions.
* More test cases using the 9pfs 'local' filesystem driver backend,
namely for the following 9p requests: Tunlinkat, Tlcreate, Tsymlink
and Tlink.
----------------------------------------------------------------
Christian Schoenebeck (10):
tests/9pfs: fix test dir for parallel tests
tests/9pfs: fix coverity error in create_local_test_dir()
tests/9pfs: simplify do_mkdir()
tests/9pfs: add local Tunlinkat directory test
tests/9pfs: add local Tlcreate test
tests/9pfs: add local Tunlinkat file test
tests/9pfs: add local Tsymlink test
tests/9pfs: add local Tunlinkat symlink test
tests/9pfs: add local Tlink test
tests/9pfs: add local Tunlinkat hard link test
Greg Kurz (6):
tests/9pfs: Force removing of local 9pfs test directory
tests/9pfs: Factor out do_version() helper
tests/9pfs: Set alloc in fs_create_dir()
tests/9pfs: Factor out do_attach() helper
tests/9pfs: Turn fs_readdir_split() into a helper
tests/9pfs: Turn fs_mkdir() into a helper
tests/qtest/libqos/virtio-9p.c | 34 ++-
tests/qtest/virtio-9p-test.c | 467 +++++++++++++++++++++++++++++++++++++----
2 files changed, 457 insertions(+), 44 deletions(-)
next reply other threads:[~2020-10-30 14:46 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-30 14:19 Christian Schoenebeck [this message]
2020-10-20 16:09 ` [PULL v2 04/16] tests/9pfs: Factor out do_version() helper Christian Schoenebeck
2020-10-20 16:09 ` [PULL v2 07/16] tests/9pfs: Turn fs_readdir_split() into a helper Christian Schoenebeck
2020-10-20 16:09 ` [PULL v2 05/16] tests/9pfs: Set alloc in fs_create_dir() Christian Schoenebeck
2020-10-20 16:09 ` [PULL v2 06/16] tests/9pfs: Factor out do_attach() helper Christian Schoenebeck
2020-10-20 16:09 ` [PULL v2 08/16] tests/9pfs: Turn fs_mkdir() into a helper Christian Schoenebeck
2020-10-21 12:06 ` [PULL v2 09/16] tests/9pfs: simplify do_mkdir() Christian Schoenebeck
2020-10-21 12:17 ` [PULL v2 10/16] tests/9pfs: add local Tunlinkat directory test Christian Schoenebeck
2020-10-21 12:25 ` [PULL v2 11/16] tests/9pfs: add local Tlcreate test Christian Schoenebeck
2020-10-21 12:28 ` [PULL v2 12/16] tests/9pfs: add local Tunlinkat file test Christian Schoenebeck
2020-10-21 12:33 ` [PULL v2 13/16] tests/9pfs: add local Tsymlink test Christian Schoenebeck
2020-10-21 12:36 ` [PULL v2 14/16] tests/9pfs: add local Tunlinkat symlink test Christian Schoenebeck
2020-10-21 12:51 ` [PULL v2 15/16] tests/9pfs: add local Tlink test Christian Schoenebeck
2020-10-21 12:55 ` [PULL v2 16/16] tests/9pfs: add local Tunlinkat hard link test Christian Schoenebeck
2020-10-30 12:07 ` [PULL v2 01/16] tests/9pfs: fix test dir for parallel tests Christian Schoenebeck
2020-10-31 13:20 ` Christian Schoenebeck
2020-10-31 20:34 ` Peter Maydell
2020-10-31 21:15 ` Christian Schoenebeck
2020-11-01 11:37 ` Christian Schoenebeck
2020-10-30 12:07 ` [PULL v2 02/16] tests/9pfs: fix coverity error in create_local_test_dir() Christian Schoenebeck
2020-10-30 12:46 ` [PULL v2 03/16] tests/9pfs: Force removing of local 9pfs test directory Christian Schoenebeck
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1604067568.git.qemu_oss@crudebyte.com \
--to=qemu_oss@crudebyte.com \
--cc=groug@kaod.org \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.