qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 3/3] Add KVM support to QEMU


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH 3/3] Add KVM support to QEMU
Date: Tue, 28 Oct 2008 16:05:07 -0500
User-agent: Thunderbird 2.0.0.17 (X11/20080925)

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   <address@hidden>
+ *
+ * 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








reply via email to

[Prev in Thread] Current Thread [Next in Thread]