From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33063) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgRD2-0007XM-6d for qemu-devel@nongnu.org; Tue, 21 Oct 2014 00:38:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgRCv-0003Ip-SX for qemu-devel@nongnu.org; Tue, 21 Oct 2014 00:38:12 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:38690) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgRCv-0003IY-MY for qemu-devel@nongnu.org; Tue, 21 Oct 2014 00:38:05 -0400 Received: from mailnull by bh-25.webhostbox.net with sa-checked (Exim 4.82) (envelope-from ) id 1XgRCs-0033iw-Rd for qemu-devel@nongnu.org; Tue, 21 Oct 2014 04:38:03 +0000 Message-ID: <5445E327.8030209@roeck-us.net> Date: Mon, 20 Oct 2014 21:37:59 -0700 From: Guenter Roeck MIME-Version: 1.0 References: <5443BEAC.2070107@gmail.com> <5443C389.2090603@gmail.com> <5443D191.40107@roeck-us.net> <54452907.1080501@gmail.com> In-Reply-To: <54452907.1080501@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 Cc: Max Filippov , Richard Henderson , qemu-devel , Peter Maydell On 10/20/2014 08:23 AM, Chen Gang wrote: > On 10/19/2014 10:58 PM, Guenter Roeck wrote: >> >> 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. >> > > Yeah, really it is ! > > After try upstream qemu and upstream kernel, for me, neither them can > work well. For xilinx qemu with xilinux kernel, it should be well, > although I still met issue below, is what I have done incorrect? > Difficult to say. I use gcc 4.8.0 from kernel.org and qemu 2.1.2 with its default configuration for the microblaze big endian target. No idea if that makes a difference, but I would suggest to start with those. For microblazeel I use gcc 4.9.1 built with buildroot 2014.08 for both kernel and initramfs. Initramfs for that target is built from busybox. Guenter