summaryrefslogtreecommitdiff
path: root/hw/9pfs/virtio-9p.h
AgeCommit message (Expand)AuthorFilesLines
2014-03-04hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitationChen Gang1-3/+3
2013-04-23virtio-9p: cleanup: QOM casts.KONRAD Frederic1-1/+1
2013-04-23virtio-9p-pci: switch to the new API.KONRAD Frederic1-1/+0
2013-04-23virtio-9p: add the virtio-9p device.KONRAD Frederic1-0/+9
2013-04-08hw: move headers to include/Paolo Bonzini1-1/+1
2013-03-01virtio-9p: remove PCI dependencies from hw/9pfs/Paolo Bonzini1-1/+0
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19block: move include files to include/block/Paolo Bonzini1-1/+1
2012-01-04hw/9pfs: Move pdu_marshal/unmarshal code to a seperate fileM. Mohan Kumar1-75/+8
2011-12-21hw/9pfs: Use the correct signed type for different variablesAneesh Kumar K.V1-1/+1
2011-12-04hw/9pfs: use migration blockers to prevent live migration when virtfs export ...Aneesh Kumar K.V1-2/+3
2011-10-31hw/9pfs: Add synthetic file system support using 9pAneesh Kumar K.V1-0/+6
2011-10-31hw/9pfs: Abstract open state of fid to V9fsFidOpenStateAneesh Kumar K.V1-9/+12
2011-10-15hw/9pfs: Use export_flag for indicating whether fs driver use path names.Aneesh Kumar K.V1-3/+3
2011-10-15hw/9pfs: Add open flag mappingM. Mohan Kumar1-0/+24
2011-10-15virtio-9p: Use 9P specific Lock constantsM. Mohan Kumar1-0/+5
2011-09-22hw/9pfs: Implement TFLUSH operationAneesh Kumar K.V1-1/+9
2011-09-22hw/9pfs: Add fs driver specific details to fscontextAneesh Kumar K.V1-0/+21
2011-09-22hw/9pfs: Move fid pathname tracking to seperate data type.Aneesh Kumar K.V1-1/+6
2011-09-22hw/9pfs: Use read-write lock for protecting fid path.Aneesh Kumar K.V1-0/+7
2011-09-22hw/9pfs: Make v9fs_string* functions non-staticAneesh Kumar K.V1-0/+5
2011-09-09hw/9pfs: add 9P2000.L unlinkat operationAneesh Kumar K.V1-0/+2
2011-09-09hw/9pfs: add 9P2000.L renameat operationAneesh Kumar K.V1-0/+2
2011-09-08Merge remote-tracking branch 'aneesh/for-upstream-3' into stagingAnthony Liguori1-3/+21
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil1-1/+1
2011-08-25hw/9pfs: Add file descriptor reclaim supportAneesh Kumar K.V1-3/+19
2011-08-25hw/9pfs: Add reference counting for fidAneesh Kumar K.V1-0/+2
2011-08-22hw/9pfs: Update v9fs_wstat to use coroutinesAneesh Kumar K.V1-10/+0
2011-08-22hw/9pfs: Update v9fs_symlink to use coroutinesVenkateswararao Jujjuri1-12/+0
2011-08-22hw/9pfs: Update v9fs_create to use coroutinesVenkateswararao Jujjuri1-14/+0
2011-08-22hw/9pfs: Update v9fs_walk to use coroutinesAneesh Kumar K.V1-13/+0
2011-08-22hw/9pfs: Update v9fs_lcreate to use coroutinesVenkateswararao Jujjuri1-11/+0
2011-08-22hw/9pfs: Update v9fs_getlock to use coroutinesAneesh Kumar K.V1-9/+0
2011-08-22hw/9pfs: Update v9fs_lock to use coroutinesAneesh Kumar K.V1-10/+0
2011-08-08hw/9pfs: Update vfs_rename to use coroutinesAneesh Kumar K.V1-9/+0
2011-08-08hw/9pfs: Update v9fs_remove to use coroutinesVenkateswararao Jujjuri1-6/+0
2011-08-08hw/9pfs: Update v9fs_xattrcreate to use coroutinesAneesh Kumar K.V1-11/+0
2011-08-08hw/9pfs: Update v9fs_setattr to use coroutinesAneesh Kumar K.V1-8/+0
2011-08-08hw/9pfs: Update v9fs_getattr to use coroutinesAneesh Kumar K.V1-8/+0
2011-08-08hw/9pfs: Update v9fs_statfs to use coroutinesAneesh Kumar K.V1-22/+0
2011-08-08hw/9pfs: Update v9fs_readlink to use coroutineVenkateswararao Jujjuri1-8/+0
2011-08-08[virtio-9p] Change all pdu handlers to coroutines.Venkateswararao Jujjuri (JV)1-1/+3
2011-06-01[virtio-9p] Make rpath thread safeVenkateswararao Jujjuri (JV)1-0/+5
2011-06-01virtio-9p: Move device specific code to virtio-9p-deviceAneesh Kumar K.V1-0/+2
2011-04-27v9fs_walk: As per 9p2000 RFC, MAXWELEM >= nwnames >= 0.Harsh Prateek Bora1-1/+1
2011-04-27virtio-9p: move 9p files aroundAneesh Kumar K.V1-0/+507