controller: move guest launch to module

This commit is contained in:
Alex Zenla
2024-02-29 12:52:44 +00:00
parent 6972b77f55
commit 0957bbe595
9 changed files with 279 additions and 239 deletions

View File

@ -2,3 +2,4 @@ pub mod autoloop;
pub mod console;
pub mod ctl;
pub mod image;
pub mod launch;