On Wed, 3 Mar 2021 at 17:57, Claudio Fontana <cfont...@suse.de> wrote: > One thing I noticed is that tests try to run qemu-system-aarch64 with accel > "qtest" and machine "virt", > and the thing tries to create a cortex-a15 cpu model for some unknown reason.
That is expected. The default CPU type for 'virt' is cortex-a15; if you want something else then you need to specify the -cpu option. -- PMM