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 block for aarch64 #210

Closed andreeaflorescu closed 2 years ago

andreeaflorescu commented 2 years ago

Configure the virtio block 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: