summaryrefslogtreecommitdiffstats
path: root/hw/9pfs
Commit message (Expand)AuthorAgeFilesLines
* virtio-9p: remove PCI dependencies from hw/9pfs/Paolo Bonzini2013-03-014-55/+26
* hw: move qdev-monitor.o to toplevel directoryPaolo Bonzini2013-03-011-0/+1
* error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2013-02-111-1/+1
* qemu/9p: Don't ignore error in fid clunkAneesh Kumar K.V2013-02-061-5/+7
* hw/9pfs: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster2013-01-302-5/+5
* g_strdup(NULL) returns NULL; simplifyMarkus Armbruster2013-01-301-5/+1
* g_malloc(0) and g_malloc0(0) return NULL; simplifyMarkus Armbruster2013-01-301-5/+1
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-01-141-1/+1
|\
| * virtio-9p: use symbolic constant, add to pci-ids.txtPaolo Bonzini2013-01-081-1/+1
* | Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
|/
* misc: move include files to include/qemu/Paolo Bonzini2012-12-1913-13/+13
* migration: move include files to include/migration/Paolo Bonzini2012-12-191-1/+1
* block: move include files to include/block/Paolo Bonzini2012-12-197-7/+7
* janitor: add guards to headersPaolo Bonzini2012-12-191-0/+4
* janitor: do not include qemu-char everywherePaolo Bonzini2012-12-191-1/+0
* 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
OpenPOWER on IntegriCloud