summaryrefslogtreecommitdiff
path: root/hw/9pfs/cofs.c
AgeCommit message (Expand)Author
2021-07-059pfs: add link to 9p developer docsChristian Schoenebeck
2020-11-05hw/9pfs : add space before the open parenthesis '('Xinhao Zhang
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2016-10-179pfs: use coroutine_fn annotation in hw/9pfs/co*.[ch]Greg Kurz
2016-06-069p/fsdev: remove obsolete references to virtioGreg Kurz
2016-01-299pfs: Clean up includesPeter Maydell
2016-01-089pfs: rename virtio-9p-coth.{c,h} to coth.{c,h}Wei Liu
2015-10-20coroutine: move into libqemuutil.a libraryDaniel P. Berrange
2014-03-04hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitationChen Gang
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19block: move include files to include/block/Paolo Bonzini
2011-10-15hw/9pfs: Use export_flag for indicating whether fs driver use path names.Aneesh Kumar K.V
2011-09-22hw/9pfs: Implement TFLUSH operationAneesh Kumar K.V
2011-09-22hw/9pfs: Add fs driver specific details to fscontextAneesh Kumar K.V
2011-09-22hw/9pfs: Move fid pathname tracking to seperate data type.Aneesh Kumar K.V
2011-09-22hw/9pfs: Use read-write lock for protecting fid path.Aneesh Kumar K.V
2011-08-22hw/9pfs: Add yield support for symlin coroutineVenkateswararao Jujjuri
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-08hw/9pfs: Add yeild support to rename coroutineAneesh Kumar K.V
2011-08-08hw/9pfs: Add yield support for removeVenkateswararao Jujjuri
2011-08-08hw/9pfs: Add yield support to mknod coroutineAneesh Kumar K.V
2011-08-08hw/9pfs: Add yield support to setattr related coroutinesAneesh Kumar K.V
2011-08-08hw/9pfs: Add yield support to statfs coroutineAneesh Kumar K.V
2011-08-08hw/9pfs: Add yeild support for readlinkVenkateswararao Jujjuri (JV)