summaryrefslogtreecommitdiffstats
path: root/hw/9pfs/virtio-9p-local.c
Commit message (Expand)AuthorAgeFilesLines
* hw/9pfs: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster2013-01-301-4/+4
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* hw/9pfs: Preserve S_ISGIDM. Mohan Kumar2012-01-301-3/+4
* hw/9pfs: Add new security model mapped-file.Aneesh Kumar K.V2012-01-191-4/+346
* hw/9pfs: Move opt validation to FsDriver callbackAneesh Kumar K.V2012-01-041-0/+34
* hw/9pfs: Use the correct file descriptor in Fsdriver CallbackAneesh Kumar K.V2011-12-041-10/+26
* 9pfs: improve portability to older systemsAneesh Kumar K.V2011-11-281-1/+6
* 9pfs: improve portability to older systemsPaolo Bonzini2011-11-281-2/+5
* configure: fix detection for xattr.h on modern distributionsAvi Kivity2011-11-091-1/+1
* hw/9pfs: Abstract open state of fid to V9fsFidOpenStateAneesh Kumar K.V2011-10-311-41/+59
* hw/9pfs: Fix error handling in local_mknodAneesh Kumar K.V2011-10-311-8/+5
* hw/9pfs: Use export flag for indicating security modelAneesh Kumar K.V2011-10-151-26/+26
* hw/9pfs: Use export_flag for indicating whether fs driver use path names.Aneesh Kumar K.V2011-10-151-1/+1
* hw/9pfs: Add st_gen support in getattr replyHarsh Prateek Bora2011-10-151-1/+53
* hw/9pfs: Add new virtfs option writeout=immediate skip host page cacheAneesh Kumar K.V2011-10-121-2/+16
* 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: Move fid pathname tracking to seperate data type.Aneesh Kumar K.V2011-09-221-40/+165
* use readdir_r instead of readdir for reentrancyHarsh Prateek Bora2011-08-221-3/+4
* [virtio-9p] Make rpath thread safeVenkateswararao Jujjuri (JV)2011-06-011-71/+64
* virtio-9p: Use relative includes for files in hwStefan Weil2011-06-011-1/+2
* hw/virtio-9p-local.c: Remove unnecessary null char in symlink fileHarsh Prateek Bora2011-04-271-1/+1
* virtio-9p: move 9p files aroundAneesh Kumar K.V2011-04-271-0/+563
OpenPOWER on IntegriCloud