summaryrefslogtreecommitdiffstats
path: root/hw/9pfs
Commit message (Expand)AuthorAgeFilesLines
* hw/9pfs: Use the correct file descriptor in Fsdriver CallbackAneesh Kumar K.V2011-12-044-20/+53
* hw/9pfs: Add qdev.reset callback for virtio-9p-pci deviceAneesh Kumar K.V2011-12-041-1/+2
* hw/9pfs: Reset server state during TVERSIONDeepak C Shetty2011-12-041-0/+26
* hw/9pfs: use migration blockers to prevent live migration when virtfs export ...Aneesh Kumar K.V2011-12-043-13/+33
* hw/9pfs: Improve portability to older systemsAneesh Kumar K.V2011-12-041-33/+0
* 9pfs: improve portability to older systemsAneesh Kumar K.V2011-11-281-1/+6
* 9pfs: improve portability to older systemsPaolo Bonzini2011-11-281-2/+5
* 9p: pass dotl flags to the unlinkat methodPaolo Bonzini2011-11-212-11/+11
* 9p: allow compiling the dummy virtio-9p-handle.c code on LinuxPaolo Bonzini2011-11-211-1/+2
* configure: fix detection for xattr.h on modern distributionsAvi Kivity2011-11-094-4/+4
* hw/9pfs: use g_vasprintf() instead of rolling our ownStefan Hajnoczi2011-11-021-99/+4
* hw/9pfs: Replace rwlocks with RCU variants of interfaces.Harsh Prateek Bora2011-10-311-16/+13
* hw/9pfs: Add synthetic file system support using 9pAneesh Kumar K.V2011-10-313-0/+630
* hw/9pfs: Abstract open state of fid to V9fsFidOpenStateAneesh Kumar K.V2011-10-317-128/+160
* hw/9pfs: Read-only support for 9p exportM. Mohan Kumar2011-10-311-0/+50
* hw/9pfs: Fix error handling in local_mknodAneesh Kumar K.V2011-10-311-8/+5
* hw/9pfs: Make VirtFS tracing work correctlyAneesh Kumar K.V2011-10-301-31/+29
* hw/9pfs: Use export flag for indicating security modelAneesh Kumar K.V2011-10-152-50/+33
* 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-155-9/+8
* hw/9pfs: Use fs driver specific lstatM. Mohan Kumar2011-10-151-10/+23
* hw/9pfs: Remove virtio-9p-debug.* infra to be replaced by Qemu Tracing.Harsh Prateek Bora2011-10-153-660/+0
* hw/9pfs: Introduce tracing for 9p pdu handlersHarsh Prateek Bora2011-10-151-0/+72
* hw/9pfs: Add st_gen support for handle based fs driverHarsh Prateek Bora2011-10-151-0/+51
* hw/9pfs: Add st_gen support in getattr replyHarsh Prateek Bora2011-10-155-1/+91
* hw/9pfs: Add open flag mappingM. Mohan Kumar2011-10-152-1/+76
* hw/9pfs: Ensure an error is reported to user if 9pfs mount tag is too longDaniel P. Berrange2011-10-151-1/+3
* virtio-9p: Use 9P specific Lock constantsM. Mohan Kumar2011-10-152-1/+6
* hw/9pfs: Fix build error on platform that don't support futimensAneesh Kumar K.V2011-10-151-28/+24
* hw/9pfs: Add new virtfs option writeout=immediate skip host page cacheAneesh Kumar K.V2011-10-124-10/+48
* hw/9pfs: Use ioeventfd for 9pAneesh Kumar K.V2011-10-121-0/+2
* hw/9pfs: Add handle based fs driverAneesh Kumar K.V2011-09-221-0/+611
* hw/9pfs: Implement TFLUSH operationAneesh Kumar K.V2011-09-228-265/+439
* hw/9pfs: Avoid unnecessary get_fid in v9fs_clunkAneesh Kumar K.V2011-09-221-10/+10
* hw/9pfs: Add fs driver specific details to fscontextAneesh Kumar K.V2011-09-228-52/+99
* hw/9pfs: Add init callback to fs driverAneesh Kumar K.V2011-09-222-2/+12
* hw/9pfs: Move fid pathname tracking to seperate data type.Aneesh Kumar K.V2011-09-228-281/+520
* hw/9pfs: Use read-write lock for protecting fid path.Aneesh Kumar K.V2011-09-228-87/+155
* hw/9pfs: Make v9fs_string* functions non-staticAneesh Kumar K.V2011-09-222-5/+10
* Merge remote-tracking branch 'aneesh/for-upstream-4' into stagingAnthony Liguori2011-09-152-0/+130
|\
| * hw/9pfs: add 9P2000.L unlinkat operationAneesh Kumar K.V2011-09-092-0/+42
| * hw/9pfs: add 9P2000.L renameat operationAneesh Kumar K.V2011-09-092-0/+84
| * hw/9pfs: Fix memleaks in some 9p operationAneesh Kumar K.V2011-09-091-0/+2
| * hw/9pfs: Initialize rest of qid field to zero.Aneesh Kumar K.V2011-09-091-0/+1
| * hw/9pfs: Update the fidp path before opendirAneesh Kumar K.V2011-09-091-0/+1
* | Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2011-09-091-1/+1
|\ \
| * | virtio-9p: Fix syntax error in debug codeStefan Weil2011-09-091-1/+1
| |/
* | Don't use g_thread_get_initialized.Gerd Hoffmann2011-09-091-4/+0
|/
* Merge remote-tracking branch 'aneesh/for-upstream-3' into stagingAnthony Liguori2011-09-086-103/+445
|\
| * hw/9pfs: mark directories also as un-reclaimable on unlinkAneesh Kumar K.V2011-08-251-35/+38
OpenPOWER on IntegriCloud