summaryrefslogtreecommitdiffstats
path: root/hw/9pfs
Commit message (Expand)AuthorAgeFilesLines
* hw/9pfs: Endian fixes for virtfsBenjamin Herrenschmidt2012-02-241-3/+5
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* Merge remote-tracking branch 'aneesh/for-upstream' into stagingAnthony Liguori2012-02-085-20/+367
|\
| * hw/9pfs: Remove O_NOATIME flag from 9pfs open() calls in readonly modeDaniel P. Berrange2012-01-301-1/+0
| * hw/9pfs: Fix crash when mounting with synthfsAneesh Kumar K.V2012-01-301-1/+1
| * hw/9pfs: Preserve S_ISGIDM. Mohan Kumar2012-01-302-5/+6
| * hw/9pfs: Add new security model mapped-file.Aneesh Kumar K.V2012-01-193-13/+360
* | 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
|/
* virtio-9p-proxy: Fix typo causing compile failure on 32 bit hostsPeter Maydell2012-01-061-2/+2
* hw/9pfs: Add support to use named socket for proxy FSM. Mohan Kumar2012-01-041-7/+45
* hw/9pfs: Proxy getversionM. Mohan Kumar2012-01-042-0/+33
* hw/9pfs: xattr interfaces in proxy filesystem driverM. Mohan Kumar2012-01-042-8/+120
* hw/9pfs: File ownership and othersM. Mohan Kumar2012-01-042-12/+130
* hw/9pfs: Add stat/readlink/statfs for proxy FSM. Mohan Kumar2012-01-042-8/+232
* hw/9pfs: Create other filesystem objectsM. Mohan Kumar2012-01-042-17/+190
* hw/9pfs: Open and create filesM. Mohan Kumar2012-01-042-6/+192
* hw/9pfs: File system helper process for qemu 9p proxy FSM. Mohan Kumar2012-01-041-0/+9
* hw/9pfs: Add new proxy filesystem driverM. Mohan Kumar2012-01-042-0/+412
* hw/9pfs: Add validation to {un}marshal codeM. Mohan Kumar2012-01-041-123/+338
* hw/9pfs: Move pdu_marshal/unmarshal code to a seperate fileM. Mohan Kumar2012-01-042-322/+12
* hw/9pfs: Move opt validation to FsDriver callbackAneesh Kumar K.V2012-01-043-5/+62
* hw/9pfs: iattr_valid flags are kernel internal flags map them to 9p values.Aneesh Kumar K.V2011-12-211-23/+24
* hw/9pfs: Use the correct signed type for different variablesAneesh Kumar K.V2011-12-212-11/+12
* hw/9pfs: replace iovec manipulation with QEMUIOVectorStefan Hajnoczi2011-12-211-102/+60
* fix spelling in hw sub directoryDong Xu Wang2011-12-062-2/+2
* fix typo: delete redundant semicolonDong Xu Wang2011-12-063-6/+6
* 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
OpenPOWER on IntegriCloud