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: Thomas Huth
Subject: Re: [Qemu-devel] Maintainers, please tell us how to boot your machines!
Date: Fri, 15 Mar 2019 19:32:10 +0100

Am Wed, 13 Mar 2019 02:06:39 +0100
schrieb Philippe Mathieu-Daudé <address@hidden>:

> On Tue, Mar 12, 2019 at 6:44 PM Markus Armbruster <address@hidden>
> wrote:
[...]
> > I gathered the machine types, mapped them to source files, which I
> > fed to get_maintainer.pl.  Results are appended.  If you're cc'ed,
> > MAINTAINERS fingers you for at least one machine type's source file.
> > Please tell us for all of them how to to a "meaningful" boot test.  
[...]
> >     = hw/mips/mips_mipssim.c =
> >     Aleksandar Markovic <address@hidden> (odd fixer:Mipssim)
> >     Aleksandar Rikalo <address@hidden> (reviewer:Mipssim)
> >     Aurelien Jarno <address@hidden> (maintainer:MIPS)  
> 
> See this thread:
> http://lists.nongnu.org/archive/html/qemu-devel/2018-04/msg04071.html

You can still create an image for the mipssim machine with "buildroot".
It's cumbersome, and you've got to use an older Linux kernel (< 3.6
IIRC), but it's doable. I once built an image for this machine a couple
of months ago. Let me know if you want it.

[...]
> >     = hw/arm/digic_boards.c =
> >     Antony Pavlov <address@hidden> (odd fixer:Canon DIGIC)
> >     Peter Maydell <address@hidden> (odd fixer:Canon DIGIC)
> >     address@hidden (open list:Canon DIGIC)  
> 
> canon-a1100-rom1.bin
> https://www.mail-archive.com/address@hidden/msg571908.html

A pre-build binary is now available in the QEMU advent calendar 2018,
too.

> >     = hw/m68k/an5206.c =
> >     Thomas Huth <address@hidden> (odd fixer:an5206)

wget
https://web.archive.org/web/20180303021225/http://www.uclinux.org/ports/coldfire/image-an5206-small-20000706.bin.gz
gunzip image-an5206-small-20000706.bin.gz
qemu-system-m68k -M an5206 -kernel image-an5206-small-20000706.bin -nographic

> >     = hw/m68k/mcf5208.c =
> >     Thomas Huth <address@hidden> (odd fixer:mcf5208)

wget https://www.qemu-advent-calendar.org/2018/download/day07.tar.xz
tar -xaf day07.tar.xz
cd day07
qemu-system-m68k -M mcf5208evb -kernel sanity-clause.elf -nographic

> >     = hw/ppc/e500plat.c =
> >     David Gibson <address@hidden> (odd fixer:e500)
> >     address@hidden (open list:e500)

https://www.qemu-advent-calendar.org/2018/download/day19.tar.xz

> >     = 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))

https://www.qemu-advent-calendar.org/2018/download/day15.tar.xz

 Thomas



reply via email to

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