From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KuwRB-0005vj-Cn for qemu-devel@nongnu.org; Tue, 28 Oct 2008 17:49:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KuwR8-0005vX-Vo for qemu-devel@nongnu.org; Tue, 28 Oct 2008 17:49:16 -0400 Received: from [199.232.76.173] (port=45778 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuwR8-0005vU-Rd for qemu-devel@nongnu.org; Tue, 28 Oct 2008 17:49:14 -0400 Received: from yx-out-1718.google.com ([74.125.44.154]:3335) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KuwR8-0006Gc-V0 for qemu-devel@nongnu.org; Tue, 28 Oct 2008 17:49:15 -0400 Received: by yx-out-1718.google.com with SMTP id 3so656464yxi.82 for ; Tue, 28 Oct 2008 14:49:13 -0700 (PDT) Message-ID: <49077E83.9050001@codemonkey.ws> Date: Tue, 28 Oct 2008 16:05:07 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 3/3] Add KVM support to QEMU References: <1225224814-9875-1-git-send-email-aliguori@us.ibm.com> <1225224814-9875-2-git-send-email-aliguori@us.ibm.com> <1225224814-9875-3-git-send-email-aliguori@us.ibm.com> <2C72FE46-AE54-48FB-8F6A-DA98D0A02DE1@web.de> In-Reply-To: <2C72FE46-AE54-48FB-8F6A-DA98D0A02DE1@web.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit 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 Cc: Anthony Liguori , Avi Kivity Andreas Färber wrote: > Anthony, > > Am 28.10.2008 um 21:13 schrieb Anthony Liguori: > >> diff --git a/kvm-all.c b/kvm-all.c >> new file mode 100644 >> index 0000000..4379071 >> --- /dev/null >> +++ b/kvm-all.c >> @@ -0,0 +1,377 @@ >> +/* >> + * QEMU KVM support >> + * >> + * Copyright IBM, Corp. 2008 >> + * >> + * Authors: >> + * Anthony Liguori >> + * >> + * This work is licensed under the terms of the GNU GPL, version 2. >> See >> + * the COPYING file in the top-level directory. >> + * >> + */ > > Just wondering - since this is a new file of yours, would it make > sense to use "version 2 or, at your option, any later version" to > avoid the recent binutils GPL compatibility issues in the future? If Avi agrees, I can make both files GPL v2+ However, there is an awful lot of GPLv2 only code in QEMU. I don't expect that situation to change anytime soon. Regards, Anthony Liguori > Andreas > > >