summaryrefslogtreecommitdiff
path: root/hw/9pfs
AgeCommit message (Expand)Author
2011-08-22hw/9pfs: Update v9fs_stat to use coroutinesAneesh Kumar K.V
2011-08-22hw/9pfs: Update v9fs_lcreate to use coroutinesVenkateswararao Jujjuri
2011-08-22hw/9pfs: Add yield support for open2 coroutineVenkateswararao Jujjuri
2011-08-22hw/9pfs: Update v9fs_open to use coroutinesAneesh Kumar K.V
2011-08-22hw/9pfs: Add yield support for open and opendir coroutineAneesh Kumar K.V
2011-08-22hw/9pfs: Update v9fs_getlock to use coroutinesAneesh Kumar K.V
2011-08-22hw/9pfs: Update v9fs_lock to use coroutinesAneesh Kumar K.V
2011-08-22hw/9pfs: Add yeild support for fstat coroutineAneesh Kumar K.V
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-08hw/9pfs: Update vfs_rename to use coroutinesAneesh Kumar K.V
2011-08-08hw/9pfs: Add yeild support to rename coroutineAneesh Kumar K.V
2011-08-08hw/9pfs: Update v9fs_remove to use coroutinesVenkateswararao Jujjuri
2011-08-08hw/9pfs: Add yield support for removeVenkateswararao Jujjuri
2011-08-08hw/9pfs: Update mkdir to use coroutinesVenkateswararao Jujjuri
2011-08-08hw/9pfs: Add yield support for mkdir coroutineVenkateswararao Jujjuri
2011-08-08hw/9pfs: Update v9fs_mknod to use coroutinesAneesh Kumar K.V
2011-08-08hw/9pfs: Add yield support to mknod coroutineAneesh Kumar K.V
2011-08-08hw/9pfs: Update v9fs_xattrcreate to use coroutinesAneesh Kumar K.V
2011-08-08hw/9pfs: Update v9fs_xattrwalk to coroutinesAneesh Kumar K.V
2011-08-08hw/9pfs: Add yield support to xattr related coroutineAneesh Kumar K.V
2011-08-08hw/9pfs: Update v9fs_setattr to use coroutinesAneesh Kumar K.V
2011-08-08hw/9pfs: Add yield support to setattr related coroutinesAneesh Kumar K.V
2011-08-08hw/9pfs: Update v9fs_getattr to use coroutinesAneesh Kumar K.V
2011-08-08hw/9pfs: Add yield support to lstat coroutineAneesh Kumar K.V
2011-08-08hw/9pfs: Update v9fs_statfs to use coroutinesAneesh Kumar K.V
2011-08-08hw/9pfs: Add yield support to statfs coroutineAneesh Kumar K.V
2011-08-08hw/9pfs: Update v9fs_readdir to use coroutinesAneesh Kumar K.V
2011-08-08hw/9pfs: Add yield support for readdir related coroutinesAneesh Kumar K.V
2011-08-08hw/9pfs: Update v9fs_readlink to use coroutineVenkateswararao Jujjuri
2011-08-08hw/9pfs: Add yeild support for readlinkVenkateswararao Jujjuri (JV)
2011-08-08[virtio-9p] Change all pdu handlers to coroutines.Venkateswararao Jujjuri (JV)
2011-08-08[virtio-9p] Add infrastructure to support glib threads and coroutines.Venkateswararao Jujjuri (JV)
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin
2011-06-08Merge remote-tracking branch 'jvrao/for-anthony' into stagingAnthony Liguori
2011-06-03virtio-9p: Remove statement without effect (fix warning from cppcheck)Stefan Weil
2011-06-01hw/9pfs: Don't crash when we get a request with not supported 9p operationAneesh Kumar K.V
2011-06-01[virtio-9p] Make rpath thread safeVenkateswararao Jujjuri (JV)
2011-06-01virtio-9p: Use relative includes for files in hwStefan Weil
2011-06-01virtio-9p: Move device specific code to virtio-9p-deviceAneesh Kumar K.V
2011-06-01virtio-9p: Move 9p device registration into virtio-9p.cAneesh Kumar K.V
2011-06-01[virtio-9p] Stop renaming files with similar name!Malahal Naineni
2011-04-27v9fs_walk: As per 9p2000 RFC, MAXWELEM >= nwnames >= 0.Harsh Prateek Bora
2011-04-27hw/virtio-9p-local.c: Remove unnecessary null char in symlink fileHarsh Prateek Bora
2011-04-27virtio-9p: Bugfix to send correct iounitM. Mohan Kumar
2011-04-27virtio-9p: removexattr on default acl should return 0Aneesh Kumar K.V
2011-04-27virtio-9p: Print the pdu details on returnAneesh Kumar K.V
2011-04-27virtio-9p: move 9p files aroundAneesh Kumar K.V