summary refs log tree commit diff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorChirantan Ekbote <chirantan@chromium.org>2019-08-16 16:15:13 +0900
committerCommit Bot <commit-bot@chromium.org>2019-10-27 14:26:01 +0000
commit0399e18235f947f1ec510388247dc89aeb9d6234 (patch)
treecf7f6935cad6f7cc91e54401ae85e2a2c1a45191 /Cargo.lock
parenta24f03359393d0943795aedcaa3adbe1d22edde2 (diff)
downloadcrosvm-0399e18235f947f1ec510388247dc89aeb9d6234.tar
crosvm-0399e18235f947f1ec510388247dc89aeb9d6234.tar.gz
crosvm-0399e18235f947f1ec510388247dc89aeb9d6234.tar.bz2
crosvm-0399e18235f947f1ec510388247dc89aeb9d6234.tar.lz
crosvm-0399e18235f947f1ec510388247dc89aeb9d6234.tar.xz
crosvm-0399e18235f947f1ec510388247dc89aeb9d6234.tar.zst
crosvm-0399e18235f947f1ec510388247dc89aeb9d6234.zip
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 <chirantan@chromium.org>
Reviewed-by: Stephen Barber <smbarber@chromium.org>
Commit-Queue: Chirantan Ekbote <chirantan@chromium.org>
Tested-by: Chirantan Ekbote <chirantan@chromium.org>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
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",