summaryrefslogtreecommitdiffstats
path: root/hw/9pfs/virtio-9p.h
Commit message (Expand)AuthorAgeFilesLines
* virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini2019-11-291-1/+1
* 9pfs: introduce V9fsVirtioStateWei Liu2019-11-291-1/+11
* 9pfs: move handle_9p_output and make it static functionWei Liu2019-11-291-1/+0
* 9pfs: factor out virtio_9p_push_and_notifyWei Liu2019-11-291-0/+2
* 9pfs: break out 9p.h from virtio-9p.hWei Liu2019-11-291-318/+1
* 9pfs: break out virtio_init_iov_from_pduWei Liu2019-11-291-0/+2
* 9pfs: factor out virtio_pdu_{,un}marshalWei Liu2019-11-291-0/+5
* 9pfs: make pdu_{,un}marshal proper functionsWei Liu2019-11-291-4/+2
* fsdev: rename virtio-9p-marshal.{c,h} to 9p-iov-marshal.{c,h}Wei Liu2019-11-291-3/+3
* 9pfs: remove dead codeWei Liu2019-11-291-68/+0
* 9pfs: merge hw/virtio/virtio-9p.h into hw/9pfs/virtio-9p.hWei Liu2019-11-291-1/+7
* coroutine: move into libqemuutil.a libraryDaniel P. Berrange2015-10-201-1/+1
* virtio-9p-device: move qdev properties into virtio-9p-device.cShannon Zhao2015-06-101-4/+0
* virtio-9p: use standard headersMichael S. Tsirkin2015-02-261-16/+1
* virtio: use standard-headersMichael S. Tsirkin2015-02-261-0/+1
* hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitationChen Gang2014-03-041-3/+3
* virtio-9p: cleanup: QOM casts.KONRAD Frederic2013-04-231-1/+1
* virtio-9p-pci: switch to the new API.KONRAD Frederic2013-04-231-1/+0
* virtio-9p: add the virtio-9p device.KONRAD Frederic2013-04-231-0/+9
* hw: move headers to include/Paolo Bonzini2013-04-081-1/+1
* virtio-9p: remove PCI dependencies from hw/9pfs/Paolo Bonzini2013-03-011-1/+0
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* block: move include files to include/block/Paolo Bonzini2012-12-191-1/+1
* hw/9pfs: Move pdu_marshal/unmarshal code to a seperate fileM. Mohan Kumar2012-01-041-75/+8
* hw/9pfs: Use the correct signed type for different variablesAneesh Kumar K.V2011-12-211-1/+1
* hw/9pfs: use migration blockers to prevent live migration when virtfs export ...Aneesh Kumar K.V2011-12-041-2/+3
* hw/9pfs: Add synthetic file system support using 9pAneesh Kumar K.V2011-10-311-0/+6
* hw/9pfs: Abstract open state of fid to V9fsFidOpenStateAneesh Kumar K.V2011-10-311-9/+12
* hw/9pfs: Use export_flag for indicating whether fs driver use path names.Aneesh Kumar K.V2011-10-151-3/+3
* hw/9pfs: Add open flag mappingM. Mohan Kumar2011-10-151-0/+24
* virtio-9p: Use 9P specific Lock constantsM. Mohan Kumar2011-10-151-0/+5
* hw/9pfs: Implement TFLUSH operationAneesh Kumar K.V2011-09-221-1/+9
* hw/9pfs: Add fs driver specific details to fscontextAneesh Kumar K.V2011-09-221-0/+21
* hw/9pfs: Move fid pathname tracking to seperate data type.Aneesh Kumar K.V2011-09-221-1/+6
* hw/9pfs: Use read-write lock for protecting fid path.Aneesh Kumar K.V2011-09-221-0/+7
* hw/9pfs: Make v9fs_string* functions non-staticAneesh Kumar K.V2011-09-221-0/+5
* hw/9pfs: add 9P2000.L unlinkat operationAneesh Kumar K.V2011-09-091-0/+2
* hw/9pfs: add 9P2000.L renameat operationAneesh Kumar K.V2011-09-091-0/+2
* Merge remote-tracking branch 'aneesh/for-upstream-3' into stagingAnthony Liguori2011-09-081-3/+21
|\
| * hw/9pfs: Add file descriptor reclaim supportAneesh Kumar K.V2011-08-251-3/+19
| * hw/9pfs: Add reference counting for fidAneesh Kumar K.V2011-08-251-0/+2
* | Use new macro QEMU_PACKED for packed structuresStefan Weil2011-09-031-1/+1
|/
* hw/9pfs: Update v9fs_wstat to use coroutinesAneesh Kumar K.V2011-08-221-10/+0
* hw/9pfs: Update v9fs_symlink to use coroutinesVenkateswararao Jujjuri2011-08-221-12/+0
* hw/9pfs: Update v9fs_create to use coroutinesVenkateswararao Jujjuri2011-08-221-14/+0
* hw/9pfs: Update v9fs_walk to use coroutinesAneesh Kumar K.V2011-08-221-13/+0
* hw/9pfs: Update v9fs_lcreate to use coroutinesVenkateswararao Jujjuri2011-08-221-11/+0
* hw/9pfs: Update v9fs_getlock to use coroutinesAneesh Kumar K.V2011-08-221-9/+0
* hw/9pfs: Update v9fs_lock to use coroutinesAneesh Kumar K.V2011-08-221-10/+0
* hw/9pfs: Update vfs_rename to use coroutinesAneesh Kumar K.V2011-08-081-9/+0
OpenPOWER on IntegriCloud