aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest/virtio-9p-test.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-24tests/9p: merge v9fs_tunlinkat() and do_unlinkat()Christian Schoenebeck1-18/+8
2022-10-24tests/9p: merge v9fs_tlink() and do_hardlink()Christian Schoenebeck1-17/+9
2022-10-24tests/9p: merge v9fs_tsymlink() and do_symlink()Christian Schoenebeck1-18/+9
2022-10-24tests/9p: merge v9fs_tlcreate() and do_lcreate()Christian Schoenebeck1-23/+7
2022-10-24tests/9p: merge v9fs_tmkdir() and do_mkdir()Christian Schoenebeck1-21/+9
2022-10-24tests/9p: convert v9fs_tflush() to declarative argumentsChristian Schoenebeck1-2/+7
2022-10-24tests/9p: simplify callers of twrite()Christian Schoenebeck1-6/+3
2022-10-24tests/9p: convert v9fs_twrite() to declarative argumentsChristian Schoenebeck1-3/+15
2022-10-24tests/9p: simplify callers of tlopen()Christian Schoenebeck1-33/+10
2022-10-24tests/9p: convert v9fs_tlopen() to declarative argumentsChristian Schoenebeck1-6/+19
2022-10-24tests/9p: simplify callers of treaddir()Christian Schoenebeck1-10/+11
2022-10-24tests/9p: convert v9fs_treaddir() to declarative argumentsChristian Schoenebeck1-2/+9
2022-10-24tests/9p: simplify callers of tgetattr()Christian Schoenebeck1-15/+7
2022-10-24tests/9p: convert v9fs_tgetattr() to declarative argumentsChristian Schoenebeck1-2/+9
2022-10-24tests/9p: simplify callers of tattach()Christian Schoenebeck1-11/+8
2022-10-24tests/9p: merge v9fs_tattach(), do_attach(), do_attach_rqid()Christian Schoenebeck1-36/+26
2022-10-24tests/9p: merge v9fs_tversion() and do_version()Christian Schoenebeck1-18/+5
2022-10-24tests/9p: simplify callers of twalk()Christian Schoenebeck1-60/+32
2022-10-24tests/9p: merge *walk*() functionsChristian Schoenebeck1-127/+60
2022-10-24tests/9p: split virtio-9p-test.c into tests and 9p client partChristian Schoenebeck1-744/+26
2022-06-16tests/9pfs: check fid being unaffected in fs_walk_2nd_nonexistentChristian Schoenebeck1-4/+22
2022-06-16tests/9pfs: guard recent 'Twalk' behaviour fixChristian Schoenebeck1-3/+39
2022-06-16tests/9pfs: compare QIDs in fs_walk_none() testChristian Schoenebeck1-0/+87
2022-06-16tests/9pfs: Twalk with nwname=0Christian Schoenebeck1-0/+22
2022-06-16tests/9pfs: walk to non-existent dirChristian Schoenebeck1-0/+30
2022-03-219pfs: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-2/+2
2022-03-079p: darwin: Adjust assumption on virtio-9p-testWill Cohen1-1/+1
2022-02-17tests/9pfs: use g_autofree where possibleChristian Schoenebeck1-63/+27
2021-07-059pfs: add link to 9p developer docsChristian Schoenebeck1-0/+5
2020-11-24tests/9pfs: Mark "local" tests as "slow"Greg Kurz1-0/+9
2020-11-01tests/9pfs: add local Tunlinkat hard link testChristian Schoenebeck1-0/+30
2020-11-01tests/9pfs: add local Tlink testChristian Schoenebeck1-0/+71
2020-11-01tests/9pfs: add local Tunlinkat symlink testChristian Schoenebeck1-0/+28
2020-11-01tests/9pfs: add local Tsymlink testChristian Schoenebeck1-0/+77
2020-11-01tests/9pfs: add local Tunlinkat file testChristian Schoenebeck1-0/+24
2020-11-01tests/9pfs: add local Tlcreate testChristian Schoenebeck1-0/+77
2020-11-01tests/9pfs: add local Tunlinkat directory testChristian Schoenebeck1-0/+71
2020-11-01tests/9pfs: simplify do_mkdir()Christian Schoenebeck1-8/+19
2020-11-01tests/9pfs: Turn fs_mkdir() into a helperGreg Kurz1-5/+2
2020-11-01tests/9pfs: Turn fs_readdir_split() into a helperGreg Kurz1-7/+7
2020-11-01tests/9pfs: Factor out do_attach() helperGreg Kurz1-12/+16
2020-11-01tests/9pfs: Set alloc in fs_create_dir()Greg Kurz1-0/+1
2020-11-01tests/9pfs: Factor out do_version() helperGreg Kurz1-5/+9
2020-11-01tests/9pfs: fix test dir for parallel testsChristian Schoenebeck1-0/+12
2020-10-19tests/9pfs: add local Tmkdir testChristian Schoenebeck1-0/+139
2020-10-19tests/9pfs: introduce local testsChristian Schoenebeck1-14/+30
2020-10-19tests/9pfs: change qtest name prefix to synthChristian Schoenebeck1-14/+14
2020-08-12tests/virtio-9p: added split readdir testsChristian Schoenebeck1-0/+108
2020-02-08tests/virtio-9p: added readdir testChristian Schoenebeck1-0/+152
2020-02-08tests/virtio-9p: add terminating null in v9fs_string_read()Christian Schoenebeck1-1/+2