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