From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fldz7-0005tw-4f for qemu-devel@nongnu.org; Wed, 31 May 2006 23:36:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fldz5-0005tV-CF for qemu-devel@nongnu.org; Wed, 31 May 2006 23:36:32 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fldz5-0005tR-6j for qemu-devel@nongnu.org; Wed, 31 May 2006 23:36:31 -0400 Received: from [203.217.50.3] (helo=argent.dnsalias.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fle5E-0007Gg-L3 for qemu-devel@nongnu.org; Wed, 31 May 2006 23:42:53 -0400 Message-ID: <447E60AF.6010207@users.sourceforge.net> From: Joshua Root MIME-Version: 1.0 Subject: Re: [Qemu-devel] qemu-i386 segfaults when running wine on a x86 CPU? References: <4eb2ea800605311800x8a94616xf28d6e26f9571c04@mail.gmail.com> In-Reply-To: <4eb2ea800605311800x8a94616xf28d6e26f9571c04@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: , Date: Thu, 01 Jun 2006 03:36:33 -0000 To: arrummzen@gmail.com Cc: qemu-devel@nongnu.org James Supancic wrote: > When I run > qemu-i386 /usr/bin/wine > I get > qemu: uncaught target signal 11 (Segmentation fault) - exiting > > I know I don't need qemu-i386 to run wine compiled for x86 CPUs on an > x86 CPU. I am trying to figure out how to make a version of wine that > will work with qemu-i386, after I figure this out I intend to move the > wine installation over to a sparc CPU. Qemu's user mode emulation only works for Linux -> Linux at the moment, i.e. programs compiled for Linux can be run on a Linux host. (The useful part is of course that programs compiled for a different CPU architecture than the host's can be run.) However, encouraging progress has been made on qemu-darwin-user, which will do what you want to do. See here: http://wiki.opendarwin.org/index.php/Darwine:qemu-darwin-user - Josh