From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Id39s-00024P-Ct for qemu-devel@nongnu.org; Wed, 03 Oct 2007 08:16:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Id39r-00022v-40 for qemu-devel@nongnu.org; Wed, 03 Oct 2007 08:16:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Id39q-00022h-Ux for qemu-devel@nongnu.org; Wed, 03 Oct 2007 08:16:55 -0400 Received: from nf-out-0910.google.com ([64.233.182.187]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Id39q-0006gY-PT for qemu-devel@nongnu.org; Wed, 03 Oct 2007 08:16:55 -0400 Received: by nf-out-0910.google.com with SMTP id 30so3315483nfu for ; Wed, 03 Oct 2007 05:16:53 -0700 (PDT) Message-ID: Date: Wed, 3 Oct 2007 14:16:52 +0200 From: "andrzej zaborowski" Subject: Re: merge GGI support? [was: Re: [Qemu-devel] [RFC] CRIS target port] In-Reply-To: <4702AC44.20700@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071002105745.GB4845@edgar.underground.se.axis.com> <20071002164226.GB13534@aon.at> <470291D3.8020805@codemonkey.ws> <20071002192133.GA20951@aon.at> <4702A585.9070906@codemonkey.ws> <20071002203023.GD20951@aon.at> <4702AC44.20700@codemonkey.ws> 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, On 02/10/2007, Anthony Liguori wrote: > Bernhard Fischer wrote: > > On Tue, Oct 02, 2007 at 03:09:41PM -0500, Anthony Liguori wrote: > > > >> Bernhard Fischer wrote: > >> > >>> On Tue, Oct 02, 2007 at 01:45:39PM -0500, Anthony Liguori wrote: > >>> > >>> > >>>> What does one gain with GGI support? I've never seen a good answer to > >>>> this. > >>>> > >>>> > >>> GGI supports a number of display-targets: > >>> http://www.ggi-project.org/targets.html > >>> umong them X11, quartz, directx, fbdev, vgl, vnc, wsfb, libaa, > >>> terminfo, cocoa, etc. > >>> > >>> > >> SDL has a GGI backend. So you can already use GGI with QEMU. > >> > >> So, what does it buy to have QEMU use GGI directly? > >> > > > > Well, I don't have SDL. What did it buy to add VNC support and cocoa > > support when there was already GGI support and GGI has backends for VNC > > and cocoa? ;) > > > > I can't comment about cocoa but the GGI support for VNC isn't very > good. Plus, I wanted to add new VNC extensions for virtualization. I think it's the same way with other back-ends - you can do more things if you talk to them directly instead of through SDL. > > If the only argument for adding GGI is so that you don't have to install > libsdl, then does that mean that we should have an X11, fbdev, etc. > backend for people who don't have GGI installed? I think a GGI back-end would be useful. I wouldn't mind also having other back-ends even if SDL supports them (e.g. there's an Xlib patch for qemu, it is very little code compared to vnc.c which you could say duplicates code already present in libraries). The situation is the same with audio backends: there's oss, alsa and SDL which can do both oss and alsa but works poorly. Unrelated to this discussion on slow links VNC is much more usable with the Xlib patch and Xvnc than through the built-in VNC (I think it makes a better decision on what format to use based on the connection speed). Regards, Andrew