summaryrefslogtreecommitdiff
path: root/hw/9pfs
AgeCommit message (Expand)Author
2012-01-06virtio-9p-proxy: Fix typo causing compile failure on 32 bit hostsPeter Maydell
2012-01-04hw/9pfs: Add support to use named socket for proxy FSM. Mohan Kumar
2012-01-04hw/9pfs: Proxy getversionM. Mohan Kumar
2012-01-04hw/9pfs: xattr interfaces in proxy filesystem driverM. Mohan Kumar
2012-01-04hw/9pfs: File ownership and othersM. Mohan Kumar
2012-01-04hw/9pfs: Add stat/readlink/statfs for proxy FSM. Mohan Kumar
2012-01-04hw/9pfs: Create other filesystem objectsM. Mohan Kumar
2012-01-04hw/9pfs: Open and create filesM. Mohan Kumar
2012-01-04hw/9pfs: File system helper process for qemu 9p proxy FSM. Mohan Kumar
2012-01-04hw/9pfs: Add new proxy filesystem driverM. Mohan Kumar
2012-01-04hw/9pfs: Add validation to {un}marshal codeM. Mohan Kumar
2012-01-04hw/9pfs: Move pdu_marshal/unmarshal code to a seperate fileM. Mohan Kumar
2012-01-04hw/9pfs: Move opt validation to FsDriver callbackAneesh Kumar K.V
2011-12-21hw/9pfs: iattr_valid flags are kernel internal flags map them to 9p values.Aneesh Kumar K.V
2011-12-21hw/9pfs: Use the correct signed type for different variablesAneesh Kumar K.V
2011-12-21hw/9pfs: replace iovec manipulation with QEMUIOVectorStefan Hajnoczi
2011-12-06fix spelling in hw sub directoryDong Xu Wang
2011-12-06fix typo: delete redundant semicolonDong Xu Wang
2011-12-04hw/9pfs: Use the correct file descriptor in Fsdriver CallbackAneesh Kumar K.V
2011-12-04hw/9pfs: Add qdev.reset callback for virtio-9p-pci deviceAneesh Kumar K.V
2011-12-04hw/9pfs: Reset server state during TVERSIONDeepak C Shetty
2011-12-04hw/9pfs: use migration blockers to prevent live migration when virtfs export ...Aneesh Kumar K.V
2011-12-04hw/9pfs: Improve portability to older systemsAneesh Kumar K.V
2011-11-289pfs: improve portability to older systemsAneesh Kumar K.V
2011-11-289pfs: improve portability to older systemsPaolo Bonzini
2011-11-219p: pass dotl flags to the unlinkat methodPaolo Bonzini
2011-11-219p: allow compiling the dummy virtio-9p-handle.c code on LinuxPaolo Bonzini
2011-11-09configure: fix detection for xattr.h on modern distributionsAvi Kivity
2011-11-02hw/9pfs: use g_vasprintf() instead of rolling our ownStefan Hajnoczi
2011-10-31hw/9pfs: Replace rwlocks with RCU variants of interfaces.Harsh Prateek Bora
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-31hw/9pfs: Read-only support for 9p exportM. Mohan Kumar
2011-10-31hw/9pfs: Fix error handling in local_mknodAneesh Kumar K.V
2011-10-30hw/9pfs: Make VirtFS tracing work correctlyAneesh Kumar K.V
2011-10-15hw/9pfs: Use export flag for indicating security modelAneesh Kumar K.V
2011-10-15hw/9pfs: Rename fstype to fsdriver to make it consistent across VirtFS codeAneesh 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: Use fs driver specific lstatM. Mohan Kumar
2011-10-15hw/9pfs: Remove virtio-9p-debug.* infra to be replaced by Qemu Tracing.Harsh Prateek Bora
2011-10-15hw/9pfs: Introduce tracing for 9p pdu handlersHarsh Prateek Bora
2011-10-15hw/9pfs: Add st_gen support for handle based fs driverHarsh Prateek Bora
2011-10-15hw/9pfs: Add st_gen support in getattr replyHarsh Prateek Bora
2011-10-15hw/9pfs: Add open flag mappingM. Mohan Kumar
2011-10-15hw/9pfs: Ensure an error is reported to user if 9pfs mount tag is too longDaniel P. Berrange
2011-10-15virtio-9p: Use 9P specific Lock constantsM. Mohan Kumar
2011-10-15hw/9pfs: Fix build error on platform that don't support futimensAneesh Kumar K.V
2011-10-12hw/9pfs: Add new virtfs option writeout=immediate skip host page cacheAneesh Kumar K.V
2011-10-12hw/9pfs: Use ioeventfd for 9pAneesh Kumar K.V
2011-09-22hw/9pfs: Add handle based fs driverAneesh Kumar K.V