From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Icmc1-0007Jm-SU for qemu-devel@nongnu.org; Tue, 02 Oct 2007 14:36:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Icmc0-0007Iz-9Z for qemu-devel@nongnu.org; Tue, 02 Oct 2007 14:36:53 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Icmc0-0007Iu-70 for qemu-devel@nongnu.org; Tue, 02 Oct 2007 14:36:52 -0400 Received: from mail.bawue.net ([193.7.176.63]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Icmbz-0003Me-RV for qemu-devel@nongnu.org; Tue, 02 Oct 2007 14:36:52 -0400 Date: Tue, 2 Oct 2007 19:36:47 +0100 From: Thiemo Seufer Subject: Re: merge GGI support? [was: Re: [Qemu-devel] [RFC] CRIS target port] Message-ID: <20071002183647.GK16772@networkno.de> References: <20071002105745.GB4845@edgar.underground.se.axis.com> <20071002164226.GB13534@aon.at> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071002164226.GB13534@aon.at> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bernhard Fischer Cc: qemu-devel@nongnu.org, "Edgar E. Iglesias" Bernhard Fischer wrote: > On Tue, Oct 02, 2007 at 01:02:23PM +0100, Johannes Schindelin wrote: > >Hi, > > > >On Tue, 2 Oct 2007, Edgar E. Iglesias wrote: > > > >> If someone prefers patches in another form or access to my git > >> repository, let me know and I'll be happy to provide that. > > > >Why not add a fork on http://repo.or.cz/w/qemu.git/? It's easy: just > > Ah, very nice. > Would anybody be willing to apply the ggi-display into this on behalf of me? > > http://uclibc.org/~aldot/qemu/ > > has my working copy against cvs from a few days ago.. The code is > the same as from 2004/2005, just rediffed the hunks against the configure > script a year ago. > > >click on the "fork" link, fill out a small form, and add yourself as user. > > Well, ideally i'd like to see the GGI support living directly in > the upstream repo. > If i need to make changes to get it accepted, please let me know. - The have_gcc3_options addition to configure looks suspicious. - The softfloat.h/system.h workaround should be conditional on softfloat use (or, preferably, by cleaning up the GGI namespace pollution). - What is the deal with the GGI license mentioned? Thiemo