On 12/03/2019 17:36, Markus Armbruster wrote: > = hw/ppc/prep.c = > "Hervé Poussineau" <hpous...@reactos.org> (maintainer:PReP) > David Gibson <da...@gibson.dropbear.id.au> (maintainer:PowerPC) > qemu-...@nongnu.org (open list:PReP)
Note that -M prep has been formally deprecated and so we're really only interested in -M 40p going forward. The test for this is to boot the sandalfoot zImage at http://www.juneau-lug.org/zImage.initrd.sandalfoot booted as below: ./qemu-system-ppc -M 40p -cdrom zImage.initrd.sandalfoot -boot d > = hw/sparc/leon3.c = > Fabien Chouteau <chout...@adacore.com> (maintainer:Leon3) > Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> (maintainer:SPARC) > Artyom Tarasenko <atar4q...@gmail.com> (maintainer:SPARC) I don't really do anything with the leon3 so I'll leave this to Fabien :) > = hw/sparc/sun4m.c = > Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> (maintainer:Sun4m) > Artyom Tarasenko <atar4q...@gmail.com> (maintainer:SPARC) The easiest test here is using Aurelien's image from https://people.debian.org/~aurel32/qemu/sparc/ which is really simple: ./qemu-system-sparc -hda debian_etch_sparc_small.qcow2 -snapshot > = hw/sparc64/niagara.c = > Artyom Tarasenko <atar4q...@gmail.com> (maintainer:Sun4v) > Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> (maintainer:SPARC) I don't really touch the niagara parts at the moment, however you can find a couple of examples in both the QEMU documentation at https://qemu.weilnetz.de/doc/qemu-doc.html#Sparc64-System-emulator and also the wiki homepage at https://wiki.qemu.org/Documentation/Platforms/SPARC. > = hw/sparc64/sun4u.c = > Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> (maintainer:Sun4u) > Artyom Tarasenko <atar4q...@gmail.com> (maintainer:SPARC) For this I tend to use Debian ports CD at https://cdimage.debian.org/cdimage/ports/10.0/sparc64/iso-cd/ with a simple boot command line: ./qemu-system-sparc64 -cdrom debian-10.0-sparc64-NETINST-1.iso -nographic -m 256 -boot d > = hw/ppc/mac_newworld.c = > Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> (odd fixer:New World > (mac99)) > David Gibson <da...@gibson.dropbear.id.au> (reviewer:New World (mac99)) > qemu-...@nongnu.org (open list:New World (mac99)) > > = hw/ppc/mac_oldworld.c = > Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> (odd fixer:Old World > (g3beige)) > David Gibson <da...@gibson.dropbear.id.au> (reviewer:Old World (g3beige)) > qemu-...@nongnu.org (open list:Old World (g3beige)) Again for both of these a Debian ports CD from https://cdimage.debian.org/cdimage/ports/10.0/powerpc/iso-cd/ is enough for a simple boot test here: ./qemu-system-ppc -cdrom debian-10.0-powerpc-NETINST-1.iso -boot d ATB, Mark.