Am Wed, 13 Mar 2019 02:06:39 +0100 schrieb Philippe Mathieu-Daudé <f4...@amsat.org>:
> On Tue, Mar 12, 2019 at 6:44 PM Markus Armbruster <arm...@redhat.com> > 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 <amarko...@wavecomp.com> (odd fixer:Mipssim) > > Aleksandar Rikalo <arik...@wavecomp.com> (reviewer:Mipssim) > > Aurelien Jarno <aurel...@aurel32.net> (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 <antonynpav...@gmail.com> (odd fixer:Canon DIGIC) > > Peter Maydell <peter.mayd...@linaro.org> (odd fixer:Canon DIGIC) > > qemu-...@nongnu.org (open list:Canon DIGIC) > > canon-a1100-rom1.bin > https://www.mail-archive.com/qemu-devel@nongnu.org/msg571908.html A pre-build binary is now available in the QEMU advent calendar 2018, too. > > = hw/m68k/an5206.c = > > Thomas Huth <h...@tuxfamily.org> (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 <h...@tuxfamily.org> (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 <da...@gibson.dropbear.id.au> (odd fixer:e500) > > qemu-...@nongnu.org (open list:e500) https://www.qemu-advent-calendar.org/2018/download/day19.tar.xz > > = 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)) https://www.qemu-advent-calendar.org/2018/download/day15.tar.xz Thomas