summaryrefslogtreecommitdiff
path: root/hw/9pfs
AgeCommit message (Expand)AuthorFilesLines
2011-08-20Use glib memory allocation and free functionsAnthony Liguori4-70/+70
2011-08-08hw/9pfs: Update vfs_rename to use coroutinesAneesh Kumar K.V2-89/+52
2011-08-08hw/9pfs: Add yeild support to rename coroutineAneesh Kumar K.V2-0/+15
2011-08-08hw/9pfs: Update v9fs_remove to use coroutinesVenkateswararao Jujjuri2-43/+13
2011-08-08hw/9pfs: Add yield support for removeVenkateswararao Jujjuri2-0/+15
2011-08-08hw/9pfs: Update mkdir to use coroutinesVenkateswararao Jujjuri1-71/+25
2011-08-08hw/9pfs: Add yield support for mkdir coroutineVenkateswararao Jujjuri2-0/+20
2011-08-08hw/9pfs: Update v9fs_mknod to use coroutinesAneesh Kumar K.V1-58/+30
2011-08-08hw/9pfs: Add yield support to mknod coroutineAneesh Kumar K.V2-0/+23
2011-08-08hw/9pfs: Update v9fs_xattrcreate to use coroutinesAneesh Kumar K.V2-38/+26
2011-08-08hw/9pfs: Update v9fs_xattrwalk to coroutinesAneesh Kumar K.V1-135/+63
2011-08-08hw/9pfs: Add yield support to xattr related coroutineAneesh Kumar K.V2-0/+53
2011-08-08hw/9pfs: Update v9fs_setattr to use coroutinesAneesh Kumar K.V2-117/+54
2011-08-08hw/9pfs: Add yield support to setattr related coroutinesAneesh Kumar K.V2-0/+68
2011-08-08hw/9pfs: Update v9fs_getattr to use coroutinesAneesh Kumar K.V2-46/+19
2011-08-08hw/9pfs: Add yield support to lstat coroutineAneesh Kumar K.V2-0/+33
2011-08-08hw/9pfs: Update v9fs_statfs to use coroutinesAneesh Kumar K.V2-70/+44
2011-08-08hw/9pfs: Add yield support to statfs coroutineAneesh Kumar K.V2-0/+15
2011-08-08hw/9pfs: Update v9fs_readdir to use coroutinesAneesh Kumar K.V1-101/+72
2011-08-08hw/9pfs: Add yield support for readdir related coroutinesAneesh Kumar K.V2-0/+71
2011-08-08hw/9pfs: Update v9fs_readlink to use coroutineVenkateswararao Jujjuri2-60/+17
2011-08-08hw/9pfs: Add yeild support for readlinkVenkateswararao Jujjuri (JV)2-0/+45
2011-08-08[virtio-9p] Change all pdu handlers to coroutines.Venkateswararao Jujjuri (JV)3-43/+104
2011-08-08[virtio-9p] Add infrastructure to support glib threads and coroutines.Venkateswararao Jujjuri (JV)3-2/+165
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin9-221/+316
2011-06-08Merge remote-tracking branch 'jvrao/for-anthony' into stagingAnthony Liguori9-220/+316
2011-06-03virtio-9p: Remove statement without effect (fix warning from cppcheck)Stefan Weil1-1/+0
2011-06-01hw/9pfs: Don't crash when we get a request with not supported 9p operationAneesh Kumar K.V1-6/+11
2011-06-01[virtio-9p] Make rpath thread safeVenkateswararao Jujjuri (JV)6-85/+98
2011-06-01virtio-9p: Use relative includes for files in hwStefan Weil7-12/+14
2011-06-01virtio-9p: Move device specific code to virtio-9p-deviceAneesh Kumar K.V3-154/+176
2011-06-01virtio-9p: Move 9p device registration into virtio-9p.cAneesh Kumar K.V1-0/+38
2011-06-01[virtio-9p] Stop renaming files with similar name!Malahal Naineni1-4/+20
2011-04-27v9fs_walk: As per 9p2000 RFC, MAXWELEM >= nwnames >= 0.Harsh Prateek Bora2-3/+6
2011-04-27hw/virtio-9p-local.c: Remove unnecessary null char in symlink fileHarsh Prateek Bora1-1/+1
2011-04-27virtio-9p: Bugfix to send correct iounitM. Mohan Kumar1-1/+1
2011-04-27virtio-9p: removexattr on default acl should return 0Aneesh Kumar K.V1-2/+13
2011-04-27virtio-9p: Print the pdu details on returnAneesh Kumar K.V1-1/+4
2011-04-27virtio-9p: move 9p files aroundAneesh Kumar K.V9-0/+5972