From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C2GnH-00086B-R9 for qemu-devel@nongnu.org; Tue, 31 Aug 2004 18:07:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C2GnF-00085W-Sf for qemu-devel@nongnu.org; Tue, 31 Aug 2004 18:07:59 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C2GnF-00085M-QC for qemu-devel@nongnu.org; Tue, 31 Aug 2004 18:07:57 -0400 Received: from [64.233.170.193] (helo=mproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C2GiC-0006W0-QC for qemu-devel@nongnu.org; Tue, 31 Aug 2004 18:02:45 -0400 Received: by mproxy.gmail.com with SMTP id 78so485244rnl for ; Tue, 31 Aug 2004 15:02:43 -0700 (PDT) Message-ID: <5393dd63040831150262a4a303@mail.gmail.com> Date: Wed, 1 Sep 2004 00:02:43 +0200 From: Patrick Mauritz Subject: Re: [Qemu-devel] Qemu development schedule? In-Reply-To: <4134DF1A.4010407@bellard.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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> Reply-To: Patrick Mauritz , 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 On Tue, 31 Aug 2004 22:27:06 +0200, Fabrice Bellard wrote: > 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. maybe making qemu a library, with the current CLI as default/example frontend might be better? that way you get tight integration of the code, but frontends can still be developed separately patrick mauritz