From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C2FIL-0001eE-6I for qemu-devel@nongnu.org; Tue, 31 Aug 2004 16:31:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C2FIH-0001cx-MU for qemu-devel@nongnu.org; Tue, 31 Aug 2004 16:31:56 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C2FIH-0001co-KA for qemu-devel@nongnu.org; Tue, 31 Aug 2004 16:31:53 -0400 Received: from [129.104.30.34] (helo=a.mx.polytechnique.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C2FDD-0006L3-KX for qemu-devel@nongnu.org; Tue, 31 Aug 2004 16:26:39 -0400 Received: from localhost (localhost [127.0.0.1]) by djali.m4x.org (Postfix) with ESMTP id 56B1B3322E for ; Tue, 31 Aug 2004 22:26:38 +0200 (CEST) Received: from djali.m4x.org ([127.0.0.1]) by localhost (djali [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 05998-07 for ; Tue, 31 Aug 2004 22:26:38 +0200 (CEST) Received: from bellard.org (nas-cbv-6-213-228-29-191.dial.proxad.net [213.228.29.191]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id 1490533219 for ; Tue, 31 Aug 2004 22:26:37 +0200 (CEST) Message-ID: <4134DF1A.4010407@bellard.org> Date: Tue, 31 Aug 2004 22:27:06 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Qemu development schedule? References: <000501c48eda$a026ab40$20649c3f@computername> <200408310107.07350.hetz@witch.dyndns.org> <002101c48ee5$46b2e280$20389c3f@computername> <1093908872.26682.76.camel@aragorn> <1C8FBBB0-FB2F-11D8-8B6F-000A95D874F4@mac.com> <1093973009.29476.16.camel@sherbert> In-Reply-To: <1093973009.29476.16.camel@sherbert> 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 Hi, To answer the subject of the post, there is no real developement schedule for QEMU as I develop it for fun during my free time. As for several other of my projects there is also no guaranty that it will ever reach version 1.00 and that I won't "switch" to another project soon. In the latter case, a new maintainer will be needed. My current priorities for QEMU are speed and emulation correctness for both x86 and PowerPC host and guests. About the GUI, as I said earlier, I would be delighted if someone submitted a GTK and/or a win32 GUI directly integrated in QEMU - I tend to dislike the 'frontend' approach. I won't work on the GUI in the forseeable future. Note also that I don't use Windows nor Mac OS X, so I cannot maintain nor test these ports, but I recognize there are very important so I try to merge the porting patches when I consider they are clean enough. Fabrice.