31 Mar
2025
31 Mar
'25
4:58 a.m.
On Mon, Mar 31, 2025 at 6:39 AM Alex Bennée <alex.bennee@linaro.org> wrote:
The unikernel utilizes rcore-os's no_std VirtIO drivers to discover and initialize a range of VirtIO devices.
https://github.com/rcore-os/virtio-drivers I noticed that VIRTIO_F_VERSION_1, VIRTIO_F_RING_PACKED, and hardware device support are missing according to the readme. Those are important features for real-world test coverage. Or is the idea to use the unikernel for low-level device initialization and the Linux image for tests that do I/O? Stefan