Skip to content

Commit e1ff858

Browse files
author
Erik Schilling
committed
scsi: Add virtio daemon
This adds the virtio-specific parts that use the previously formed interfaces and scsi emulation in order to build a daemon that offers files from the host system as drives to the guest. The vast majority of this work was done by Gaelan Steele as part of a GSoC project [1][2]. [1] #4 [2] https://gist.github.com/Gaelan/febec4e4606e1320026a0924c3bf74d0 Co-developed-by: Erik Schilling <[email protected]> Signed-off-by: Erik Schilling <[email protected]> Signed-off-by: Gaelan Steele <[email protected]>
1 parent 934948c commit e1ff858

File tree

3 files changed

+673
-1
lines changed

3 files changed

+673
-1
lines changed

crates/scsi/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
pub mod scsi;
2+
pub mod virtio;

0 commit comments

Comments
 (0)