From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H8cqn-0005eN-QH for qemu-devel@nongnu.org; Sun, 21 Jan 2007 08:35:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H8cqi-0005b7-AO for qemu-devel@nongnu.org; Sun, 21 Jan 2007 08:35:13 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H8cqi-0005b4-5x for qemu-devel@nongnu.org; Sun, 21 Jan 2007 08:35:08 -0500 Received: from [82.195.224.26] (helo=mail.genotec.ch) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H8cqh-0001cw-Qy for qemu-devel@nongnu.org; Sun, 21 Jan 2007 08:35:08 -0500 Received: from myubuntu.brain-dump.org (93.164.203.62.cust.bluewin.ch [62.203.164.93]) by mail.genotec.ch (Postfix) with ESMTP id E1D4C16C6BFD for ; Sun, 21 Jan 2007 14:35:03 +0100 (CET) Date: Sun, 21 Jan 2007 14:35:02 +0100 From: Marc Andre Tanner Message-ID: <20070121133502.GA16071@brain-dump.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [RFC] qemu-gui status report 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, I just want to let you know that i have made some improvements to qemu-gui, communication with qemu is now done over a tcp socket rather than stdio. However it is still a long way to go until it is really usable, especially input handling, vnc and drawing performance need some work. If someone wants to take a closer look the current development snapshot can be found at: http://www.brain-dump.org/projects/qemu-gui/doku.php/download You will need qemu from cvs because the command line switches have changed since 0.8.2. There are also a few screenshots available. http://www.brain-dump.org/projects/qemu-gui/doku.php/screenshots Comments and patches are welcome. Regards, Marc