Skip to content
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

Open
andreeaflorescu opened this issue Jul 14, 2022 · 0 comments · May be fixed by #232
Open

Add support for virtio net for aarch64 #224

andreeaflorescu opened this issue Jul 14, 2022 · 0 comments · May be fixed by #232
Labels

Comments

@andreeaflorescu
Copy link
Member

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:

  • make it possible to configure one virtio net
  • add tests to validate that this configuration work (we should be able to reuse the existing tests from x86_64)

Out of scope:

  • the end to end integration test is out of scope because it requires extensive changes to the S3 bucket & the way we're building the test resources. Any changes that are required once we have a test image should be part of that PR instead. Handled in Linux image for testing aarch64 #218
@andreeaflorescu andreeaflorescu moved this to Todo in GSoC 2022 Jul 14, 2022
@andreeaflorescu andreeaflorescu moved this from Todo to Next Items in GSoC 2022 Jul 15, 2022
@ramyak-mehra ramyak-mehra moved this from Next Items to In Progress in GSoC 2022 Jul 18, 2022
ramyak-mehra added a commit to ramyak-mehra/vmm-reference that referenced this issue Sep 7, 2022
ramyak-mehra added a commit to ramyak-mehra/vmm-reference that referenced this issue Sep 7, 2022
@ramyak-mehra ramyak-mehra linked a pull request Sep 7, 2022 that will close this issue
3 tasks
ramyak-mehra added a commit to ramyak-mehra/vmm-reference that referenced this issue Sep 14, 2022
ramyak-mehra added a commit to ramyak-mehra/vmm-reference that referenced this issue Sep 14, 2022
ramyak-mehra added a commit to ramyak-mehra/vmm-reference that referenced this issue Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

1 participant