summaryrefslogtreecommitdiff
path: root/hw/9pfs
AgeCommit message (Expand)AuthorFilesLines
2015-03-199pfs: Fix warnings from SparseStefan Weil4-7/+8
2015-03-16virtio: Fix memory leaks reported by CoverityStefan Weil1-20/+8
2015-03-16virtfs-proxy: Fix possible overflowShannon Zhao1-0/+4
2015-03-13hw/9pfs/virtio-9p-posix-acl: Fix out-of-bounds accessShannon Zhao1-1/+1
2015-03-129pfs-proxy: tiny cleanups in proxy_pwritev and proxy_preadvMichael Tokarev1-10/+8
2015-03-129pfs-local: simplify/optimize local_mapped_attr_path()Michael Tokarev1-13/+11
2015-03-109pfs: remove useless returnMichael Tokarev1-1/+0
2015-02-26virtio: feature bit manipulation helpersCornelia Huck1-1/+1
2015-02-26virtio-9p: use standard headersMichael S. Tsirkin1-16/+1
2015-02-26virtio: use standard-headersMichael S. Tsirkin1-0/+1
2015-02-16rcu: introduce RCU-enabled QLISTMike Day1-1/+1
2015-02-02rcu: add rcu libraryPaolo Bonzini1-0/+1
2015-01-099pfs: changed to use event_notifier instead of qemu_pipeSeokYeon Hwang2-24/+9
2014-11-02virtio-9p-proxy: improve error messages in connect_namedsocket()Michael Tokarev1-2/+2
2014-11-02virtio-9p-proxy: fix error return in proxy_init()Michael Tokarev1-2/+4
2014-11-02virtio-9p-proxy: Fix sockfd leakMichael Tokarev1-0/+1
2014-09-04hw/9pfs: Don't return type from host in readdir on local 9p filesystemBastian Blank1-1/+4
2014-09-02hw/9pfs: Use little-endian format for xattr valuesAneesh Kumar K.V1-24/+20
2014-06-29virtio-9p: use virtio wrappers to access headersGreg Kurz1-1/+2
2014-06-19virtio: Drop superfluous conditionals around g_free()Markus Armbruster1-3/+1
2014-06-05hw: use ld_p/st_p instead of ld_raw/st_rawPaolo Bonzini1-1/+1
2014-05-07hw/9pfs: Add include file for exported symbolStefan Weil1-0/+1
2014-05-07hw/9pfs: Add missing 'static' attributesStefan Weil1-1/+1
2014-04-25qerror.h: Remove QERR defines that are only used onceCole Robinson1-2/+3
2014-03-04hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitationChen Gang8-149/+316
2014-03-03hw/9pfs/virtio-9p-local.c: use snprintf() instead of sprintf()Chen Gang1-3/+4
2014-03-03hw/9pfs/virtio-9p-local.c: move v9fs_string_free() to below "err_out:"Chen Gang1-1/+1
2014-02-02hw/9pfs: fix P9_STATS_GEN handlingKirill A. Shutemov2-6/+10
2014-02-02hw/9pfs: make get_st_gen() return ENOTTY error on special filesKirill A. Shutemov3-3/+6
2014-02-02hw/9pfs: handle undefined FS_IOC_GETVERSION case in handle_ioc_getversion()Kirill A. Shutemov1-0/+5
2014-02-02hw/9pfs: fix error handing in local_ioc_getversion()Kirill A. Shutemov1-3/+4
2013-12-09virtio-9p: Convert to QOM realizeAndreas Färber1-21/+20
2013-12-09virtio-9p: QOM realize preparationsAndreas Färber1-1/+1
2013-10-05hw/9pfs: Fix errno value for xattr functionsDaniel P. Berrange1-3/+3
2013-08-01virtio-9p-device: Avoid freeing uninitialized memoryAndreas Färber1-1/+2
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-27hw/9pfs: Fix potential memory leak and avoid reuse of freed memoryStefan Weil1-0/+2
2013-07-09hw/9pfs: Fix memory leak in error pathM. Mohan Kumar1-9/+17
2013-05-28hw/9pfs: Be robust against paths without FS_IOC_GETVERSIONGabriel de Perthuis1-0/+4
2013-05-28hw/9pfs: Use O_NOFOLLOW when opening files on serverAneesh Kumar K.V1-7/+41
2013-05-28hw/9pfs: use O_NOFOLLOW for mapped readlink operationAneesh Kumar K.V1-1/+1
2013-05-28hw/9pfs: Fix segfault with 9p2000.uAneesh Kumar K.V1-1/+1
2013-05-12remove double semicolonsDong Xu Wang1-1/+1
2013-04-24virtio: remove the function pointer.KONRAD Frederic1-2/+0
2013-04-23virtio-9p: cleanup: QOM casts.KONRAD Frederic3-10/+5
2013-04-23virtio-9p: cleanup: init function.KONRAD Frederic1-52/+23
2013-04-23virtio-9p-pci: switch to the new API.KONRAD Frederic1-1/+0
2013-04-23virtio-9p: add the virtio-9p device.KONRAD Frederic2-7/+75
2013-04-09virtio-9p: Fix virtio-9p no longer building after hw-dirs branch mergeHans de Goede1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini11-36/+12