From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19mLMd-0006lN-3t for qemu-devel@nongnu.org; Mon, 11 Aug 2003 18:42:07 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19mLM5-0006Nr-OS for qemu-devel@nongnu.org; Mon, 11 Aug 2003 18:42:05 -0400 Received: from [193.252.22.25] (helo=mwinf0602.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.20) id 19mLM5-0006Li-1Q for qemu-devel@nongnu.org; Mon, 11 Aug 2003 18:41:33 -0400 Received: from free.fr (ATuileries-112-1-3-53.w81-48.abo.wanadoo.fr [81.48.134.53]) by mwinf0602.wanadoo.fr (SMTP Server) with ESMTP id 3838C5400261 for ; Tue, 12 Aug 2003 00:41:32 +0200 (CEST) Message-ID: <3F381B7B.2000002@free.fr> Date: Tue, 12 Aug 2003 00:40:59 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] non linux host? References: <20030810152923.B6733@bbland> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Lionel Ulmer wrote: >>as fabrice mentioned before (I just read the post thanx to gp@bnbt.de) >>there is the darwine project. iThink that it would be of great benefit >>to them and to qemu if some of the people here started talking to some >>of the people there. > > > Getting Wine merged with QEMU to get the 'X86 application running emulated - > Wine DLLs natively' combo is way WAY harder to get working than just getting > QEMU running on OS/X with the former 'emulating' the Linux syscalls using > OS/X syscalls. > > The second option is just boring grunt work whereas the first one needs a > lot more work and design thoughts... I definitely agree :-) Another point : if some people are really interested to get QEMU work on MacOSX, a simpler task is to port 'vl' on MacOS X. 'vl' works currently only on x86, but there is really no reason for it not to be portable. 'vl' has the potential of launching _any_ x86 OS on PowerPC as it integrates now hardware level emulation for all the standard PC components (except a sound card). Currently Linux and Freedos can be launched. Soon, unpatched Linux kernels, MSDOS and *bsd will run smoothly... Fabrice.