From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51796) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWhQF-0001VT-Lz for qemu-devel@nongnu.org; Fri, 19 Feb 2016 04:32:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aWhQE-00084Z-Kr for qemu-devel@nongnu.org; Fri, 19 Feb 2016 04:32:23 -0500 Received: from mail-vk0-x229.google.com ([2607:f8b0:400c:c05::229]:35755) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWhQE-00084U-Ee for qemu-devel@nongnu.org; Fri, 19 Feb 2016 04:32:22 -0500 Received: by mail-vk0-x229.google.com with SMTP id e6so68984375vkh.2 for ; Fri, 19 Feb 2016 01:32:22 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <56C6B707.8040001@tribudubois.net> References: <4499d69ec1326c07481e9d8178e64b63f9748706.1454967766.git.jcd@tribudubois.net> <56C38B52.7080904@tribudubois.net> <56C398FA.8010204@tribudubois.net> <56C62EDA.3010307@tribudubois.net> <56C6B707.8040001@tribudubois.net> From: Peter Maydell Date: Fri, 19 Feb 2016 09:32:02 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 7/9] i.MX: Add i.MX6 SOC implementation. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jean-Christophe DUBOIS Cc: QEMU Developers , Peter Crosthwaite On 19 February 2016 at 06:32, Jean-Christophe DUBOIS wrote: > Le 18/02/2016 22:46, Peter Maydell a =C3=A9crit : >> Does SMP work with EL3 not enabled, or is this a different bug? > > > If I set has_el3 to false, I can boot the 4 cores without problem. With > has_el3 set to true (default value) I am getting the above behavior (boot= OK > in uniprocessor mode, and misbehaving if -smp >=3D 2). Odd. If you can point me to a test image I can use to investigate (preferably with System.map and commit hash of kernel used to build it) I'll see if I can find time to have a look at what's going on there. -- PMM