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-proxy.c
Age
Commit message (
Expand
)
Author
2015-03-19
9pfs: Fix warnings from Sparse
Stefan Weil
2015-03-16
virtfs-proxy: Fix possible overflow
Shannon Zhao
2015-03-12
9pfs-proxy: tiny cleanups in proxy_pwritev and proxy_preadv
Michael Tokarev
2014-11-02
virtio-9p-proxy: improve error messages in connect_namedsocket()
Michael Tokarev
2014-11-02
virtio-9p-proxy: fix error return in proxy_init()
Michael Tokarev
2014-11-02
virtio-9p-proxy: Fix sockfd leak
Michael Tokarev
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