summaryrefslogtreecommitdiffstats
path: root/hw/9pfs
Commit message (Expand)AuthorAgeFilesLines
* virtio: get_features() can failJason Wang2015-07-271-1/+2
* virtio-9p: fix any_layoutMichael S. Tsirkin2015-07-271-6/+17
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* virtio-9p-device: move qdev properties into virtio-9p-device.cShannon Zhao2015-06-102-5/+2
* virtio: make features 64bit wideGerd Hoffmann2015-06-011-1/+1
* 9pfs: Fix warnings from SparseStefan Weil2015-03-194-7/+8
* virtio: Fix memory leaks reported by CoverityStefan Weil2015-03-161-20/+8
* virtfs-proxy: Fix possible overflowShannon Zhao2015-03-161-0/+4
* hw/9pfs/virtio-9p-posix-acl: Fix out-of-bounds accessShannon Zhao2015-03-131-1/+1
* 9pfs-proxy: tiny cleanups in proxy_pwritev and proxy_preadvMichael Tokarev2015-03-121-10/+8
* 9pfs-local: simplify/optimize local_mapped_attr_path()Michael Tokarev2015-03-121-13/+11
* 9pfs: remove useless returnMichael Tokarev2015-03-101-1/+0
* 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
OpenPOWER on IntegriCloud