From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L8hme-0000TY-0z for qemu-devel@nongnu.org; Fri, 05 Dec 2008 16:00:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L8hmb-0000Qu-D0 for qemu-devel@nongnu.org; Fri, 05 Dec 2008 16:00:17 -0500 Received: from [199.232.76.173] (port=59286 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L8hmb-0000Qm-5U for qemu-devel@nongnu.org; Fri, 05 Dec 2008 16:00:17 -0500 Received: from moutng.kundenserver.de ([212.227.126.188]:61631) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L8hma-0002aS-6V for qemu-devel@nongnu.org; Fri, 05 Dec 2008 16:00:16 -0500 Message-ID: <4939965A.8030100@opensuse.org> Date: Fri, 05 Dec 2008 22:00:10 +0100 From: Martin Mohring MIME-Version: 1.0 Subject: Re: [Qemu-devel] ARMv6 el + vfp: User Mode signals uncaught target signal 4 (Illegal instruction) References: <4938FFCC.3070909@opensuse.org> <761ea48b0812050355x6adaea49nd9434a41bcd8f765@mail.gmail.com> <49392015.7080209@opensuse.org> <761ea48b0812050457p3d41a8dbje9d4b69894c4ceff@mail.gmail.com> In-Reply-To: <761ea48b0812050457p3d41a8dbje9d4b69894c4ceff@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Laurent Desnogues wrote: > On Fri, Dec 5, 2008 at 1:35 PM, Martin Mohring > wrote: > >>> You should specify the CPU when launching qemu. Look at "qemu -cpu ?" >>> output and select the right one. You probably want -cpu arm1136. >>> >>> >> I use qemu user mode, and call qemu with host linux kernels binfmt >> handler. How do I specify the cpu type there? Or must I compile in the >> "default cpu type" somehow? >> > > You mean you can't pass command line parameters to qemu? > Then follow Riku Voipio's advice and change in linux_user/main.c > cpu_model = "arm926"; to cpu_model = "any";. > I followed your advise, and put cpu_model = "any"; in. Tnx for the fast help. It works fine now. Do you think it would make sense to make this default for user mode / arm ? Martin