summaryrefslogtreecommitdiffstats
path: root/hw/9pfs/virtio-9p-device.c
Commit message (Expand)AuthorAgeFilesLines
* hw/9pfs: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster2013-01-301-1/+1
* g_strdup(NULL) returns NULL; simplifyMarkus Armbruster2013-01-301-5/+1
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-01-141-1/+1
|\
| * virtio-9p: use symbolic constant, add to pci-ids.txtPaolo Bonzini2013-01-081-1/+1
* | Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
|/
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* Merge remote-tracking branch 'aneesh/for-upstream' into stagingAnthony Liguori2012-02-081-9/+0
|\
| * hw/9pfs: Add new security model mapped-file.Aneesh Kumar K.V2012-01-191-9/+0
* | qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-7/+9
* | pci: convert to QEMU Object ModelAnthony Liguori2012-01-271-17/+26
* | qdev: prepare source tree for code conversionAnthony Liguori2012-01-271-2/+1
|/
* hw/9pfs: Move opt validation to FsDriver callbackAneesh Kumar K.V2012-01-041-5/+8
* hw/9pfs: Add qdev.reset callback for virtio-9p-pci deviceAneesh Kumar K.V2011-12-041-1/+2
* hw/9pfs: use migration blockers to prevent live migration when virtfs export ...Aneesh Kumar K.V2011-12-041-11/+11
* hw/9pfs: Use export flag for indicating security modelAneesh Kumar K.V2011-10-151-24/+7
* hw/9pfs: Rename fstype to fsdriver to make it consistent across VirtFS codeAneesh Kumar K.V2011-10-151-1/+1
* hw/9pfs: Use export_flag for indicating whether fs driver use path names.Aneesh Kumar K.V2011-10-151-1/+0
* hw/9pfs: Use fs driver specific lstatM. Mohan Kumar2011-10-151-10/+23
* hw/9pfs: Add st_gen support in getattr replyHarsh Prateek Bora2011-10-151-0/+2
* hw/9pfs: Ensure an error is reported to user if 9pfs mount tag is too longDaniel P. Berrange2011-10-151-1/+3
* hw/9pfs: Add new virtfs option writeout=immediate skip host page cacheAneesh Kumar K.V2011-10-121-0/+1
* hw/9pfs: Use ioeventfd for 9pAneesh Kumar K.V2011-10-121-0/+2
* hw/9pfs: Implement TFLUSH operationAneesh Kumar K.V2011-09-221-0/+1
* hw/9pfs: Add fs driver specific details to fscontextAneesh Kumar K.V2011-09-221-0/+1
* hw/9pfs: Add init callback to fs driverAneesh Kumar K.V2011-09-221-1/+6
* hw/9pfs: Use read-write lock for protecting fid path.Aneesh Kumar K.V2011-09-221-0/+1
* hw/9pfs: init fid list properlyAneesh Kumar K.V2011-08-251-0/+1
* hw/9pfs: Add file descriptor reclaim supportAneesh Kumar K.V2011-08-251-0/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-4/+4
* [virtio-9p] Add infrastructure to support glib threads and coroutines.Venkateswararao Jujjuri (JV)2011-08-081-2/+5
* Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin2011-06-151-5/+5
* virtio-9p: Use relative includes for files in hwStefan Weil2011-06-011-3/+3
* virtio-9p: Move device specific code to virtio-9p-deviceAneesh Kumar K.V2011-06-011-0/+173
OpenPOWER on IntegriCloud