> -----Original Messages----- > From: "Markus Armbruster" <arm...@redhat.com> > Sent Time: 2019-03-20 02:34:45 (Wednesday) > To: qemu-devel@nongnu.org > Cc: "Edgar E. Iglesias" <edgar.igles...@gmail.com>, "Hervé Poussineau" > <hpous...@reactos.org>, "Aleksandar Markovic" <amarko...@wavecomp.com>, > "Aleksandar Rikalo" <arik...@wavecomp.com>, "Alexander Graf" <ag...@suse.de>, > "Andrey Smirnov" <andrew.smir...@gmail.com>, "Andrzej Zaborowski" > <balr...@gmail.com>, "Anthony Green" <gr...@moxielogic.com>, "Anthony Perard" > <anthony.per...@citrix.com>, "Aurelien Jarno" <aurel...@aurel32.net>, > "Bastian Koppelmann" <kbast...@mail.uni-paderborn.de>, "Chris Wulff" > <crwu...@gmail.com>, "Guan Xuetao" <g...@mprc.pku.edu.cn>, "Igor Mitsyanko" > <i.mitsya...@gmail.com>, "Jan Kiszka" <jan.kis...@web.de>, "Jean-Christophe > Dubois" <j...@tribudubois.net>, "Marek Vasut" <ma...@denx.de>, "Paul Durrant" > <paul.durr...@citrix.com>, "Peter Maydell" <peter.mayd...@linaro.org>, > "Stefano Stabellini" <sstabell...@kernel.org>, qemu-...@nongnu.org, > qemu-...@nongnu.org, xen-de...@lists.xenproject.org > Subject: Re: Maintainers, please tell us how to boot your machines! > > [...] > > Machines with no supporter, but at least one maintainer: > > [...] > > = hw/unicore32/puv3.c = > Guan Xuetao <g...@mprc.pku.edu.cn> (maintainer:UniCore32) > > > Targets where we have received information for *no* machine so far: > > [...] > unicore
I'm here. Now I can finally deal with my email account <g...@mprc.pku.edu.cn> after several years chaos. Anyway, sorry for so late. To boot unicore32 machine, following commands are tested in branch stable-2.7: To configure unicore32 target: ./configure --target-list=unicore32-softmmu \ --enable-debug \ --disable-sdl \ --enable-curses \ --extra-cflags="-D restrict=restricT" \ To run a simple busybox image on qemu-defconfig kernel: ./qemu-system-unicore32 -curses -M puv3 -m 512 -icount 0 -kernel somedir/zImage Please check github for more details: https://github.com/gxt/UniCore32 Thanks, Guan Xuetao