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