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