From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BAZwR-0002e9-RD for qemu-devel@nongnu.org; Mon, 05 Apr 2004 15:39:31 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BAZvr-0002Le-9E for qemu-devel@nongnu.org; Mon, 05 Apr 2004 15:39:26 -0400 Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1BAZvq-0002LT-Uy for qemu-devel@nongnu.org; Mon, 05 Apr 2004 15:38:54 -0400 Received: from [193.252.22.25] (helo=mwinf0601.wanadoo.fr) by mx20.gnu.org with esmtp (Exim 4.30) id 1BAZn7-0000jc-M4 for qemu-devel@nongnu.org; Mon, 05 Apr 2004 15:29:53 -0400 Message-ID: <4071B41F.3040201@bellard.org> Date: Mon, 05 Apr 2004 21:31:43 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Qemu workstation References: <200404051047.11383.jm@poure.com> <1081156203.3939.10.camel@aragorn> <200404051130.04164.Rudi@LYRIKpage.de> <200404051155.31051.jm@poure.com> In-Reply-To: <200404051155.31051.jm@poure.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: jm@poure.com, qemu-devel@nongnu.org Cc: Rudi Lippert Hi, I am interested by a GTK GUI for QEMU and I think it should be commited in the main QEMU CVS. Some notes about the GUI: - Avoid using SDL or SDL wrappers: it is simpler to use plain GTK or GDK to draw the VGA frame buffer. - I am not sure that handling multiple VMs running at the same time is very useful (some architectural changes are needed in QEMU). But switching easily between VM configurations seems interesting. - The VM description management must be integrated in the QEMU core. I plan to work on it soon (Renzo Davoli sent patch I need to study). - The VM console should be available in a separate TAB for the hackers ! - Of course there should be commands to eject/insert medias, to change the hard disk images and to update the VM configuration (ideally a simple dialog for dummies and a more technical one to change IRQs, IO ports, number of interfaces). Fabrice. Jean-Michel POURE wrote: > Le lundi 5 Avril 2004 11:30, Rudi Lippert a écrit : > >>another question: are there sources available for the linux frontend? many >>people on this list will also test the frontend, which would certainly >>speed up its development. >>¤0.06 > > > Dear Rudi, > > I contacted Alex on Morphix mailing list about this issue. My post is: > http://www.morphix.org/modules/newbb/viewtopic.php?topic_id=1239&forum=3&jump=1 > > Cheers, > Jean-Michel > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://mail.nongnu.org/mailman/listinfo/qemu-devel >