Am Wed, 13 Mar 2019 02:06:39 +0100 schrieb Philippe Mathieu-Daudé <[email protected]>:
> On Tue, Mar 12, 2019 at 6:44 PM Markus Armbruster <[email protected]> > 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 <[email protected]> (odd fixer:Mipssim) > > Aleksandar Rikalo <[email protected]> (reviewer:Mipssim) > > Aurelien Jarno <[email protected]> (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 <[email protected]> (odd fixer:Canon DIGIC) > > Peter Maydell <[email protected]> (odd fixer:Canon DIGIC) > > [email protected] (open list:Canon DIGIC) > > canon-a1100-rom1.bin > https://www.mail-archive.com/[email protected]/msg571908.html A pre-build binary is now available in the QEMU advent calendar 2018, too. > > = hw/m68k/an5206.c = > > Thomas Huth <[email protected]> (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 <[email protected]> (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 <[email protected]> (odd fixer:e500) > > [email protected] (open list:e500) https://www.qemu-advent-calendar.org/2018/download/day19.tar.xz > > = hw/ppc/mac_oldworld.c = > > Mark Cave-Ayland <[email protected]> (odd fixer:Old > > World (g3beige)) David Gibson <[email protected]> > > (reviewer:Old World (g3beige)) [email protected] (open list:Old > > World (g3beige)) https://www.qemu-advent-calendar.org/2018/download/day15.tar.xz Thomas