index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
9pfs
/
virtio-9p-handle.c
Age
Commit message (
Expand
)
Author
2014-03-04
hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitation
Chen Gang
2014-02-02
hw/9pfs: make get_st_gen() return ENOTTY error on special files
Kirill A. Shutemov
2014-02-02
hw/9pfs: handle undefined FS_IOC_GETVERSION case in handle_ioc_getversion()
Kirill A. Shutemov
2013-04-08
hw: move headers to include/
Paolo Bonzini
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-01-30
hw/9pfs: Preserve S_ISGID
M. Mohan Kumar
2012-01-04
hw/9pfs: Move opt validation to FsDriver callback
Aneesh Kumar K.V
2011-12-06
fix spelling in hw sub directory
Dong Xu Wang
2011-12-06
fix typo: delete redundant semicolon
Dong Xu Wang
2011-12-04
hw/9pfs: Use the correct file descriptor in Fsdriver Callback
Aneesh Kumar K.V
2011-12-04
hw/9pfs: Improve portability to older systems
Aneesh Kumar K.V
2011-11-21
9p: pass dotl flags to the unlinkat method
Paolo Bonzini
2011-11-21
9p: allow compiling the dummy virtio-9p-handle.c code on Linux
Paolo Bonzini
2011-11-09
configure: fix detection for xattr.h on modern distributions
Avi Kivity
2011-10-31
hw/9pfs: Abstract open state of fid to V9fsFidOpenState
Aneesh Kumar K.V
2011-10-15
hw/9pfs: Add st_gen support for handle based fs driver
Harsh Prateek Bora
2011-10-15
hw/9pfs: Fix build error on platform that don't support futimens
Aneesh Kumar K.V
2011-10-12
hw/9pfs: Add new virtfs option writeout=immediate skip host page cache
Aneesh Kumar K.V
2011-09-22
hw/9pfs: Add handle based fs driver
Aneesh Kumar K.V