qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Maintainers, please tell us how to boot your machines!


From: Mark Cave-Ayland
Subject: Re: [Qemu-devel] Maintainers, please tell us how to boot your machines!
Date: Thu, 14 Mar 2019 06:34:56 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1

On 12/03/2019 17:36, Markus Armbruster wrote:

>     = hw/ppc/prep.c =
>     "Hervé Poussineau" <address@hidden> (maintainer:PReP)
>     David Gibson <address@hidden> (maintainer:PowerPC)
>     address@hidden (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 <address@hidden> (maintainer:Leon3)
>     Mark Cave-Ayland <address@hidden> (maintainer:SPARC)
>     Artyom Tarasenko <address@hidden> (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 <address@hidden> (maintainer:Sun4m)
>     Artyom Tarasenko <address@hidden> (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 <address@hidden> (maintainer:Sun4v)
>     Mark Cave-Ayland <address@hidden> (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 <address@hidden> (maintainer:Sun4u)
>     Artyom Tarasenko <address@hidden> (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 <address@hidden> (odd fixer:New World (mac99))
>     David Gibson <address@hidden> (reviewer:New World (mac99))
>     address@hidden (open list:New World (mac99))
> 
>     = hw/ppc/mac_oldworld.c =
>     Mark Cave-Ayland <address@hidden> (odd fixer:Old World (g3beige))
>     David Gibson <address@hidden> (reviewer:Old World (g3beige))
>     address@hidden (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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]