Paolo Bonzini
|
c3b21fb189
9pfs: mark more coroutine_fns
|
2 年之前 |
Markus Armbruster
|
2379247810
coroutine: Clean up superfluous inclusion of qemu/coroutine.h
|
2 年之前 |
Markus Armbruster
|
1366244ab6
9pfs: Use g_new() & friends where that makes obvious sense
|
3 年之前 |
Christian Schoenebeck
|
1a7f240014
9pfs/codir.c: convert Doxygen -> kerneldoc format
|
3 年之前 |
Keno Fischer
|
6b3b279bd6
9p: darwin: Handle struct dirent differences
|
3 年之前 |
Vitaly Chikunov
|
e64e27d5cb
9pfs: Fix segfault in do_readdir_many caused by struct dirent overread
|
3 年之前 |
Christian Schoenebeck
|
6f56908427
9pfs: add link to 9p developer docs
|
4 年之前 |
Christian Schoenebeck
|
2149675b19
9pfs: add new function v9fs_co_readdir_many()
|
5 年之前 |
Christian Schoenebeck
|
dd8151f4fe
9pfs: split out fs driver core of v9fs_co_readdir()
|
5 年之前 |
Markus Armbruster
|
db72581598
Include qemu/main-loop.h less
|
6 年之前 |
Greg Kurz
|
5bdade6621
9pfs: use coroutine_fn annotation in hw/9pfs/co*.[ch]
|
8 年之前 |
Greg Kurz
|
635324e83e
9p: switch back to readdir()
|
9 年之前 |
Greg Kurz
|
af8b38b0d1
9p/fsdev: remove obsolete references to virtio
|
9 年之前 |
Peter Maydell
|
fbc0412709
9pfs: Clean up includes
|
9 年之前 |
Wei Liu
|
fe52840c87
9pfs: rename virtio-9p-coth.{c,h} to coth.{c,h}
|
9 年之前 |
Daniel P. Berrange
|
10817bf09d
coroutine: move into libqemuutil.a library
|
10 年之前 |
Paolo Bonzini
|
1de7afc984
misc: move include files to include/qemu/
|
12 年之前 |
Paolo Bonzini
|
737e150e89
block: move include files to include/block/
|
12 年之前 |
Dong Xu Wang
|
3a93113a00
fix typo: delete redundant semicolon
|
13 年之前 |
Aneesh Kumar K.V
|
cc720ddb54
hw/9pfs: Abstract open state of fid to V9fsFidOpenState
|
14 年之前 |
Aneesh Kumar K.V
|
bccacf6c79
hw/9pfs: Implement TFLUSH operation
|
14 年之前 |
Aneesh Kumar K.V
|
532decb715
hw/9pfs: Add fs driver specific details to fscontext
|
14 年之前 |
Aneesh Kumar K.V
|
2289be19ae
hw/9pfs: Move fid pathname tracking to seperate data type.
|
14 年之前 |
Aneesh Kumar K.V
|
02cb7f3a25
hw/9pfs: Use read-write lock for protecting fid path.
|
14 年之前 |
Aneesh Kumar K.V
|
95f65511c3
hw/9pfs: Add directory reclaim support
|
14 年之前 |
Aneesh Kumar K.V
|
7a46274529
hw/9pfs: Add file descriptor reclaim support
|
14 年之前 |
Harsh Prateek Bora
|
5f524c1ebc
use readdir_r instead of readdir for reentrancy
|
14 年之前 |
Aneesh Kumar K.V
|
bed4352c4f
hw/9pfs: Add yeild support for clunk related coroutine
|
14 年之前 |
Aneesh Kumar K.V
|
f6b7f0ab5c
hw/9pfs: Add yield support for open and opendir coroutine
|
14 年之前 |
Venkateswararao Jujjuri
|
d0884642b8
hw/9pfs: Add yield support for mkdir coroutine
|
14 年之前 |