Sign in
qemu
/
qemu
/
de08c606f9ddafe647b6843e2b10a6d6030b0fc0
/
fsdev
c7e775e
remove double semicolons
by Dong Xu Wang
· 12 years ago
606017d
virtfs-proxy-helper: Fix unchecked strdup() by conv. to g_strdup()
by Markus Armbruster
· 12 years ago
82cb6b0
build: remove extra-obj-y
by Paolo Bonzini
· 12 years ago
4d45457
qemu-option: move standard option definitions out of qemu-config.c
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
9fd2ecd
virtfs-proxy-helper: use setresuid and setresgid
by Paolo Bonzini
· 12 years ago
017cf5b
qemu-fsdev-dummy.c: Include module.h
by Eduardo Habkost
· 12 years ago
ee20477
build: move fsdev/ objects to nested Makefile.objs
by Paolo Bonzini
· 13 years ago
071c939
Replace Qemu by QEMU in user visible documentation
by Stefan Weil
· 13 years ago
5fc6dba
fsdev: Fix parameter parsing for proxy helper
by M. Mohan Kumar
· 13 years ago
2c30dd7
hw/9pfs: Add new security model mapped-file.
by Aneesh Kumar K.V
· 13 years ago
c5c7d3f
virtfs-proxy-helper: Add missing printf format attribute
by Stefan Weil
· 13 years ago
e7e4a6c
virtfs-proxy-helper: Clean include files
by Stefan Weil
· 13 years ago
822b635
virtfs-proxy-helper: Fix compilation on newer systems
by Stefan Weil
· 13 years ago
84a87cc
hw/9pfs: Add support to use named socket for proxy FS
by M. Mohan Kumar
· 13 years ago
a2d8f1b
hw/9pfs: man page for proxy helper
by M. Mohan Kumar
· 13 years ago
d090e45
hw/9pfs: Proxy getversion
by M. Mohan Kumar
· 13 years ago
d52b09e
hw/9pfs: xattr interfaces in proxy filesystem driver
by M. Mohan Kumar
· 13 years ago
ea75fc4
hw/9pfs: File ownership and others
by M. Mohan Kumar
· 13 years ago
b178adc
hw/9pfs: Add stat/readlink/statfs for proxy FS
by M. Mohan Kumar
· 13 years ago
39f8c32
hw/9pfs: Create other filesystem objects
by M. Mohan Kumar
· 13 years ago
daf0b9a
hw/9pfs: Open and create files
by M. Mohan Kumar
· 13 years ago
17bff52
hw/9pfs: File system helper process for qemu 9p proxy FS
by M. Mohan Kumar
· 13 years ago
4c793dd
hw/9pfs: Add new proxy filesystem driver
by M. Mohan Kumar
· 13 years ago
ddca7f8
hw/9pfs: Add validation to {un}marshal code
by M. Mohan Kumar
· 13 years ago
10925bf
hw/9pfs: Move pdu_marshal/unmarshal code to a seperate file
by M. Mohan Kumar
· 13 years ago
99519f0
hw/9pfs: Move opt validation to FsDriver callback
by Aneesh Kumar K.V
· 13 years ago
2f008a8
hw/9pfs: Use the correct signed type for different variables
by Aneesh Kumar K.V
· 13 years ago
8b88827
hw/9pfs: Use the correct file descriptor in Fsdriver Callback
by Aneesh Kumar K.V
· 13 years ago
77eec1b
hw/9pfs: Improve portability to older systems
by Aneesh Kumar K.V
· 13 years ago
9db221a
hw/9pfs: Add synthetic file system support using 9p
by Aneesh Kumar K.V
· 13 years ago
cc720dd
hw/9pfs: Abstract open state of fid to V9fsFidOpenState
by Aneesh Kumar K.V
· 13 years ago
2c74c2c
hw/9pfs: Read-only support for 9p export
by M. Mohan Kumar
· 13 years ago
d9b36a6
hw/9pfs: Handle Security model parsing
by M. Mohan Kumar
· 13 years ago
b97400c
hw/9pfs: Use export flag for indicating security model
by Aneesh Kumar K.V
· 13 years ago
fbcbf10
hw/9pfs: Rename fstype to fsdriver to make it consistent across VirtFS code
by Aneesh Kumar K.V
· 13 years ago
c98f1d4
hw/9pfs: Use export_flag for indicating whether fs driver use path names.
by Aneesh Kumar K.V
· 13 years ago
e06a765
hw/9pfs: Add st_gen support in getattr reply
by Harsh Prateek Bora
· 13 years ago
d3ab98e
hw/9pfs: Add new virtfs option writeout=immediate skip host page cache
by Aneesh Kumar K.V
· 13 years ago
5f54222
hw/9pfs: Add handle based fs driver
by Aneesh Kumar K.V
· 13 years ago
532decb
hw/9pfs: Add fs driver specific details to fscontext
by Aneesh Kumar K.V
· 13 years ago
0174fe7
hw/9pfs: Add init callback to fs driver
by Aneesh Kumar K.V
· 13 years ago
2289be1
hw/9pfs: Move fid pathname tracking to seperate data type.
by Aneesh Kumar K.V
· 13 years ago
5f524c1
use readdir_r instead of readdir for reentrancy
by Harsh Prateek Bora
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 13 years ago
1c532d9
fsdev: Fix archs that dont use fsdev
by Edgar E. Iglesias
· 14 years ago
faa44e3
[virtio-9p] Make rpath thread safe
by Venkateswararao Jujjuri (JV)
· 14 years ago
1c88c71
virtio-9p: Don't link to 9p if virtio is not enabled
by Aneesh Kumar K.V
· 14 years ago
353ac78
virtio-9p: move 9p files around
by Aneesh Kumar K.V
· 14 years ago
64b85a8
Delete useless 'extern' qualifiers for functions
by Blue Swirl
· 14 years ago
9f50689
[virtio-9p] Qemu 9p commandline options validity checks
by Harsh Prateek Bora
· 14 years ago
526c523
Use machine_init() to register virtfs config options.
by Gerd Hoffmann
· 14 years ago
9ce56db
virtio-9p: Introduces an option to specify the security model.
by Venkateswararao Jujjuri (JV)
· 15 years ago
9f10751
virtio-9p: Add a virtio 9p device to qemu
by Anthony Liguori
· 15 years ago
74db920
virtio-9p: Create a commandline option -fsdev
by Gautham R Shenoy
· 15 years ago