From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Cf4vJ-0000D3-Od for qemu-devel@nongnu.org; Thu, 16 Dec 2004 18:20:42 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cf4vH-000080-K6 for qemu-devel@nongnu.org; Thu, 16 Dec 2004 18:20:39 -0500 Received: from [129.104.30.34] (helo=mx1.polytechnique.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cf4kq-0005iJ-6J for qemu-devel@nongnu.org; Thu, 16 Dec 2004 18:09:52 -0500 Received: from localhost (localhost [127.0.0.1]) by djali.polytechnique.org (Postfix) with ESMTP id 0ED5C3317E for ; Fri, 17 Dec 2004 00:09:51 +0100 (CET) Received: from djali.polytechnique.org ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15025-03 for ; Fri, 17 Dec 2004 00:09:50 +0100 (CET) Received: from [84.99.204.74] (unknown [84.99.204.74]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id D1F39331E2 for ; Fri, 17 Dec 2004 00:09:50 +0100 (CET) Message-ID: <41C215DA.4050805@bellard.org> Date: Fri, 17 Dec 2004 00:10:18 +0100 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] SMB for DOS ? References: <41C20E6A.7010507@bellard.org> <41C210A3.30406@kadu.net> In-Reply-To: <41C210A3.30406@kadu.net> Content-Type: text/plain; charset=us-ascii; format=flowed 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 Adrian Smarzewski wrote: > Fabrice Bellard wrote: > >> In order to have similar features to dosemu in QEMU, implementing MFS >> support in QEMU would be useful, but it would require a lot of work. > > I think QEMU should rather focus on x86-x86 speed now (to be full > replacement of VMWare) and use as much external code for features as > possible instead of implementing it. > QEMU is usable now. There are two disadvantages: speed of emulation > compared to virtualisation (maybe some switch to enable virtualisation > mode instead of emulation? ;)) and lack of USB support for example. > But I would vote for optimizations! It was just a suggestion for DOS users :-) x86 on x86 optimization is now the top item on my TODO list... Fabrice.