summaryrefslogtreecommitdiff
path: root/hw/9pfs/virtio-9p-handle.c
AgeCommit message (Expand)Author
2014-03-04hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitationChen Gang
2014-02-02hw/9pfs: make get_st_gen() return ENOTTY error on special filesKirill A. Shutemov
2014-02-02hw/9pfs: handle undefined FS_IOC_GETVERSION case in handle_ioc_getversion()Kirill A. Shutemov
2013-04-08hw: move headers to include/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-01-30hw/9pfs: Preserve S_ISGIDM. Mohan Kumar
2012-01-04hw/9pfs: Move opt validation to FsDriver callbackAneesh Kumar K.V
2011-12-06fix spelling in hw sub directoryDong Xu Wang
2011-12-06fix typo: delete redundant semicolonDong Xu Wang
2011-12-04hw/9pfs: Use the correct file descriptor in Fsdriver CallbackAneesh Kumar K.V
2011-12-04hw/9pfs: Improve portability to older systemsAneesh Kumar K.V
2011-11-219p: pass dotl flags to the unlinkat methodPaolo Bonzini
2011-11-219p: allow compiling the dummy virtio-9p-handle.c code on LinuxPaolo Bonzini
2011-11-09configure: fix detection for xattr.h on modern distributionsAvi Kivity
2011-10-31hw/9pfs: Abstract open state of fid to V9fsFidOpenStateAneesh Kumar K.V
2011-10-15hw/9pfs: Add st_gen support for handle based fs driverHarsh Prateek Bora
2011-10-15hw/9pfs: Fix build error on platform that don't support futimensAneesh Kumar K.V
2011-10-12hw/9pfs: Add new virtfs option writeout=immediate skip host page cacheAneesh Kumar K.V
2011-09-22hw/9pfs: Add handle based fs driverAneesh Kumar K.V