From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KcAd7-0004rI-1C for qemu-devel@nongnu.org; Sat, 06 Sep 2008 23:08:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KcAd5-0004qt-JV for qemu-devel@nongnu.org; Sat, 06 Sep 2008 23:08:00 -0400 Received: from [199.232.76.173] (port=41278 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KcAd5-0004qq-D0 for qemu-devel@nongnu.org; Sat, 06 Sep 2008 23:07:59 -0400 Received: from an-out-0708.google.com ([209.85.132.248]:62236) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KcAd5-0005Gr-3U for qemu-devel@nongnu.org; Sat, 06 Sep 2008 23:07:59 -0400 Received: by an-out-0708.google.com with SMTP id d18so163787and.130 for ; Sat, 06 Sep 2008 20:07:58 -0700 (PDT) Message-ID: <48C3455E.8050906@codemonkey.ws> Date: Sat, 06 Sep 2008 22:07:10 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] opengl rendering in the sdl window References: <48B81423.9050502@eu.citrix.com> <48BF4F4F.40208@codemonkey.ws> <20080904094226.GB11424@redhat.com> In-Reply-To: <20080904094226.GB11424@redhat.com> 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: "Daniel P. Berrange" , qemu-devel@nongnu.org Daniel P. Berrange wrote: > On Wed, Sep 03, 2008 at 10:00:31PM -0500, Anthony Liguori wrote: > > Actually I'm not so sure this was a good idea in the end. I'm seriously > considering re-writing the GTK-VNC stuff to use Cairo, which in turn > can use 2-d hardware acceleration primitives - it really doesn't need > the full 3-d acceleration stack just for scaling. > I tried to originally write the GTK-VNC scaling stuff in Cairo. Could not get it to perform well at all. I'd be really interested if you had better luck with it. >> I think we need to have some discussion about what the long term >> front-end should be for QEMU. Otherwise, we're going to end up with a >> proliferation of front-ends. Personally, I'd rather move from SDL to >> GTK so that we can build a proper user interface. >> > > As long as that's optional, because in a server deployment scenario like > oVirt I don't want to pull in the GTK stack just to run QEMU vms. We currently > have a minimal OS image target of < 64 MB in size. Adding GTK and its deps > will totally blow that limit. > Of course. Regards, Anthony Liguori > Daniel >