From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C39Wh-0003ou-T4 for qemu-devel@nongnu.org; Fri, 03 Sep 2004 04:34:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C39Wf-0003oN-HF for qemu-devel@nongnu.org; Fri, 03 Sep 2004 04:34:31 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C39Wf-0003oK-DS for qemu-devel@nongnu.org; Fri, 03 Sep 2004 04:34:29 -0400 Received: from [129.104.30.34] (helo=a.mx.polytechnique.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C39RA-0001Zf-A2 for qemu-devel@nongnu.org; Fri, 03 Sep 2004 04:28:48 -0400 Received: from localhost (localhost [127.0.0.1]) by djali.m4x.org (Postfix) with ESMTP id 50EA13318B for ; Fri, 3 Sep 2004 10:28:47 +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 20167-05 for ; Fri, 3 Sep 2004 10:28:47 +0200 (CEST) Received: from [172.17.17.9] (gw.netgem.com [195.68.2.34]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id 6E69A3316A for ; Fri, 3 Sep 2004 10:28:46 +0200 (CEST) Message-ID: <41382B3C.90003@bellard.org> Date: Fri, 03 Sep 2004 10:28:44 +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> <4134DF1A.4010407@bellard.org> <20040901215857.GA21314@jbrown.mylinuxbox.org> <20040902092645.A15294@bbland> <20040902205633.GB21292@jbrown.mylinuxbox.org> <20040903012835.A21319@bbland> In-Reply-To: <20040903012835.A21319@bbland> 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 This is my plan too. When multiple GUIs will be integrated there will be a glue API so that no patches are needed in the QEMU core. Fabrice. Lionel Ulmer wrote: >>So? Fabrice has said that he'll add support got the Win32 GUI directly if some >>one sends a patch for it ... surely this makes it hard to port to the Linux >>platform??? > > > My only problem with that is that I do not wish to see the QEMU code go down > the #ifdef / #endif hell (with #ifdef X11 / COCOA / WIN32 / .... sprinkled > anywhere over the code). > > So such patches are great .... if they are based on a framework that make > adding new display / input / sound drivers painless (i.e. without touching a > single line of code in QEMU's main code). > > Lionel >