forked from virt-do/cloudlet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: configure guest iface address + rename vmm cli args (virt-do#35)
* feat(virtio): Adding Virtio-net Support to Cloudlet (virt-do#22) * feat(virtio): configure net device - MMIO Device Discovery by the kernel command line - irq allocator Signed-off-by: sylvain-pierrot <[email protected]> * feat: add simple handler Signed-off-by: sylvain-pierrot <[email protected]> * refactor code architecture about devices + add queue/handlers Signed-off-by: sylvain-pierrot <[email protected]> * chore: fix traits for generic + refactor code Signed-off-by: sylvain-pierrot <[email protected]> * feat: add working device Signed-off-by: sylvain-pierrot <[email protected]> * refactor: remove all unwrap Signed-off-by: sylvain-pierrot <[email protected]> * fix: cargo clippy Signed-off-by: sylvain-pierrot <[email protected]> * refactor: remove unnecessary comments Signed-off-by: sylvain-pierrot <[email protected]> --------- Signed-off-by: sylvain-pierrot <[email protected]> * feat: configure guest iface address + rename vmm cli args for better understanding Signed-off-by: sylvain-pierrot <[email protected]> * Feat/grpc streams (virt-do#31) * feat: streaming and pty setup --------- Signed-off-by: Mauran <[email protected]> Signed-off-by: sylvain-pierrot <[email protected]> --------- Signed-off-by: sylvain-pierrot <[email protected]> Signed-off-by: Mauran <[email protected]> Co-authored-by: Thomas Mauran <[email protected]> Signed-off-by: ESPIE <[email protected]>
- Loading branch information
1 parent
b47f929
commit 577670e
Showing
6 changed files
with
40 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters