From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54629) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XfrwJ-0004hm-Qn for qemu-devel@nongnu.org; Sun, 19 Oct 2014 10:58:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XfrwE-0000mh-6D for qemu-devel@nongnu.org; Sun, 19 Oct 2014 10:58:35 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:56512) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XfrwD-0000lx-VO for qemu-devel@nongnu.org; Sun, 19 Oct 2014 10:58:30 -0400 Received: from mailnull by bh-25.webhostbox.net with sa-checked (Exim 4.82) (envelope-from ) id 1XfrwB-000bIx-8h for qemu-devel@nongnu.org; Sun, 19 Oct 2014 14:58:27 +0000 Message-ID: <5443D191.40107@roeck-us.net> Date: Sun, 19 Oct 2014 07:58:25 -0700 From: Guenter Roeck MIME-Version: 1.0 References: <5443BEAC.2070107@gmail.com> <5443C389.2090603@gmail.com> In-Reply-To: <5443C389.2090603@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Consult] microblaze: About running upstream main branch qemu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chen Gang , Max Filippov Cc: Peter Maydell , qemu-devel , Richard Henderson On 10/19/2014 06:58 AM, Chen Gang wrote: > > On 10/19/14 21:38, Max Filippov wrote: >> On Sun, Oct 19, 2014 at 5:37 PM, Chen Gang wrote: >>> - running: >>> >>> ./arm-softmmu/qemu-system-arm -M arm-generic-fdt -nographic -smp 2 -machine linux=on -serial mon:stdio -dtb ../linux-xlnx/system.dtb \ >>> -kernel ../linux-xlnx/arch/microblaze/boot/linux.bin -initrd ../microblaze_complete.cpio.gz >> >> qemu-system-microblaze? >> > > OK, thanks. > > And after correct it, it is still failed: > > [root@localhost qemu]#./microblazeel-softmmu/qemu-system-microblazeel -M microblaze-fdt -nographic -smp 1 -machine linux=on -serial mon:stdio -dtb ../linux-xlnx/system.dtb -kernel ../linux-xlnx/arch/microblaze/boot/linux.bin -initrd ../microblaze_complete.cpio.gz > Segmentation fault (core dumped) > > Originally, I referenced the link below: > > http://www.wiki.xilinx.com/QEMU > Try the microblaze and microblazeel subdirectories in http://server.roeck-us.net/qemu/. This doesn't use devicetree, but the configurations are known to be working with kernel releases all the way back to kernel version 3.10. Guenter