qemu-e2k/fsdev
Greg Kurz 2023243573 fsdev: Move some types definition to qemu-fsdev.c
It would make sense for these types to be defined in a header file if
we had an API for fsdrivers to register themselves. In practice, we
only have three of them and it is very unlikely we add new ones since
the future of file sharing between host and guest is the upcoming
virtio-fs.

Move the types to qemu-fsdev.c instead since they are only used there.

Signed-off-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
2019-05-17 17:34:48 +02:00
..
9p-iov-marshal.c fsdev: don't allow unknown format in marshal/unmarshal 2017-05-25 10:30:13 +02:00
9p-iov-marshal.h Clean up ill-advised or unusual header guards 2016-07-12 16:20:46 +02:00
9p-marshal.c 9pfs: drop useless v9fs_string_null() function 2016-09-16 08:56:15 +02:00
9p-marshal.h 9pfs: fsdev: drop useless extern annotation for functions 2016-10-17 14:13:58 +02:00
Makefile.objs fsdev: fix compilation with VIRTIO but not VIRTIO_9P 2018-08-22 12:21:13 +02:00
file-op-9p.h fsdev: Drop unused opaque field 2019-05-17 17:34:48 +02:00
qemu-fsdev-dummy.c fsdev: Clean up error reporting in qemu_fsdev_add() 2018-10-19 14:51:34 +02:00
qemu-fsdev-opts.c 9pfs: local: Add support for custom fmode/dmode in 9ps mapped security modes 2017-06-29 15:11:50 +02:00
qemu-fsdev-throttle.c Move include qemu/option.h from qemu-common.h to actual users 2018-02-09 13:52:16 +01:00
qemu-fsdev-throttle.h Clean up header guards that don't match their file name 2019-05-13 08:58:55 +02:00
qemu-fsdev.c fsdev: Move some types definition to qemu-fsdev.c 2019-05-17 17:34:48 +02:00
qemu-fsdev.h fsdev: Move some types definition to qemu-fsdev.c 2019-05-17 17:34:48 +02:00
virtfs-proxy-helper.c use g_path_get_basename instead of basename 2018-03-06 14:01:29 +01:00
virtfs-proxy-helper.texi fsdev: spelling fix 2016-06-07 18:02:49 +03:00