From 0399e18235f947f1ec510388247dc89aeb9d6234 Mon Sep 17 00:00:00 2001 From: Chirantan Ekbote Date: Fri, 16 Aug 2019 16:15:13 +0900 Subject: devices: fs: Implement virtio-fs server Add a `Server` type that links the FUSE protocol with the virtio transport. It parses messages sent on the virtio queue and then calls the appropriate method of the `Filesystem` trait. BUG=b:136128319 TEST=`tast run vm.VirtioFs` Change-Id: I7d6fb521f6c620efe1bdb4fa0fa8fb8c42a82f45 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/1757242 Auto-Submit: Chirantan Ekbote Reviewed-by: Stephen Barber Commit-Queue: Chirantan Ekbote Tested-by: Chirantan Ekbote --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 558de5a..2b03635 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -164,6 +164,7 @@ dependencies = [ "resources 0.1.0", "sync 0.1.0", "sys_util 0.1.0", + "syscall_defines 0.1.0", "tempfile 3.0.7", "tpm2 0.1.0", "usb_util 0.1.0", -- cgit 1.4.1