From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DGvR6-0006Yk-6t for qemu-devel@nongnu.org; Thu, 31 Mar 2005 03:53:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DGvR0-0006WN-8A for qemu-devel@nongnu.org; Thu, 31 Mar 2005 03:53:55 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DGvR0-0006Ve-4x for qemu-devel@nongnu.org; Thu, 31 Mar 2005 03:53:50 -0500 Received: from [195.110.213.146] (helo=mail.regionet.at) by monty-python.gnu.org with smtp (Exim 4.34) id 1DGv8z-0003nQ-Fv for qemu-devel@nongnu.org; Thu, 31 Mar 2005 03:35:13 -0500 From: Philipp =?iso-8859-1?q?G=FChring?= Date: Thu, 31 Mar 2005 10:48:37 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200503311048.37371.mailinglists@futureware.at> Subject: [Qemu-devel] qemu ELF Loader Kernel integration 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 Hi, Is it possible to integrate qemu(-ppc) into the Linux kernel, so that when = a=20 program tries to start a Linux-ELF-ppc executable, that qemu is being used = to=20 start it normally? It would be useful for embedded systems development for cross-compilation: The resulting binaries could be tried natively on the development system.=20 If I would do it manually, I could start=20 qemu-ppc binary But in some enviroments, the binary is started automatically by a third-par= ty=20 product, therefore being able to launch the binary directly would be helpfu= l. Regards, =2D-=20 Philipp G=FChring