CharlyCst / miralis

Miralis is an experimental system that virtualises firmware
https://miralis-firmware.github.io/
MIT License
13 stars 0 forks source link

Add [qemu] section to config #157

Closed CharlyCst closed 2 months ago

CharlyCst commented 2 months ago

So far we don't really have a way to configure QEMU for running our tests. For instance there is no way to choose the cpu model or board to emulate. This is problematic because different person can end up with different results (and in particular the CI can use different cpu features over time).

The goal of this issue is to add a new [qemu] config with two fields:

Once we have this new section we can add Linux to the CI using the sifive-u54 CPU core, yeay 🥳