aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest/libqos/virtio-9p-client.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-16tests/9p: fix potential leak in v9fs_rreaddir()Christian Schoenebeck1-0/+5
2022-10-24tests/9p: remove unnecessary g_strdup() callsChristian Schoenebeck1-11/+8
2022-10-24tests/9p: merge v9fs_tunlinkat() and do_unlinkat()Christian Schoenebeck1-8/+29
2022-10-24tests/9p: merge v9fs_tlink() and do_hardlink()Christian Schoenebeck1-8/+35
2022-10-24tests/9p: merge v9fs_tsymlink() and do_symlink()Christian Schoenebeck1-6/+31
2022-10-24tests/9p: merge v9fs_tlcreate() and do_lcreate()Christian Schoenebeck1-9/+36
2022-10-24tests/9p: merge v9fs_tmkdir() and do_mkdir()Christian Schoenebeck1-7/+35
2022-10-24tests/9p: convert v9fs_tflush() to declarative argumentsChristian Schoenebeck1-4/+19
2022-10-24tests/9p: convert v9fs_twrite() to declarative argumentsChristian Schoenebeck1-10/+28
2022-10-24tests/9p: convert v9fs_tlopen() to declarative argumentsChristian Schoenebeck1-6/+22
2022-10-24tests/9p: convert v9fs_treaddir() to declarative argumentsChristian Schoenebeck1-7/+25
2022-10-24tests/9p: convert v9fs_tgetattr() to declarative argumentsChristian Schoenebeck1-6/+26
2022-10-24tests/9p: merge v9fs_tattach(), do_attach(), do_attach_rqid()Christian Schoenebeck1-6/+34
2022-10-24tests/9p: merge v9fs_tversion() and do_version()Christian Schoenebeck1-7/+40
2022-10-24tests/9p: merge *walk*() functionsChristian Schoenebeck1-11/+103
2022-10-24tests/9p: split virtio-9p-test.c into tests and 9p client partChristian Schoenebeck1-0/+684