summaryrefslogtreecommitdiffstats
path: root/hw/9pfs
Commit message (Expand)AuthorAgeFilesLines
* virtio: feature bit manipulation helpersCornelia Huck2015-02-261-1/+1
* virtio-9p: use standard headersMichael S. Tsirkin2015-02-261-16/+1
* virtio: use standard-headersMichael S. Tsirkin2015-02-261-0/+1
* rcu: introduce RCU-enabled QLISTMike Day2015-02-161-1/+1
* rcu: add rcu libraryPaolo Bonzini2015-02-021-0/+1
* 9pfs: changed to use event_notifier instead of qemu_pipeSeokYeon Hwang2015-01-092-24/+9
* virtio-9p-proxy: improve error messages in connect_namedsocket()Michael Tokarev2014-11-021-2/+2
* virtio-9p-proxy: fix error return in proxy_init()Michael Tokarev2014-11-021-2/+4
* virtio-9p-proxy: Fix sockfd leakMichael Tokarev2014-11-021-0/+1
* hw/9pfs: Don't return type from host in readdir on local 9p filesystemBastian Blank2014-09-041-1/+4
* hw/9pfs: Use little-endian format for xattr valuesAneesh Kumar K.V2014-09-021-24/+20
* virtio-9p: use virtio wrappers to access headersGreg Kurz2014-06-291-1/+2
* virtio: Drop superfluous conditionals around g_free()Markus Armbruster2014-06-191-3/+1
* hw: use ld_p/st_p instead of ld_raw/st_rawPaolo Bonzini2014-06-051-1/+1
* hw/9pfs: Add include file for exported symbolStefan Weil2014-05-071-0/+1
* hw/9pfs: Add missing 'static' attributesStefan Weil2014-05-071-1/+1
* qerror.h: Remove QERR defines that are only used onceCole Robinson2014-04-251-2/+3
* 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
OpenPOWER on IntegriCloud