qemu/fsdev
Aneesh Kumar K.V 77eec1b3f1 hw/9pfs: Improve portability to older systems
handle fs driver require a set of newly added syscalls. Don't
Compile handle FS driver if those syscalls are not available.
Instead of adding #ifdef for all those syscalls we check for
open by handle syscall. If that is available then rest of the
syscalls used by the driver should be available.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
2011-12-04 22:35:27 +05:30
..
file-op-9p.h hw/9pfs: Abstract open state of fid to V9fsFidOpenState 2011-10-31 12:34:17 +05:30
qemu-fsdev-dummy.c fsdev: Fix archs that dont use fsdev 2011-06-10 15:29:11 +02:00
qemu-fsdev.c hw/9pfs: Improve portability to older systems 2011-12-04 22:35:27 +05:30
qemu-fsdev.h hw/9pfs: Add synthetic file system support using 9p 2011-10-31 12:34:18 +05:30