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-proxy.c
Age
Commit message (
Expand
)
Author
2014-02-02
hw/9pfs: make get_st_gen() return ENOTTY error on special files
Kirill A. Shutemov
2013-07-27
hw/9pfs: Fix potential memory leak and avoid reuse of freed memory
Stefan Weil
2013-04-08
hw: move headers to include/
Paolo Bonzini
2013-03-01
hw: move qdev-monitor.o to toplevel directory
Paolo Bonzini
2013-02-11
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
2012-01-06
virtio-9p-proxy: Fix typo causing compile failure on 32 bit hosts
Peter Maydell
2012-01-04
hw/9pfs: Add support to use named socket for proxy FS
M. Mohan Kumar
2012-01-04
hw/9pfs: Proxy getversion
M. Mohan Kumar
2012-01-04
hw/9pfs: xattr interfaces in proxy filesystem driver
M. Mohan Kumar
2012-01-04
hw/9pfs: File ownership and others
M. Mohan Kumar
2012-01-04
hw/9pfs: Add stat/readlink/statfs for proxy FS
M. Mohan Kumar
2012-01-04
hw/9pfs: Create other filesystem objects
M. Mohan Kumar
2012-01-04
hw/9pfs: Open and create files
M. Mohan Kumar
2012-01-04
hw/9pfs: Add new proxy filesystem driver
M. Mohan Kumar