index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
9pfs
/
virtio-9p-local.c
Age
Commit message (
Expand
)
Author
2016-01-08
9pfs: rename virtio-9p-local.c to 9p-local.c
Wei Liu
2015-03-19
9pfs: Fix warnings from Sparse
Stefan Weil
2015-03-16
virtio: Fix memory leaks reported by Coverity
Stefan Weil
2015-03-12
9pfs-local: simplify/optimize local_mapped_attr_path()
Michael Tokarev
2015-03-10
9pfs: remove useless return
Michael Tokarev
2014-09-04
hw/9pfs: Don't return type from host in readdir on local 9p filesystem
Bastian Blank
2014-09-02
hw/9pfs: Use little-endian format for xattr values
Aneesh Kumar K.V
2014-05-07
hw/9pfs: Add include file for exported symbol
Stefan Weil
2014-03-04
hw/9pfs: use g_strdup_printf() instead of PATH_MAX limitation
Chen Gang
2014-03-03
hw/9pfs/virtio-9p-local.c: use snprintf() instead of sprintf()
Chen Gang
2014-03-03
hw/9pfs/virtio-9p-local.c: move v9fs_string_free() to below "err_out:"
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: fix error handing in local_ioc_getversion()
Kirill A. Shutemov
2013-05-28
hw/9pfs: Use O_NOFOLLOW when opening files on server
Aneesh Kumar K.V
2013-05-28
hw/9pfs: use O_NOFOLLOW for mapped readlink operation
Aneesh Kumar K.V
2013-05-12
remove double semicolons
Dong Xu Wang
2013-04-08
hw: move headers to include/
Paolo Bonzini
2013-01-30
hw/9pfs: Fix unchecked strdup() by converting to g_strdup()
Markus Armbruster
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-19
hw/9pfs: Add new security model mapped-file.
Aneesh Kumar K.V
2012-01-04
hw/9pfs: Move opt validation to FsDriver callback
Aneesh Kumar K.V
2011-12-04
hw/9pfs: Use the correct file descriptor in Fsdriver Callback
Aneesh Kumar K.V
2011-11-28
9pfs: improve portability to older systems
Aneesh Kumar K.V
2011-11-28
9pfs: improve portability to older systems
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-31
hw/9pfs: Fix error handling in local_mknod
Aneesh Kumar K.V
2011-10-15
hw/9pfs: Use export flag for indicating security model
Aneesh Kumar K.V
2011-10-15
hw/9pfs: Use export_flag for indicating whether fs driver use path names.
Aneesh Kumar K.V
2011-10-15
hw/9pfs: Add st_gen support in getattr reply
Harsh Prateek Bora
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 fs driver specific details to fscontext
Aneesh Kumar K.V
2011-09-22
hw/9pfs: Add init callback to fs driver
Aneesh Kumar K.V
2011-09-22
hw/9pfs: Move fid pathname tracking to seperate data type.
Aneesh Kumar K.V
2011-08-22
use readdir_r instead of readdir for reentrancy
Harsh Prateek Bora
2011-06-01
[virtio-9p] Make rpath thread safe
Venkateswararao Jujjuri (JV)
2011-06-01
virtio-9p: Use relative includes for files in hw
Stefan Weil
2011-04-27
hw/virtio-9p-local.c: Remove unnecessary null char in symlink file
Harsh Prateek Bora
2011-04-27
virtio-9p: move 9p files around
Aneesh Kumar K.V