Hello Ahmad, On Fri, 9 Jun 2023 at 09:36, Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> wrote: > > On 07.06.23 06:59, Denis Orlov wrote: > > Signed-off-by: Denis Orlov <denorl2009@xxxxxxxxx> > > --- > > test/mips/qemu-malta64el_defconfig.yaml | 22 ++++++++++++++++++++++ > > 1 file changed, 22 insertions(+) > > create mode 100644 test/mips/qemu-malta64el_defconfig.yaml > > > > diff --git a/test/mips/qemu-malta64el_defconfig.yaml b/test/mips/qemu-malta64el_defconfig.yaml > > new file mode 100644 > > index 0000000000..22562d5b7a > > --- /dev/null > > +++ b/test/mips/qemu-malta64el_defconfig.yaml > > @@ -0,0 +1,22 @@ > > +targets: > > + main: > > + drivers: > > + QEMUDriver: > > + qemu_bin: qemu > > + machine: malta > > + cpu: 5KEf > > + memory: 256M > > + bios: barebox-qemu-malta.img.swapped > > + extra_args: '' > > + BareboxDriver: > > + prompt: 'barebox@[^:]+:[^ ]+ ' > > + bootstring: 'commandline:' > > + BareboxTestStrategy: {} > > + features: > > + - virtio-pci > > Did you test virtio PCI? I don't see it enabled in the defconfig. Nope, I didn't. I must have copied this from the 32-bit malta config file. However, I see that its defconfig also lacks VIRTIO_PCI, so should those be removed from both labgrid configs? Besides, judging from the virtio PCI Kconfig option depends, there seem to be some issues with virtio PCI on MIPS without CONFIG_MMU set. Is the lack of VIRTIO_PCI option in 32-bit malta defconfig related to that? Regards, Denis > > > +images: > > + barebox-qemu-malta.img.swapped: !template "$LG_BUILDDIR/images/barebox-qemu-malta.img.swapped" > > +tools: > > + qemu: /usr/bin/qemu-system-mips64el > > +imports: > > + - ../strategy.py > > -- > Pengutronix e.K. | | > Steuerwalder Str. 21 | http://www.pengutronix.de/ | > 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | > Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | >