mbox

[PULL,v2,00/16] 9p queue (previous 2020-10-23)

Message ID cover.1604067568.git.qemu_oss@crudebyte.com
State New
Headers show

Pull-request

https://github.com/cschoenebeck/qemu.git tags/pull-9p-20201030

Message

Christian Schoenebeck Oct. 30, 2020, 2:19 p.m. UTC
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(-)