rust-vmm / vmm-reference

A VMM implementation based of rust-vmm components
Apache License 2.0
146 stars 61 forks source link

Add support for virtio net for aarch64 #224

Open andreeaflorescu opened 2 years ago

andreeaflorescu commented 2 years ago

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: