summaryrefslogtreecommitdiffstats
path: root/hw/9pfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno2012-10-061-5/+0
|\
| * cleanup useless return sentenceAmos Kong2012-10-051-5/+0
* | Remove libhwStefan Weil2012-10-051-7/+7
* | virtio-9p: avoid unwarranted uses of strncpyJim Meyering2012-10-053-4/+8
* | hw/9pfs: avoid buffer overrunJim Meyering2012-10-051-2/+2
|/
* hw/9pfs: Fix assert when disabling migrationAneesh Kumar K.V2012-07-311-5/+10
* Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori2012-07-091-4/+4
|\
| * consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistentMichael Tokarev2012-06-111-4/+4
* | build: move per-target hw/ objects to nested Makefile.objsPaolo Bonzini2012-06-071-0/+2
* | build: convert libhw to nested Makefile.objsPaolo Bonzini2012-06-071-0/+7
|/
* 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
OpenPOWER on IntegriCloud