summaryrefslogtreecommitdiffstats
path: root/hw/9pfs
Commit message (Expand)AuthorAgeFilesLines
* virtio-9p-device: Avoid freeing uninitialized memoryAndreas Färber2013-08-011-1/+2
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* hw/9pfs: Fix potential memory leak and avoid reuse of freed memoryStefan Weil2013-07-271-0/+2
* hw/9pfs: Fix memory leak in error pathM. Mohan Kumar2013-07-091-9/+17
* hw/9pfs: Be robust against paths without FS_IOC_GETVERSIONGabriel de Perthuis2013-05-281-0/+4
* hw/9pfs: Use O_NOFOLLOW when opening files on serverAneesh Kumar K.V2013-05-281-7/+41
* hw/9pfs: use O_NOFOLLOW for mapped readlink operationAneesh Kumar K.V2013-05-281-1/+1
* hw/9pfs: Fix segfault with 9p2000.uAneesh Kumar K.V2013-05-281-1/+1
* remove double semicolonsDong Xu Wang2013-05-121-1/+1
* virtio: remove the function pointer.KONRAD Frederic2013-04-241-2/+0
* virtio-9p: cleanup: QOM casts.KONRAD Frederic2013-04-233-10/+5
* virtio-9p: cleanup: init function.KONRAD Frederic2013-04-231-52/+23
* virtio-9p-pci: switch to the new API.KONRAD Frederic2013-04-231-1/+0
* virtio-9p: add the virtio-9p device.KONRAD Frederic2013-04-232-7/+75
* virtio-9p: Fix virtio-9p no longer building after hw-dirs branch mergeHans de Goede2013-04-091-1/+1
* hw: move headers to include/Paolo Bonzini2013-04-0811-36/+12
* 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
OpenPOWER on IntegriCloud