summaryrefslogtreecommitdiff
path: root/hw/9pfs/virtio-9p.h
AgeCommit message (Expand)Author
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2017-01-039pfs: introduce transport specific callbacksStefano Stabellini
2017-01-039pfs: move pdus to V9fsStateStefano Stabellini
2016-10-179pfs: fsdev: drop useless extern annotation for functionsGreg Kurz
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini
2016-01-129pfs: introduce V9fsVirtioStateWei Liu
2016-01-089pfs: move handle_9p_output and make it static functionWei Liu
2016-01-089pfs: factor out virtio_9p_push_and_notifyWei Liu
2016-01-089pfs: break out 9p.h from virtio-9p.hWei Liu
2016-01-089pfs: break out virtio_init_iov_from_pduWei Liu
2016-01-089pfs: factor out virtio_pdu_{,un}marshalWei Liu
2016-01-089pfs: make pdu_{,un}marshal proper functionsWei Liu
2016-01-08fsdev: rename virtio-9p-marshal.{c,h} to 9p-iov-marshal.{c,h}Wei Liu
2016-01-089pfs: remove dead codeWei Liu
2016-01-089pfs: merge hw/virtio/virtio-9p.h into hw/9pfs/virtio-9p.hWei Liu
2015-10-20coroutine: move into libqemuutil.a libraryDaniel P. Berrange
2015-06-10virtio-9p-device: move qdev properties into virtio-9p-device.cShannon Zhao
2015-02-26virtio-9p: use standard headersMichael S. Tsirkin
2015-02-26virtio: use standard-headersMichael S. Tsirkin
2014-03-04hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitationChen Gang
2013-04-23virtio-9p: cleanup: QOM casts.KONRAD Frederic
2013-04-23virtio-9p-pci: switch to the new API.KONRAD Frederic
2013-04-23virtio-9p: add the virtio-9p device.KONRAD Frederic
2013-04-08hw: move headers to include/Paolo Bonzini
2013-03-01virtio-9p: remove PCI dependencies from hw/9pfs/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-01-04hw/9pfs: Move pdu_marshal/unmarshal code to a seperate fileM. Mohan Kumar
2011-12-21hw/9pfs: Use the correct signed type for different variablesAneesh Kumar K.V
2011-12-04hw/9pfs: use migration blockers to prevent live migration when virtfs export ...Aneesh Kumar K.V
2011-10-31hw/9pfs: Add synthetic file system support using 9pAneesh Kumar K.V
2011-10-31hw/9pfs: Abstract open state of fid to V9fsFidOpenStateAneesh 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: Add open flag mappingM. Mohan Kumar
2011-10-15virtio-9p: Use 9P specific Lock constantsM. Mohan Kumar
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: Move fid pathname tracking to seperate data type.Aneesh Kumar K.V
2011-09-22hw/9pfs: Use read-write lock for protecting fid path.Aneesh Kumar K.V
2011-09-22hw/9pfs: Make v9fs_string* functions non-staticAneesh Kumar K.V
2011-09-09hw/9pfs: add 9P2000.L unlinkat operationAneesh Kumar K.V
2011-09-09hw/9pfs: add 9P2000.L renameat operationAneesh Kumar K.V
2011-09-08Merge remote-tracking branch 'aneesh/for-upstream-3' into stagingAnthony Liguori
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil
2011-08-25hw/9pfs: Add file descriptor reclaim supportAneesh Kumar K.V
2011-08-25hw/9pfs: Add reference counting for fidAneesh Kumar K.V
2011-08-22hw/9pfs: Update v9fs_wstat to use coroutinesAneesh Kumar K.V