From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FtX48-0001hF-06 for qemu-devel@nongnu.org; Thu, 22 Jun 2006 17:50:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FtX46-0001h3-45 for qemu-devel@nongnu.org; Thu, 22 Jun 2006 17:50:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FtX45-0001h0-Vz for qemu-devel@nongnu.org; Thu, 22 Jun 2006 17:50:18 -0400 Received: from [32.97.110.154] (helo=e36.co.us.ibm.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FtXF9-0006Y8-HR for qemu-devel@nongnu.org; Thu, 22 Jun 2006 18:01:43 -0400 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e36.co.us.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k5MLoGLO026632 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Thu, 22 Jun 2006 17:50:16 -0400 Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d03relay04.boulder.ibm.com (8.13.6/NCO/VER7.0) with ESMTP id k5MLoRt6172584 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 22 Jun 2006 15:50:27 -0600 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id k5MLoFv6016678 for ; Thu, 22 Jun 2006 15:50:15 -0600 Received: from [9.49.206.169] ([9.49.206.169]) by d03av01.boulder.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k5MLoFns016655 for ; Thu, 22 Jun 2006 15:50:15 -0600 Message-ID: <449B1092.3080508@us.ibm.com> Date: Thu, 22 Jun 2006 16:50:10 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] QEMU GUI References: <44998BB7.2060402@bellard.org> In-Reply-To: <44998BB7.2060402@bellard.org> Content-Type: text/plain; charset=ISO-8859-1; 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 Fabrice Bellard wrote: > 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. I think the first step is to validate whether wxWidgets will be adequate. I've not used it myself but poked around the site a little. It appears there's a gl canvas which should be a reasonable place to start. It seems like overkill for QEMU though. Does anyone know a wxWidget which provides direct pixel access to something that ends up being a XShmImage? If they're canvas uses a normal XImage performance is going to be pretty crappy. Regards, Anthony Liguori > 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. > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel