summaryrefslogtreecommitdiff
path: root/hw/9pfs/virtio-9p-device.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-08Merge remote-tracking branch 'aneesh/for-upstream' into stagingAnthony Liguori1-9/+0
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-7/+9
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori1-17/+26
2012-01-27qdev: prepare source tree for code conversionAnthony Liguori1-2/+1
2012-01-19hw/9pfs: Add new security model mapped-file.Aneesh Kumar K.V1-9/+0
2012-01-04hw/9pfs: Move opt validation to FsDriver callbackAneesh Kumar K.V1-5/+8
2011-12-04hw/9pfs: Add qdev.reset callback for virtio-9p-pci deviceAneesh Kumar K.V1-1/+2
2011-12-04hw/9pfs: use migration blockers to prevent live migration when virtfs export ...Aneesh Kumar K.V1-11/+11
2011-10-15hw/9pfs: Use export flag for indicating security modelAneesh Kumar K.V1-24/+7
2011-10-15hw/9pfs: Rename fstype to fsdriver to make it consistent across VirtFS codeAneesh Kumar K.V1-1/+1
2011-10-15hw/9pfs: Use export_flag for indicating whether fs driver use path names.Aneesh Kumar K.V1-1/+0
2011-10-15hw/9pfs: Use fs driver specific lstatM. Mohan Kumar1-10/+23
2011-10-15hw/9pfs: Add st_gen support in getattr replyHarsh Prateek Bora1-0/+2
2011-10-15hw/9pfs: Ensure an error is reported to user if 9pfs mount tag is too longDaniel P. Berrange1-1/+3
2011-10-12hw/9pfs: Add new virtfs option writeout=immediate skip host page cacheAneesh Kumar K.V1-0/+1
2011-10-12hw/9pfs: Use ioeventfd for 9pAneesh Kumar K.V1-0/+2
2011-09-22hw/9pfs: Implement TFLUSH operationAneesh Kumar K.V1-0/+1
2011-09-22hw/9pfs: Add fs driver specific details to fscontextAneesh Kumar K.V1-0/+1
2011-09-22hw/9pfs: Add init callback to fs driverAneesh Kumar K.V1-1/+6
2011-09-22hw/9pfs: Use read-write lock for protecting fid path.Aneesh Kumar K.V1-0/+1
2011-08-25hw/9pfs: init fid list properlyAneesh Kumar K.V1-0/+1
2011-08-25hw/9pfs: Add file descriptor reclaim supportAneesh Kumar K.V1-0/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-4/+4
2011-08-08[virtio-9p] Add infrastructure to support glib threads and coroutines.Venkateswararao Jujjuri (JV)1-2/+5
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin1-0/+173
2011-06-01virtio-9p: Use relative includes for files in hwStefan Weil1-3/+3
2011-06-01virtio-9p: Move device specific code to virtio-9p-deviceAneesh Kumar K.V1-0/+173