aboutsummaryrefslogtreecommitdiff
path: root/hw/9pfs/virtio-9p-proxy.c
AgeCommit message (Expand)Author
2015-03-199pfs: Fix warnings from SparseStefan Weil
2015-03-16virtfs-proxy: Fix possible overflowShannon Zhao
2015-03-129pfs-proxy: tiny cleanups in proxy_pwritev and proxy_preadvMichael Tokarev
2014-11-02virtio-9p-proxy: improve error messages in connect_namedsocket()Michael Tokarev
2014-11-02virtio-9p-proxy: fix error return in proxy_init()Michael Tokarev
2014-11-02virtio-9p-proxy: Fix sockfd leakMichael Tokarev
2014-02-02hw/9pfs: make get_st_gen() return ENOTTY error on special filesKirill A. Shutemov
2013-07-27hw/9pfs: Fix potential memory leak and avoid reuse of freed memoryStefan Weil
2013-04-08hw: move headers to include/Paolo Bonzini
2013-03-01hw: move qdev-monitor.o to toplevel directoryPaolo Bonzini
2013-02-11error: Strip trailing '\n' from error string arguments (again)Markus Armbruster
2012-01-06virtio-9p-proxy: Fix typo causing compile failure on 32 bit hostsPeter Maydell
2012-01-04hw/9pfs: Add support to use named socket for proxy FSM. Mohan Kumar
2012-01-04hw/9pfs: Proxy getversionM. Mohan Kumar
2012-01-04hw/9pfs: xattr interfaces in proxy filesystem driverM. Mohan Kumar
2012-01-04hw/9pfs: File ownership and othersM. Mohan Kumar
2012-01-04hw/9pfs: Add stat/readlink/statfs for proxy FSM. Mohan Kumar
2012-01-04hw/9pfs: Create other filesystem objectsM. Mohan Kumar
2012-01-04hw/9pfs: Open and create filesM. Mohan Kumar
2012-01-04hw/9pfs: Add new proxy filesystem driverM. Mohan Kumar