summaryrefslogtreecommitdiffstats
path: root/hw/9pfs
Commit message (Expand)AuthorAgeFilesLines
* hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitationChen Gang2014-03-048-149/+316
* hw/9pfs/virtio-9p-local.c: use snprintf() instead of sprintf()Chen Gang2014-03-031-3/+4
* hw/9pfs/virtio-9p-local.c: move v9fs_string_free() to below "err_out:"Chen Gang2014-03-031-1/+1
* hw/9pfs: fix P9_STATS_GEN handlingKirill A. Shutemov2014-02-022-6/+10
* hw/9pfs: make get_st_gen() return ENOTTY error on special filesKirill A. Shutemov2014-02-023-3/+6
* hw/9pfs: handle undefined FS_IOC_GETVERSION case in handle_ioc_getversion()Kirill A. Shutemov2014-02-021-0/+5
* hw/9pfs: fix error handing in local_ioc_getversion()Kirill A. Shutemov2014-02-021-3/+4
* virtio-9p: Convert to QOM realizeAndreas Färber2013-12-091-21/+20
* virtio-9p: QOM realize preparationsAndreas Färber2013-12-091-1/+1
* hw/9pfs: Fix errno value for xattr functionsDaniel P. Berrange2013-10-051-3/+3
* 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
OpenPOWER on IntegriCloud