Hi, On Wed, Mar 13, 2019 at 6:36 AM Philippe Mathieu-Daudé <f4...@amsat.org> wrote: > > ' > On Tue, Mar 12, 2019 at 6:44 PM Markus Armbruster <arm...@redhat.com> wrote: > > > > Dear board code maintainers, > > > > This is a (rather late) follow-up to the last QEMU summit. Minutes[*]: > > > > * Deprecating unmaintained features (devices, targets, backends) in QEMU > > > > QEMU has a mechanism to deprecate features but there remains a lot of > > old unmaintained code. Refactoring is hindered by untested legacy > > code, so there is a desire to deprecate unmaintained features more > > often. > > > > [...] > > > > We should require at least a minimal test for each board; if nobody > > cares enough to come up with one, that board should be deprecated. > > > > [...] > > [...] > > > > = hw/arm/msf2-som.c = > > Subbaraya Sundeep <sundeep.l...@gmail.com> (maintainer:Emcraft > > M2S-FG484) > > Peter Maydell <peter.mayd...@linaro.org> (maintainer:Emcraft M2S-FG484) > > qemu-...@nongnu.org (open list:ARM) > > ./arm-softmmu/qemu-system-arm -M emcraft-sf2 -serial mon:stdio \ > -kernel u-boot.bin -display none -drive file=spi.bin,if=mtd,format=raw > > Binaries u-boot.bin and spi.bin are at: > https://github.com/Subbaraya-Sundeep/qemu-test-binaries.git > Sources: > https://github.com/Subbaraya-Sundeep/emcraft-uboot-sf2.git > https://github.com/Subbaraya-Sundeep/linux.git > These should work as is since nothing changed. Thanks Philippe.
Sundeep > > > > = hw/arm/musca.c = > > Peter Maydell <peter.mayd...@linaro.org> (maintainer:Musca) > > qemu-...@nongnu.org (open list:Musca) > > > > = hw/arm/netduino2.c = > > Alistair Francis <alist...@alistair23.me> (maintainer:Netduino 2) > > Peter Maydell <peter.mayd...@linaro.org> (maintainer:Netduino 2) > > qemu-...@nongnu.org (open list:ARM) > > > > = hw/arm/omap_sx1.c = > > Peter Maydell <peter.mayd...@linaro.org> (maintainer:OMAP) > > qemu-...@nongnu.org (open list:ARM) > > > > = hw/arm/realview.c = > > Peter Maydell <peter.mayd...@linaro.org> (maintainer:Real View) > > qemu-...@nongnu.org (open list:Real View) > > > > = hw/arm/stellaris.c = > > Peter Maydell <peter.mayd...@linaro.org> (maintainer:Stellaris) > > qemu-...@nongnu.org (open list:Stellaris) > > https://docs.zephyrproject.org/1.13.0/boards/arm/qemu_cortex_m3/doc/board.html > > > = hw/arm/versatilepb.c = > > Peter Maydell <peter.mayd...@linaro.org> (maintainer:Versatile PB) > > qemu-...@nongnu.org (open list:Versatile PB) > > https://people.debian.org/~aurel32/qemu/armel/ > > > = hw/arm/vexpress.c = > > Peter Maydell <peter.mayd...@linaro.org> (maintainer:Versatile Express) > > qemu-...@nongnu.org (open list:Versatile Express) > > https://people.debian.org/~aurel32/qemu/armhf/ > > > = hw/arm/virt.c = > > Peter Maydell <peter.mayd...@linaro.org> (maintainer:Virt) > > qemu-...@nongnu.org (open list:Virt) > > > > = hw/arm/xilinx_zynq.c = > > "Edgar E. Iglesias" <edgar.igles...@gmail.com> (maintainer:Xilinx Zynq) > > Alistair Francis <alist...@alistair23.me> (maintainer:Xilinx Zynq) > > Peter Maydell <peter.mayd...@linaro.org> (maintainer:Xilinx Zynq) > > qemu-...@nongnu.org (open list:Xilinx Zynq) > > > > = hw/arm/xlnx-versal-virt.c = > > Alistair Francis <alist...@alistair23.me> (maintainer:Xilinx ZynqMP) > > "Edgar E. Iglesias" <edgar.igles...@gmail.com> (maintainer:Xilinx > > ZynqMP) > > Peter Maydell <peter.mayd...@linaro.org> (maintainer:Xilinx ZynqMP) > > qemu-...@nongnu.org (open list:Xilinx ZynqMP) > > > > = hw/arm/xlnx-zcu102.c = > > Alistair Francis <alist...@alistair23.me> (maintainer:Xilinx ZynqMP) > > "Edgar E. Iglesias" <edgar.igles...@gmail.com> (maintainer:Xilinx > > ZynqMP) > > Peter Maydell <peter.mayd...@linaro.org> (maintainer:Xilinx ZynqMP) > > qemu-...@nongnu.org (open list:Xilinx ZynqMP) > > > > = hw/cris/axis_dev88.c = > > "Edgar E. Iglesias" <edgar.igles...@gmail.com> (maintainer:Axis Dev88) > > > > = hw/hppa/machine.c = > > Richard Henderson <r...@twiddle.net> (maintainer:HPPA (PA-RISC)) > > Helge Deller <del...@gmx.de> (reviewer:Dino) > > > > = hw/i386/pc_piix.c = > > Paolo Bonzini <pbonz...@redhat.com> (maintainer:X86) > > Richard Henderson <r...@twiddle.net> (maintainer:X86) > > Eduardo Habkost <ehabk...@redhat.com> (maintainer:X86) > > "Michael S. Tsirkin" <m...@redhat.com> (supporter:PC) > > Marcel Apfelbaum <marcel.apfelb...@gmail.com> (supporter:PC) > > > > = hw/i386/pc_q35.c = > > "Michael S. Tsirkin" <m...@redhat.com> (supporter:PC) > > Marcel Apfelbaum <marcel.apfelb...@gmail.com> (supporter:PC) > > Paolo Bonzini <pbonz...@redhat.com> (maintainer:X86) > > Richard Henderson <r...@twiddle.net> (maintainer:X86) > > Eduardo Habkost <ehabk...@redhat.com> (maintainer:X86) > > > > = hw/lm32/lm32_boards.c = > > Michael Walle <mich...@walle.cc> (maintainer:LM32) > > > > = hw/lm32/milkymist.c = > > Michael Walle <mich...@walle.cc> (maintainer:milkymist) > > > > = hw/microblaze/petalogix_ml605_mmu.c = > > "Edgar E. Iglesias" <edgar.igles...@gmail.com> > > (maintainer:petalogix_ml605) > > > > = hw/microblaze/petalogix_s3adsp1800_mmu.c = > > "Edgar E. Iglesias" <edgar.igles...@gmail.com> > > (maintainer:petalogix_s3adsp1800) > > > > = hw/microblaze/xlnx-zynqmp-pmu.c = > > Alistair Francis <alist...@alistair23.me> (maintainer:Xilinx ZynqMP) > > "Edgar E. Iglesias" <edgar.igles...@gmail.com> (maintainer:Xilinx > > ZynqMP) > > Peter Maydell <peter.mayd...@linaro.org> (maintainer:Xilinx ZynqMP) > > qemu-...@nongnu.org (open list:Xilinx ZynqMP) > > > > = hw/mips/boston.c = > > Paul Burton <pbur...@wavecomp.com> (maintainer:Boston) > > Aleksandar Rikalo <arik...@wavecomp.com> (reviewer:Boston) > > Aurelien Jarno <aurel...@aurel32.net> (maintainer:MIPS) > > Aleksandar Markovic <amarko...@wavecomp.com> (maintainer:MIPS) > > See: > https://lists.gnu.org/archive/html/qemu-devel/2016-08/msg03419.html > > linux-v4.17$ make ARCH=mips CROSS_COMPILE=mipsel-linux-gnu- 64r2el_defconfig > qemu-system-mips64el -M boston -kernel arch/mips/boot/vmlinux.gz.itb > -serial stdio > > > = hw/mips/mips_fulong2e.c = > > Aleksandar Markovic <amarko...@wavecomp.com> (odd fixer:Fulong 2E) > > Aleksandar Rikalo <arik...@wavecomp.com> (reviewer:Fulong 2E) > > Aurelien Jarno <aurel...@aurel32.net> (maintainer:MIPS) > > Linux fuloong2e_defconfig > > qemu-system-mips64el -machine fulong2e -kernel vmlinux -append > 'console=ttyS0' -nographic -m 1G -serial stdio > > prebuilt images: http://acksyn.org/posts/2015/06/running-fedora-mips/ > > > = hw/mips/mips_jazz.c = > > "Hervé Poussineau" <hpous...@reactos.org> (maintainer:Jazz) > > Aleksandar Rikalo <arik...@wavecomp.com> (reviewer:Jazz) > > Aurelien Jarno <aurel...@aurel32.net> (maintainer:MIPS) > > Aleksandar Markovic <amarko...@wavecomp.com> (maintainer:MIPS) > > > > = hw/mips/mips_malta.c = > > Aurelien Jarno <aurel...@aurel32.net> (maintainer:Malta) > > Aleksandar Rikalo <arik...@wavecomp.com> (reviewer:Malta) > > Aleksandar Markovic <amarko...@wavecomp.com> (maintainer:MIPS) > > https://people.debian.org/~aurel32/qemu/mips/ =) > > > = 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 > > > = hw/mips/mips_r4k.c = > > Aurelien Jarno <aurel...@aurel32.net> (maintainer:R4000) > > Aleksandar Rikalo <arik...@wavecomp.com> (reviewer:R4000) > > Aleksandar Markovic <amarko...@wavecomp.com> (maintainer:MIPS) > > > > = hw/moxie/moxiesim.c = > > Anthony Green <gr...@moxielogic.com> (maintainer:Moxie) > > > > = hw/nios2/10m50_devboard.c = > > Chris Wulff <crwu...@gmail.com> (maintainer:NiosII) > > Marek Vasut <ma...@denx.de> (maintainer:NiosII) > > > > = hw/openrisc/openrisc_sim.c = > > Jia Liu <pro...@gmail.com> (maintainer:or1k-sim) > > Stafford Horne <sho...@gmail.com> (odd fixer:OpenRISC) > > > > = hw/ppc/pnv.c = > > David Gibson <da...@gibson.dropbear.id.au> (maintainer:PowerPC) > > qemu-...@nongnu.org (open list:PowerPC) > > > > = 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) > > https://cdimage.debian.org/cdimage/archive/8.10.0/powerpc/iso-cd/ > > qemu-system-ppc -M prep -cdrom debian-LennyBeta2-powerpc-netinst.iso > -nographic > > > = hw/ppc/sam460ex.c = > > BALATON Zoltan <bala...@eik.bme.hu> (maintainer:sam460ex) > > David Gibson <da...@gibson.dropbear.id.au> (maintainer:PowerPC) > > qemu-...@nongnu.org (open list:sam460ex) > > images: > http://aros.sourceforge.net/nightly1.php > > > = hw/ppc/virtex_ml507.c = > > "Edgar E. Iglesias" <edgar.igles...@gmail.com> (odd fixer:virtex_ml507) > > David Gibson <da...@gibson.dropbear.id.au> (maintainer:PowerPC) > > qemu-...@nongnu.org (open list:virtex_ml507) > > > > = hw/s390x/s390-virtio-ccw.c = > > Cornelia Huck <coh...@redhat.com> (supporter:S390 Virtio-ccw) > > Halil Pasic <pa...@linux.ibm.com> (supporter:S390 Virtio-ccw) > > Christian Borntraeger <borntrae...@de.ibm.com> (supporter:S390 > > Virtio-ccw) > > Richard Henderson <r...@twiddle.net> (maintainer:S390) > > David Hildenbrand <da...@redhat.com> (maintainer:S390) > > qemu-s3...@nongnu.org (open list:S390 Virtio-ccw) > > > > = hw/sh4/r2d.c = > > Magnus Damm <magnus.d...@gmail.com> (maintainer:R2D) > > Aurelien Jarno <aurel...@aurel32.net> (odd fixer:SH4) > > https://people.debian.org/~aurel32/qemu/sh4/ > see also "acceptance: Add test_sh4_r2d in BootLinuxConsole": > https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg02748.html > > > = 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) > > built uboot + uImage > http://www.gaisler.com/anonftp/u-boot/examples/grxc3s1500/ > > how to build more recent: > https://vlsiwiki.soe.ucsc.edu/index.php/MASC/uCLinux_On_LEON3 > > > = hw/sparc/sun4m.c = > > Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> (maintainer:Sun4m) > > Artyom Tarasenko <atar4q...@gmail.com> (maintainer:SPARC) > > https://people.debian.org/~aurel32/qemu/sparc/ > > > > > = hw/sparc64/niagara.c = > > Artyom Tarasenko <atar4q...@gmail.com> (maintainer:Sun4v) > > Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> (maintainer:SPARC) > > > > = hw/sparc64/sun4u.c = > > Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> (maintainer:Sun4u) > > Artyom Tarasenko <atar4q...@gmail.com> (maintainer:SPARC) > > > > = hw/tricore/tricore_testboard.c = > > Bastian Koppelmann <kbast...@mail.uni-paderborn.de> (maintainer:TriCore) > > > > = hw/unicore32/puv3.c = > > Guan Xuetao <g...@mprc.pku.edu.cn> (maintainer:UniCore32) > > > > = hw/xtensa/sim.c = > > Max Filippov <jcmvb...@gmail.com> (maintainer:sim) > > > > = hw/xtensa/xtfpga.c = > > Max Filippov <jcmvb...@gmail.com> (maintainer:XTFPGA (LX60, LX2...) > > build Zephyr from source: > http://docs.zephyrproject.org/boards/xtensa/qemu_xtensa/doc/board.html > > qemu-system-xtensa -M dc232b -m 128M -semihosting -nographic -monitor > null -kernel Image.elf > > > > > Machines with no maintainer, but at least one supporter: > > > > = hw/ppc/spapr.c = > > David Gibson <da...@gibson.dropbear.id.au> (supporter:sPAPR) > > qemu-...@nongnu.org (open list:sPAPR) > > > > = hw/riscv/sifive_e.c = > > Palmer Dabbelt <pal...@sifive.com> (supporter:RISC-V) > > Alistair Francis <alistair.fran...@wdc.com> (supporter:RISC-V) > > Sagar Karandikar <sag...@eecs.berkeley.edu> (supporter:RISC-V) > > Bastian Koppelmann <kbast...@mail.uni-paderborn.de> (supporter:RISC-V) > > qemu-ri...@nongnu.org (open list:RISC-V) > > > > = hw/riscv/sifive_u.c = > > Palmer Dabbelt <pal...@sifive.com> (supporter:RISC-V) > > Alistair Francis <alistair.fran...@wdc.com> (supporter:RISC-V) > > Sagar Karandikar <sag...@eecs.berkeley.edu> (supporter:RISC-V) > > Bastian Koppelmann <kbast...@mail.uni-paderborn.de> (supporter:RISC-V) > > qemu-ri...@nongnu.org (open list:RISC-V) > > > > = hw/riscv/spike.c = > > Palmer Dabbelt <pal...@sifive.com> (supporter:RISC-V) > > Alistair Francis <alistair.fran...@wdc.com> (supporter:RISC-V) > > Sagar Karandikar <sag...@eecs.berkeley.edu> (supporter:RISC-V) > > Bastian Koppelmann <kbast...@mail.uni-paderborn.de> (supporter:RISC-V) > > qemu-ri...@nongnu.org (open list:RISC-V) > > > > = hw/riscv/virt.c = > > Palmer Dabbelt <pal...@sifive.com> (supporter:RISC-V) > > Alistair Francis <alistair.fran...@wdc.com> (supporter:RISC-V) > > Sagar Karandikar <sag...@eecs.berkeley.edu> (supporter:RISC-V) > > Bastian Koppelmann <kbast...@mail.uni-paderborn.de> (supporter:RISC-V) > > qemu-ri...@nongnu.org (open list:RISC-V) > > > > = hw/xenpv/xen_machine_pv.c = > > Stefano Stabellini <sstabell...@kernel.org> (supporter:X86) > > Anthony Perard <anthony.per...@citrix.com> (supporter:X86) > > Paul Durrant <paul.durr...@citrix.com> (supporter:X86) > > xen-de...@lists.xenproject.org (open list:X86) > > > > Machines with no maintainer and no supporter: > > > > = hw/arm/collie.c = > > Peter Maydell <peter.mayd...@linaro.org> (odd fixer:Sharp SL-5500 > > (Co...) > > qemu-...@nongnu.org (open list:Sharp SL-5500 (Co...) > > > > = hw/arm/cubieboard.c = > > Beniamino Galvani <b.galv...@gmail.com> (odd fixer:Allwinner-a10) > > Peter Maydell <peter.mayd...@linaro.org> (odd fixer:Allwinner-a10) > > qemu-...@nongnu.org (open list:Allwinner-a10) > > https://romanrm.net/a10/qemu > https://kashyapc.fedorapeople.org/arm/installing-Fedora-21-on-microSD-card-for-Cubietruck.txt > > > = 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 > > > = hw/arm/exynos4_boards.c = > > Igor Mitsyanko <i.mitsya...@gmail.com> (odd fixer:Exynos) > > Peter Maydell <peter.mayd...@linaro.org> (odd fixer:Exynos) > > qemu-...@nongnu.org (open list:Exynos) > > > > = hw/arm/gumstix.c = > > Peter Maydell <peter.mayd...@linaro.org> (odd fixer:Gumstix) > > "Philippe Mathieu-Daudé" <f4...@amsat.org> (reviewer:Gumstix) > > qemu-...@nongnu.org (open list:Gumstix) > > dd of=cflash.img bs=128k count=128 if=/dev/zerodd of=cflash.img > bs=128k conv=notrunc if=/Downloads/u-boot-verdex-400-r1604.bin > dd of=cflash.img bs=128k conv=notrunc seek=2 > if=Downloads/Angstrom-gumstix-basic-image-glibc-ipk-2007.9-test-20080512-gumstix-custom-connex.rootfs.jffs2 > dd of=cflash.img bs=128k conv=notrunc seek=120 > if=Downloads/uImage-2.6.21-r1-gumstix-custom-connex.bin > qemu-system-arm -M connex -nographic -drive > if=sd,cache=unsafe,file=cflash.img -pflash cflash.img > > > > > = hw/arm/highbank.c = > > Rob Herring <r...@kernel.org> (odd fixer:Calxeda Highbank) > > Peter Maydell <peter.mayd...@linaro.org> (odd fixer:Calxeda Highbank) > > qemu-...@nongnu.org (open list:Calxeda Highbank) > > vmlinuz from those links > https://wiki.edubuntu.org/ARM/Server/Install/Calxeda > https://en.opensuse.org/HCL:Highbank > https://wiki.linaro.org/LEG/Engineering/Virtualization/Platform_Device_Passthrough_on_Midway > > > > > = hw/arm/imx25_pdk.c = > > Peter Maydell <peter.mayd...@linaro.org> (odd fixer:i.MX25 PDK) > > Jean-Christophe Dubois <j...@tribudubois.net> (reviewer:i.MX25 PDK) > > qemu-...@nongnu.org (open list:i.MX25 PDK) > > > > = hw/arm/kzm.c = > > Peter Chubb <peter.ch...@nicta.com.au> (odd fixer:i.MX31 (kzm)) > > Peter Maydell <peter.mayd...@linaro.org> (odd fixer:i.MX31 (kzm)) > > qemu-...@nongnu.org (open list:i.MX31 (kzm)) > > > > = hw/arm/mainstone.c = > > Andrzej Zaborowski <balr...@gmail.com> (odd fixer:PXA2XX) > > Peter Maydell <peter.mayd...@linaro.org> (odd fixer:PXA2XX) > > qemu-...@nongnu.org (open list:PXA2XX) > > > > = hw/arm/mcimx6ul-evk.c = > > Peter Maydell <peter.mayd...@linaro.org> (odd fixer:MCIMX6UL EVK / > > i....) > > Jean-Christophe Dubois <j...@tribudubois.net> (reviewer:MCIMX6UL EVK / > > i....) > > qemu-...@nongnu.org (open list:MCIMX6UL EVK / i....) > > > > = hw/arm/mcimx7d-sabre.c = > > Peter Maydell <peter.mayd...@linaro.org> (odd fixer:MCIMX7D SABRE / > > i...) > > Andrey Smirnov <andrew.smir...@gmail.com> (reviewer:MCIMX7D SABRE / > > i...) > > qemu-...@nongnu.org (open list:MCIMX7D SABRE / i...) > > > > = hw/arm/musicpal.c = > > Jan Kiszka <jan.kis...@web.de> (odd fixer:Musicpal) > > Peter Maydell <peter.mayd...@linaro.org> (odd fixer:Musicpal) > > qemu-...@nongnu.org (open list:Musicpal) > > > > = hw/arm/nseries.c = > > Andrzej Zaborowski <balr...@gmail.com> (odd fixer:nSeries) > > Peter Maydell <peter.mayd...@linaro.org> (odd fixer:nSeries) > > qemu-...@nongnu.org (open list:nSeries) > > images: > http://stskeeps.subnetmask.net/meego-n8x0/ > > $ qemu-system-arm -M n810 -kernel > meego-arm-n8x0-1.0.80.20100712.1431-vmlinuz-2.6.35~rc4-129.1-n8x0 > -append "root=/dev/mmcblk0p1 console=ttyS0 printk.time=0 rootwait" -m > 130 -sd meego-arm-n8x0-1.0.80.20100712.1431-sda.raw -serial stdio > > > = hw/arm/palm.c = > > Andrzej Zaborowski <balr...@gmail.com> (odd fixer:Palm) > > Peter Maydell <peter.mayd...@linaro.org> (odd fixer:Palm) > > qemu-...@nongnu.org (open list:Palm) > > > > = hw/arm/raspi.c = > > Peter Maydell <peter.mayd...@linaro.org> (odd fixer:Raspberry Pi) > > Andrew Baumann <andrew.baum...@microsoft.com> (reviewer:Raspberry Pi) > > "Philippe Mathieu-Daudé" <f4...@amsat.org> (reviewer:Raspberry Pi) > > qemu-...@nongnu.org (open list:Raspberry Pi) > > Quick Boot Linux uart test: > https://lists.gnu.org/archive/html/qemu-devel/2019-03/msg04308.html > > > > > = hw/arm/sabrelite.c = > > Peter Maydell <peter.mayd...@linaro.org> (odd fixer:SABRELITE / i.MX6) > > Jean-Christophe Dubois <j...@tribudubois.net> (reviewer:SABRELITE / > > i.MX6) > > qemu-...@nongnu.org (open list:SABRELITE / i.MX6) > > > > = hw/arm/spitz.c = > > Andrzej Zaborowski <balr...@gmail.com> (odd fixer:PXA2XX) > > Peter Maydell <peter.mayd...@linaro.org> (odd fixer:PXA2XX) > > qemu-...@nongnu.org (open list:PXA2XX) > > > > = hw/arm/tosa.c = > > Andrzej Zaborowski <balr...@gmail.com> (odd fixer:PXA2XX) > > Peter Maydell <peter.mayd...@linaro.org> (odd fixer:PXA2XX) > > qemu-...@nongnu.org (open list:PXA2XX) > > > > = hw/arm/z2.c = > > Andrzej Zaborowski <balr...@gmail.com> (odd fixer:PXA2XX) > > Peter Maydell <peter.mayd...@linaro.org> (odd fixer:PXA2XX) > > qemu-...@nongnu.org (open list:PXA2XX) > > > > = hw/m68k/an5206.c = > > Thomas Huth <h...@tuxfamily.org> (odd fixer:an5206) > > > > = hw/m68k/mcf5208.c = > > Thomas Huth <h...@tuxfamily.org> (odd fixer:mcf5208) > > > > = hw/ppc/e500plat.c = > > David Gibson <da...@gibson.dropbear.id.au> (odd fixer:e500) > > qemu-...@nongnu.org (open list:e500) > > > > = 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)) > > > > = hw/ppc/mpc8544ds.c = > > David Gibson <da...@gibson.dropbear.id.au> (odd fixer:mpc8544ds) > > qemu-...@nongnu.org (open list:mpc8544ds) > > > > = hw/ppc/ppc405_boards.c = > > David Gibson <da...@gibson.dropbear.id.au> (odd fixer:ppc4xx) > > qemu-...@nongnu.org (open list:ppc4xx) > > > > = hw/ppc/ppc440_bamboo.c = > > David Gibson <da...@gibson.dropbear.id.au> (odd fixer:ppc4xx) > > qemu-...@nongnu.org (open list:ppc4xx) > > > > = hw/sh4/shix.c = > > Magnus Damm <magnus.d...@gmail.com> (odd fixer:Shix) > > Aurelien Jarno <aurel...@aurel32.net> (odd fixer:SH4) > > > > > > [*] Subject: QEMU Summit 2018 minutes > > Message-ID: > > <CAFEAcA8WWmwjY+derXd-yM==qmptp7c3tn3pc0tctpwvfdh...@mail.gmail.com> > > https://lists.nongnu.org/archive/html/qemu-devel/2018-11/msg03367.html