summaryrefslogtreecommitdiff
path: root/hw/9pfs/virtio-9p-proxy.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-02hw/9pfs: make get_st_gen() return ENOTTY error on special filesKirill A. Shutemov1-1/+2
2013-07-27hw/9pfs: Fix potential memory leak and avoid reuse of freed memoryStefan Weil1-0/+2
2013-04-08hw: move headers to include/Paolo Bonzini1-1/+1
2013-03-01hw: move qdev-monitor.o to toplevel directoryPaolo Bonzini1-0/+1
2013-02-11error: Strip trailing '\n' from error string arguments (again)Markus Armbruster1-1/+1
2012-01-06virtio-9p-proxy: Fix typo causing compile failure on 32 bit hostsPeter Maydell1-2/+2
2012-01-04hw/9pfs: Add support to use named socket for proxy FSM. Mohan Kumar1-7/+45
2012-01-04hw/9pfs: Proxy getversionM. Mohan Kumar1-0/+32
2012-01-04hw/9pfs: xattr interfaces in proxy filesystem driverM. Mohan Kumar1-8/+116
2012-01-04hw/9pfs: File ownership and othersM. Mohan Kumar1-12/+124
2012-01-04hw/9pfs: Add stat/readlink/statfs for proxy FSM. Mohan Kumar1-8/+198
2012-01-04hw/9pfs: Create other filesystem objectsM. Mohan Kumar1-16/+183
2012-01-04hw/9pfs: Open and create filesM. Mohan Kumar1-6/+181
2012-01-04hw/9pfs: Add new proxy filesystem driverM. Mohan Kumar1-0/+388