From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59597) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiVuy-0002pQ-PG for qemu-devel@nongnu.org; Fri, 31 May 2013 16:27:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UiVuq-0001mo-38 for qemu-devel@nongnu.org; Fri, 31 May 2013 16:27:20 -0400 Received: from mail-qe0-f44.google.com ([209.85.128.44]:43311) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiVup-0001md-VW for qemu-devel@nongnu.org; Fri, 31 May 2013 16:27:12 -0400 Received: by mail-qe0-f44.google.com with SMTP id 6so1213669qeb.31 for ; Fri, 31 May 2013 13:27:11 -0700 (PDT) From: Anthony Liguori In-Reply-To: References: <20130523124132.GA18596@redhat.com> <20130528235309.GA31648@morn.localdomain> <20130531023426.GB18156@morn.localdomain> <51A88D73.1090302@redhat.com> <87bo7rmhbp.fsf@codemonkey.ws> <51A8AD52.3070901@redhat.com> <87k3mfxlh9.fsf@codemonkey.ws> Date: Fri, 31 May 2013 15:27:08 -0500 Message-ID: <87ip1y3nfn.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] KVM call agenda for 2013-05-28 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jordan Justen Cc: KVM devel mailing list , Juan Quintela , David Woodhouse , "Michael S. Tsirkin" , qemu-devel qemu-devel , Kevin O'Connor , ddutile@redhat.com, Laszlo Ersek Jordan Justen writes: > On Fri, May 31, 2013 at 7:38 AM, Anthony Liguori wrote: >> In terms of creating a FAT module, the most likely source would seem to >> be the kernel code and since that's GPL, I don't think it's terribly >> avoidable to end up with a GPL'd uefi implementation. > > Why would OpenBSD not be a potential source? > > http://www.openbsd.org/cgi-bin/cvsweb/src/sys/msdosfs/ If someone is going to do it, that's fine. But if me, it's going to be a GPL base. Actually, enabling GPL contributions to OVMF is a major motivating factor for me in this whole discussion. Regards, Anthony Liguori > > We have a half-done ext2 fs from GSoC2011 that started with OpenBSD. > > https://github.com/the-ridikulus-rat/Tianocore_Ext2Pkg > >> If that's inevitable, then we're wasting effort by rewriting stuff under >> a BSD license. >> >> Regards, >> >> Anthony Liguori