From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DHBLf-0003l1-Qf for qemu-devel@nongnu.org; Thu, 31 Mar 2005 20:53:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DHBLK-0003ZO-Uj for qemu-devel@nongnu.org; Thu, 31 Mar 2005 20:53:06 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DHBLK-0003YO-Cq for qemu-devel@nongnu.org; Thu, 31 Mar 2005 20:53:02 -0500 Received: from [131.111.8.132] (helo=ppsw-2.csi.cam.ac.uk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DHB1A-0006t4-Mz for qemu-devel@nongnu.org; Thu, 31 Mar 2005 20:32:12 -0500 From: Mark Williamson Subject: Re: [Qemu-devel] Re: qemu ELF Loader Kernel integration Date: Fri, 1 Apr 2005 02:32:03 +0100 References: <200503311048.37371.mailinglists@futureware.at> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504010232.03481.mark.williamson@cl.cam.ac.uk> 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 Cc: mirak > > If you have a binfmt_misc compiled to your kernel and you have > > registered qemu as a ppc interpreter then qemu will be started > > automatically when executing the ppc binaries. You will need to register > > qemu as your interprer in proc interface > > (/proc/sys/fs/binfmt_misc/register). > > Would this work for for exemple the flash player plugin or is it only > for executables ? > I am interested in doing that the other way around, for i386 code on > linux ppc. Shared libraries (like Netscape plugins) are a different matter: they need to interface intimately with the native code - you can't run part of an app. in QEmu. Last time this came up, somebody suggested that you might be OK with x86 Mozilla, with the x86 flash plugin, all under QEmu. I've not tried this, YMMV ;-) HTH, Mark