crosvm/devices/src
Chirantan Ekbote 0399e18235 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>
2019-10-27 14:26:01 +00:00
..
pci devices: enable MSI-X for virtio-net and viotio-block devices 2019-10-25 23:59:43 +00:00
register_space Reformat with rustfmt from Rust 1.38.0 2019-10-17 03:35:36 +00:00
usb Reformat with rustfmt from Rust 1.38.0 2019-10-17 03:35:36 +00:00
utils Add explicit dyn for trait objects 2019-10-17 03:35:35 +00:00
virtio devices: fs: Implement virtio-fs server 2019-10-27 14:26:01 +00:00
bus.rs
cmos.rs
i8042.rs
ioapic.rs
lib.rs devices: jail serial device 2019-10-10 02:09:13 +00:00
pic.rs
pit.rs
pl030.rs
proxy.rs devices: proxy: do not acknowledge write commands 2019-10-14 23:59:49 +00:00
serial.rs devices: jail serial device 2019-10-10 02:09:13 +00:00
split_irqchip_common.rs
vfio.rs vfio: Add msi support 2019-10-17 00:17:07 +00:00