-
Notifications
You must be signed in to change notification settings - Fork 11
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 (#35)
* feat(virtio): Adding Virtio-net Support to Cloudlet (#22) * feat(virtio): configure net device - MMIO Device Discovery by the kernel command line - irq allocator Signed-off-by: sylvain-pierrot <sylvain.pierrot@etu.umontpellier.fr> * feat: add simple handler Signed-off-by: sylvain-pierrot <sylvain.pierrot@etu.umontpellier.fr> * refactor code architecture about devices + add queue/handlers Signed-off-by: sylvain-pierrot <sylvain.pierrot@etu.umontpellier.fr> * chore: fix traits for generic + refactor code Signed-off-by: sylvain-pierrot <sylvain.pierrot@etu.umontpellier.fr> * feat: add working device Signed-off-by: sylvain-pierrot <sylvain.pierrot@etu.umontpellier.fr> * refactor: remove all unwrap Signed-off-by: sylvain-pierrot <sylvain.pierrot@etu.umontpellier.fr> * fix: cargo clippy Signed-off-by: sylvain-pierrot <sylvain.pierrot@etu.umontpellier.fr> * refactor: remove unnecessary comments Signed-off-by: sylvain-pierrot <sylvain.pierrot@etu.umontpellier.fr> --------- Signed-off-by: sylvain-pierrot <sylvain.pierrot@etu.umontpellier.fr> * feat: configure guest iface address + rename vmm cli args for better understanding Signed-off-by: sylvain-pierrot <sylvain.pierrot@etu.umontpellier.fr> * Feat/grpc streams (#31) * feat: streaming and pty setup --------- Signed-off-by: Mauran <thomas.mauran@etu.umontpellier.fr> Signed-off-by: sylvain-pierrot <sylvain.pierrot@etu.umontpellier.fr> --------- Signed-off-by: sylvain-pierrot <sylvain.pierrot@etu.umontpellier.fr> Signed-off-by: Mauran <thomas.mauran@etu.umontpellier.fr> Co-authored-by: Thomas Mauran <78204354+thomas-mauran@users.noreply.github.com> Signed-off-by: ESPIE <remi.espie@etu.umontpellier.fr>
- 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