summaryrefslogtreecommitdiff
path: root/hw/9pfs/virtio-9p.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-25hw/9pfs: Add reference counting for fidAneesh Kumar K.V1-91/+182
2011-08-22use readdir_r instead of readdir for reentrancyHarsh Prateek Bora1-6/+16
2011-08-22hw/9pfs: Update v9fs_read to use coroutinesAneesh Kumar K.V1-198/+117
2011-08-22hw/9pfs: Update v9fs_attach to use coroutinesAneesh Kumar K.V1-9/+4
2011-08-22hw/9pfs: Update v9fs_wstat to use coroutinesAneesh Kumar K.V1-201/+63
2011-08-22hw/9pfs: Update v9fs_write to use coroutinesAneesh Kumar K.V1-89/+59
2011-08-22hw/9pfs: Update v9fs_link to use coroutinesVenkateswararao Jujjuri (JV)1-13/+6
2011-08-22hw/9pfs: Update v9fs_symlink to use coroutinesVenkateswararao Jujjuri1-64/+28
2011-08-22hw/9pfs: Update v9fs_create to use coroutinesVenkateswararao Jujjuri1-202/+97
2011-08-22hw/9pfs: Update v9fs_fsync to use coroutinesAneesh Kumar K.V1-16/+11
2011-08-22hw/9pfs: Update v9fs_clunk to use coroutinesAneesh Kumar K.V1-37/+7
2011-08-22hw/9pfs: Update v9fs_walk to use coroutinesAneesh Kumar K.V1-138/+68
2011-08-22hw/9pfs: Update v9fs_stat to use coroutinesAneesh Kumar K.V1-41/+21
2011-08-22hw/9pfs: Update v9fs_lcreate to use coroutinesVenkateswararao Jujjuri1-91/+38
2011-08-22hw/9pfs: Update v9fs_open to use coroutinesAneesh Kumar K.V1-100/+43
2011-08-22hw/9pfs: Update v9fs_getlock to use coroutinesAneesh Kumar K.V1-23/+19
2011-08-22hw/9pfs: Update v9fs_lock to use coroutinesAneesh Kumar K.V1-24/+20
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-62/+62
2011-08-08hw/9pfs: Update vfs_rename to use coroutinesAneesh Kumar K.V1-80/+52
2011-08-08hw/9pfs: Update v9fs_remove to use coroutinesVenkateswararao Jujjuri1-37/+13
2011-08-08hw/9pfs: Update mkdir to use coroutinesVenkateswararao Jujjuri1-71/+25
2011-08-08hw/9pfs: Update v9fs_mknod to use coroutinesAneesh Kumar K.V1-58/+30
2011-08-08hw/9pfs: Update v9fs_xattrcreate to use coroutinesAneesh Kumar K.V1-27/+26
2011-08-08hw/9pfs: Update v9fs_xattrwalk to coroutinesAneesh Kumar K.V1-135/+63
2011-08-08hw/9pfs: Update v9fs_setattr to use coroutinesAneesh Kumar K.V1-109/+54
2011-08-08hw/9pfs: Update v9fs_getattr to use coroutinesAneesh Kumar K.V1-38/+19
2011-08-08hw/9pfs: Update v9fs_statfs to use coroutinesAneesh Kumar K.V1-48/+44
2011-08-08hw/9pfs: Update v9fs_readdir to use coroutinesAneesh Kumar K.V1-101/+72
2011-08-08hw/9pfs: Update v9fs_readlink to use coroutineVenkateswararao Jujjuri1-52/+17
2011-08-08[virtio-9p] Change all pdu handlers to coroutines.Venkateswararao Jujjuri (JV)1-42/+100
2011-06-08Merge remote-tracking branch 'jvrao/for-anthony' into stagingAnthony Liguori1-129/+35
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-01virtio-9p: Use relative includes for files in hwStefan Weil1-3/+3
2011-06-01virtio-9p: Move device specific code to virtio-9p-deviceAneesh Kumar K.V1-154/+1
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 Bora1-2/+5
2011-04-27virtio-9p: Bugfix to send correct iounitM. Mohan Kumar1-1/+1
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.V1-0/+3741