cloud-hypervisor/vhost_user_fs/src
Michael Zhao 1befae872d build: Fixed build errors and warnings on AArch64
This is a preparing commit to build and test CH on AArch64. All building
issues were fixed, but no functionality was introduced.
For X86, the logic of code was not changed at all.
For ARM, the architecture specific part is still empty. And we applied
some tricks to workaround lint warnings. But such code will be replaced
later by other commits with real functionality.

Signed-off-by: Michael Zhao <michael.zhao@arm.com>
2020-05-21 11:56:26 +01:00
..
descriptor_utils.rs vhost_user_fs: Add support for indirect descriptors 2020-02-25 11:12:50 +00:00
file_traits.rs vhost_user_fs: Add file traits to handle writing volatile memory 2019-11-22 22:17:47 +01:00
filesystem.rs vhost_user_fs: Add the WRITE_KILL_PRIV write flag. 2020-04-17 15:42:40 +01:00
fs_cache_req_handler.rs vhost-user-fs: return correct result of fs_slave_io() 2020-03-24 14:55:56 +01:00
fuse.rs vhost_user_fs: Add the WRITE_KILL_PRIV write flag. 2020-04-17 15:42:40 +01:00
lib.rs vhost_user_fs: Add seccomp 2020-05-14 18:56:19 +02:00
multikey.rs vhost_user_fs: Add multikey module 2019-11-22 22:17:47 +01:00
passthrough.rs vhost_user_fs: Allow callers to provide a fd for /proc/self/fd 2020-05-14 17:16:23 +02:00
sandbox.rs vhost_user_fs: Implement support for optional sandboxing 2020-05-14 17:16:23 +02:00
seccomp.rs build: Fixed build errors and warnings on AArch64 2020-05-21 11:56:26 +01:00
server.rs vhost_user_fs: Add the WRITE_KILL_PRIV write flag. 2020-04-17 15:42:40 +01:00