summaryrefslogtreecommitdiff
path: root/fsdev
AgeCommit message (Expand)AuthorFilesLines
2016-03-16module: Rename machine_init() to opts_init()Eduardo Habkost1-1/+1
2016-02-23all: Clean up includesPeter Maydell1-3/+0
2016-02-11man: virtfs-proxy-helper: Rework awkward sentenceChristophe Fergeau1-2/+2
2016-01-299pfs: Clean up includesPeter Maydell6-17/+6
2016-01-26Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2016-01-26docs: Style the command and its options in the synopsisSitsofe Wheeler1-1/+1
2016-01-22fsdev: use error_report() instead of fprintf(stderr)Greg Kurz1-3/+4
2016-01-089pfs: make pdu_{,un}marshal proper functionsWei Liu2-12/+35
2016-01-08fsdev: rename virtio-9p-marshal.{c,h} to 9p-iov-marshal.{c,h}Wei Liu5-66/+76
2016-01-08fsdev: break out 9p-marshal.{c,h} from virtio-9p-marshal.{c,h}Wei Liu5-110/+142
2016-01-089pfs: rename virtio-9p-proxy.{c,h} to 9p-proxy.{c,h}Wei Liu1-1/+1
2015-11-30fsdev-proxy-helper: avoid TOC/TOU racePaolo Bonzini1-10/+10
2015-09-11maint: remove unused include for dirent.hDaniel P. Berrange1-1/+0
2015-06-16virtfs-proxy-helper: fail gracefully if socket path is too longStefan Hajnoczi1-1/+6
2015-06-16virtfs-proxy-helper: add missing long option terminatorStefan Hajnoczi1-0/+1
2015-03-19Fix typos in commentsViswesh1-1/+1
2015-03-16virtfs-proxy: Fix possible overflowShannon Zhao1-0/+1
2015-03-16fsdev/virtfs-proxy-helper: Fix improper use of negative valueShannon Zhao1-0/+3
2015-02-10virtfs-proxy-helper: Fix possible socket leak.Gonglei1-4/+9
2014-04-28virtfs-proxy-helper: fix call to acceptTim Comer1-0/+1
2014-03-04hw/9pfs: Include virtio-9p-device.o in buildAneesh Kumar K.V1-1/+3
2014-02-26fsdev: Fix overrun after readlink() fills buffer completelyMarkus Armbruster1-1/+1
2013-07-09fsdev: Fix potential memory leakStefan Weil1-0/+2
2013-05-12remove double semicolonsDong Xu Wang1-2/+2
2013-01-30virtfs-proxy-helper: Fix unchecked strdup() by conv. to g_strdup()Markus Armbruster1-2/+2
2013-01-26build: remove extra-obj-yPaolo Bonzini1-4/+4
2013-01-12qemu-option: move standard option definitions out of qemu-config.cPaolo Bonzini4-15/+86
2012-12-19misc: move include files to include/qemu/Paolo Bonzini5-10/+10
2012-12-05virtfs-proxy-helper: use setresuid and setresgidPaolo Bonzini1-29/+64
2012-11-15qemu-fsdev-dummy.c: Include module.hEduardo Habkost1-0/+1
2012-06-07build: move fsdev/ objects to nested Makefile.objsPaolo Bonzini1-0/+9
2012-04-07Replace Qemu by QEMU in user visible documentationStefan Weil1-1/+1
2012-01-30fsdev: Fix parameter parsing for proxy helperM. Mohan Kumar1-2/+8
2012-01-19hw/9pfs: Add new security model mapped-file.Aneesh Kumar K.V1-4/+8
2012-01-13virtfs-proxy-helper: Add missing printf format attributeStefan Weil1-1/+1
2012-01-13virtfs-proxy-helper: Clean include filesStefan Weil1-13/+2
2012-01-13virtfs-proxy-helper: Fix compilation on newer systemsStefan Weil1-1/+1
2012-01-04hw/9pfs: Add support to use named socket for proxy FSM. Mohan Kumar3-3/+89
2012-01-04hw/9pfs: man page for proxy helperM. Mohan Kumar1-0/+59
2012-01-04hw/9pfs: Proxy getversionM. Mohan Kumar1-0/+86
2012-01-04hw/9pfs: xattr interfaces in proxy filesystem driverM. Mohan Kumar1-0/+99
2012-01-04hw/9pfs: File ownership and othersM. Mohan Kumar1-0/+83
2012-01-04hw/9pfs: Add stat/readlink/statfs for proxy FSM. Mohan Kumar1-0/+182
2012-01-04hw/9pfs: Create other filesystem objectsM. Mohan Kumar1-6/+123
2012-01-04hw/9pfs: Open and create filesM. Mohan Kumar1-3/+176
2012-01-04hw/9pfs: File system helper process for qemu 9p proxy FSM. Mohan Kumar1-0/+300
2012-01-04hw/9pfs: Add new proxy filesystem driverM. Mohan Kumar2-0/+2
2012-01-04hw/9pfs: Add validation to {un}marshal codeM. Mohan Kumar2-71/+96
2012-01-04hw/9pfs: Move pdu_marshal/unmarshal code to a seperate fileM. Mohan Kumar2-0/+388
2012-01-04hw/9pfs: Move opt validation to FsDriver callbackAneesh Kumar K.V3-50/+19