index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
qtest
/
virtio-9p-test.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-24
tests/9p: merge v9fs_tunlinkat() and do_unlinkat()
Christian Schoenebeck
1
-18
/
+8
2022-10-24
tests/9p: merge v9fs_tlink() and do_hardlink()
Christian Schoenebeck
1
-17
/
+9
2022-10-24
tests/9p: merge v9fs_tsymlink() and do_symlink()
Christian Schoenebeck
1
-18
/
+9
2022-10-24
tests/9p: merge v9fs_tlcreate() and do_lcreate()
Christian Schoenebeck
1
-23
/
+7
2022-10-24
tests/9p: merge v9fs_tmkdir() and do_mkdir()
Christian Schoenebeck
1
-21
/
+9
2022-10-24
tests/9p: convert v9fs_tflush() to declarative arguments
Christian Schoenebeck
1
-2
/
+7
2022-10-24
tests/9p: simplify callers of twrite()
Christian Schoenebeck
1
-6
/
+3
2022-10-24
tests/9p: convert v9fs_twrite() to declarative arguments
Christian Schoenebeck
1
-3
/
+15
2022-10-24
tests/9p: simplify callers of tlopen()
Christian Schoenebeck
1
-33
/
+10
2022-10-24
tests/9p: convert v9fs_tlopen() to declarative arguments
Christian Schoenebeck
1
-6
/
+19
2022-10-24
tests/9p: simplify callers of treaddir()
Christian Schoenebeck
1
-10
/
+11
2022-10-24
tests/9p: convert v9fs_treaddir() to declarative arguments
Christian Schoenebeck
1
-2
/
+9
2022-10-24
tests/9p: simplify callers of tgetattr()
Christian Schoenebeck
1
-15
/
+7
2022-10-24
tests/9p: convert v9fs_tgetattr() to declarative arguments
Christian Schoenebeck
1
-2
/
+9
2022-10-24
tests/9p: simplify callers of tattach()
Christian Schoenebeck
1
-11
/
+8
2022-10-24
tests/9p: merge v9fs_tattach(), do_attach(), do_attach_rqid()
Christian Schoenebeck
1
-36
/
+26
2022-10-24
tests/9p: merge v9fs_tversion() and do_version()
Christian Schoenebeck
1
-18
/
+5
2022-10-24
tests/9p: simplify callers of twalk()
Christian Schoenebeck
1
-60
/
+32
2022-10-24
tests/9p: merge *walk*() functions
Christian Schoenebeck
1
-127
/
+60
2022-10-24
tests/9p: split virtio-9p-test.c into tests and 9p client part
Christian Schoenebeck
1
-744
/
+26
2022-06-16
tests/9pfs: check fid being unaffected in fs_walk_2nd_nonexistent
Christian Schoenebeck
1
-4
/
+22
2022-06-16
tests/9pfs: guard recent 'Twalk' behaviour fix
Christian Schoenebeck
1
-3
/
+39
2022-06-16
tests/9pfs: compare QIDs in fs_walk_none() test
Christian Schoenebeck
1
-0
/
+87
2022-06-16
tests/9pfs: Twalk with nwname=0
Christian Schoenebeck
1
-0
/
+22
2022-06-16
tests/9pfs: walk to non-existent dir
Christian Schoenebeck
1
-0
/
+30
2022-03-21
9pfs: Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-2
/
+2
2022-03-07
9p: darwin: Adjust assumption on virtio-9p-test
Will Cohen
1
-1
/
+1
2022-02-17
tests/9pfs: use g_autofree where possible
Christian Schoenebeck
1
-63
/
+27
2021-07-05
9pfs: add link to 9p developer docs
Christian Schoenebeck
1
-0
/
+5
2020-11-24
tests/9pfs: Mark "local" tests as "slow"
Greg Kurz
1
-0
/
+9
2020-11-01
tests/9pfs: add local Tunlinkat hard link test
Christian Schoenebeck
1
-0
/
+30
2020-11-01
tests/9pfs: add local Tlink test
Christian Schoenebeck
1
-0
/
+71
2020-11-01
tests/9pfs: add local Tunlinkat symlink test
Christian Schoenebeck
1
-0
/
+28
2020-11-01
tests/9pfs: add local Tsymlink test
Christian Schoenebeck
1
-0
/
+77
2020-11-01
tests/9pfs: add local Tunlinkat file test
Christian Schoenebeck
1
-0
/
+24
2020-11-01
tests/9pfs: add local Tlcreate test
Christian Schoenebeck
1
-0
/
+77
2020-11-01
tests/9pfs: add local Tunlinkat directory test
Christian Schoenebeck
1
-0
/
+71
2020-11-01
tests/9pfs: simplify do_mkdir()
Christian Schoenebeck
1
-8
/
+19
2020-11-01
tests/9pfs: Turn fs_mkdir() into a helper
Greg Kurz
1
-5
/
+2
2020-11-01
tests/9pfs: Turn fs_readdir_split() into a helper
Greg Kurz
1
-7
/
+7
2020-11-01
tests/9pfs: Factor out do_attach() helper
Greg Kurz
1
-12
/
+16
2020-11-01
tests/9pfs: Set alloc in fs_create_dir()
Greg Kurz
1
-0
/
+1
2020-11-01
tests/9pfs: Factor out do_version() helper
Greg Kurz
1
-5
/
+9
2020-11-01
tests/9pfs: fix test dir for parallel tests
Christian Schoenebeck
1
-0
/
+12
2020-10-19
tests/9pfs: add local Tmkdir test
Christian Schoenebeck
1
-0
/
+139
2020-10-19
tests/9pfs: introduce local tests
Christian Schoenebeck
1
-14
/
+30
2020-10-19
tests/9pfs: change qtest name prefix to synth
Christian Schoenebeck
1
-14
/
+14
2020-08-12
tests/virtio-9p: added split readdir tests
Christian Schoenebeck
1
-0
/
+108
2020-02-08
tests/virtio-9p: added readdir test
Christian Schoenebeck
1
-0
/
+152
2020-02-08
tests/virtio-9p: add terminating null in v9fs_string_read()
Christian Schoenebeck
1
-1
/
+2
[next]