aboutsummaryrefslogtreecommitdiff
path: root/hw/9pfs/virtio-9p-device.c
AgeCommit message (Expand)Author
2011-10-15hw/9pfs: Use export flag for indicating security modelAneesh Kumar K.V
2011-10-15hw/9pfs: Rename fstype to fsdriver to make it consistent across VirtFS codeAneesh Kumar K.V
2011-10-15hw/9pfs: Use export_flag for indicating whether fs driver use path names.Aneesh Kumar K.V
2011-10-15hw/9pfs: Use fs driver specific lstatM. Mohan Kumar
2011-10-15hw/9pfs: Add st_gen support in getattr replyHarsh Prateek Bora
2011-10-15hw/9pfs: Ensure an error is reported to user if 9pfs mount tag is too longDaniel P. Berrange
2011-10-12hw/9pfs: Add new virtfs option writeout=immediate skip host page cacheAneesh Kumar K.V
2011-10-12hw/9pfs: Use ioeventfd for 9pAneesh 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: Add init callback to fs driverAneesh Kumar K.V
2011-09-22hw/9pfs: Use read-write lock for protecting fid path.Aneesh Kumar K.V
2011-08-25hw/9pfs: init fid list properlyAneesh Kumar K.V
2011-08-25hw/9pfs: Add file descriptor reclaim supportAneesh Kumar K.V
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
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-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