summaryrefslogtreecommitdiffstats
path: root/hw/9pfs/virtio-9p-handle.c
Commit message (Expand)AuthorAgeFilesLines
* 9pfs: rename virtio-9p-handle.c to 9p-handle.cWei Liu2019-11-291-708/+0
* 9pfs: Fix warnings from SparseStefan Weil2015-03-191-2/+2
* hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitationChen Gang2014-03-041-3/+6
* hw/9pfs: make get_st_gen() return ENOTTY error on special filesKirill A. Shutemov2014-02-021-1/+2
* hw/9pfs: handle undefined FS_IOC_GETVERSION case in handle_ioc_getversion()Kirill A. Shutemov2014-02-021-0/+5
* hw: move headers to include/Paolo Bonzini2013-04-081-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* hw/9pfs: Preserve S_ISGIDM. Mohan Kumar2012-01-301-2/+2
* hw/9pfs: Move opt validation to FsDriver callbackAneesh Kumar K.V2012-01-041-0/+20
* fix spelling in hw sub directoryDong Xu Wang2011-12-061-1/+1
* fix typo: delete redundant semicolonDong Xu Wang2011-12-061-1/+1
* hw/9pfs: Use the correct file descriptor in Fsdriver CallbackAneesh Kumar K.V2011-12-041-6/+22
* hw/9pfs: Improve portability to older systemsAneesh Kumar K.V2011-12-041-33/+0
* 9p: pass dotl flags to the unlinkat methodPaolo Bonzini2011-11-211-1/+11
* 9p: allow compiling the dummy virtio-9p-handle.c code on LinuxPaolo Bonzini2011-11-211-1/+2
* configure: fix detection for xattr.h on modern distributionsAvi Kivity2011-11-091-1/+1
* hw/9pfs: Abstract open state of fid to V9fsFidOpenStateAneesh Kumar K.V2011-10-311-41/+55
* hw/9pfs: Add st_gen support for handle based fs driverHarsh Prateek Bora2011-10-151-0/+51
* hw/9pfs: Fix build error on platform that don't support futimensAneesh Kumar K.V2011-10-151-28/+24
* hw/9pfs: Add new virtfs option writeout=immediate skip host page cacheAneesh Kumar K.V2011-10-121-2/+15
* hw/9pfs: Add handle based fs driverAneesh Kumar K.V2011-09-221-0/+611
OpenPOWER on IntegriCloud