From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ft7aM-0008LD-M5 for qemu-devel@nongnu.org; Wed, 21 Jun 2006 14:37:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ft7aL-0008Kp-TB for qemu-devel@nongnu.org; Wed, 21 Jun 2006 14:37:54 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ft7aL-0008Kg-MS for qemu-devel@nongnu.org; Wed, 21 Jun 2006 14:37:53 -0400 Received: from [84.96.92.56] (helo=smTp.neuf.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Ft7l9-00084B-CJ for qemu-devel@nongnu.org; Wed, 21 Jun 2006 14:49:03 -0400 Received: from [84.99.204.64] by sp604003mt.gpm.neuf.ld (Sun Java System Messaging Server 6.2-5.05 (built Feb 16 2006)) with ESMTP id <0J18003NS2ITKRG0@sp604003mt.gpm.neuf.ld> for qemu-devel@nongnu.org; Wed, 21 Jun 2006 20:11:18 +0200 (CEST) Date: Wed, 21 Jun 2006 20:11:03 +0200 From: Fabrice Bellard Message-id: <44998BB7.2060402@bellard.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT Subject: [Qemu-devel] QEMU GUI 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, Concerning the QEMU GUI, my mind slightly evolved since my last posts on the topic: I think that a wxWidgets GUI would be the best as it is reasonnably portable and because it uses the native GUIs. If someone is interested, I am ready to try to include such a GUI in the QEMU repository even if it is not usable yet. Regards, Fabrice.