generated from rust-vmm/crate-template
-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for virtio net for aarch64 #224
Labels
Comments
ramyak-mehra
added a commit
to ramyak-mehra/vmm-reference
that referenced
this issue
Sep 7, 2022
closes rust-vmm#224 Signed-off-by: Ramyak mehra <[email protected]>
ramyak-mehra
added a commit
to ramyak-mehra/vmm-reference
that referenced
this issue
Sep 7, 2022
closes rust-vmm#224 Signed-off-by: Ramyak mehra <[email protected]>
3 tasks
ramyak-mehra
added a commit
to ramyak-mehra/vmm-reference
that referenced
this issue
Sep 14, 2022
closes rust-vmm#224 Signed-off-by: Ramyak mehra <[email protected]>
ramyak-mehra
added a commit
to ramyak-mehra/vmm-reference
that referenced
this issue
Sep 14, 2022
closes rust-vmm#224 Signed-off-by: Ramyak mehra <[email protected]>
ramyak-mehra
added a commit
to ramyak-mehra/vmm-reference
that referenced
this issue
Oct 26, 2022
closes rust-vmm#224 Signed-off-by: Ramyak mehra <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Configure the virtio net device on arm as well. For this, we need to update the FDT builder to support adding virtio block devices, and update the unit tests such that they work on arm as well.
The definition of done for this task is to:
Out of scope:
The text was updated successfully, but these errors were encountered: