From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH 12/14] KVM: x86 emulator Date: Tue, 07 Nov 2006 14:55:26 +0200 Message-ID: <4550823E.2070108@qumranet.com> References: <454E4941.7000108@qumranet.com> <20061105204035.DF0F62500A7@cleopatra.q> <20061107124912.GA23118@elf.ucw.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, akpm@osdl.org Return-path: To: Pavel Machek In-Reply-To: <20061107124912.GA23118@elf.ucw.cz> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Pavel Machek wrote: >> Index: linux-2.6/drivers/kvm/x86_emulate.c >> =================================================================== >> --- /dev/null >> +++ linux-2.6/drivers/kvm/x86_emulate.c >> @@ -0,0 +1,1370 @@ >> +/****************************************************************************** >> + * x86_emulate.c >> + * >> + * Generic x86 (32-bit and 64-bit) instruction decoder and emulator. >> + * >> + * Copyright (c) 2005 Keir Fraser >> + * >> + * Linux coding style, mod r/m decoder, segment base fixes, real-mode >> + * privieged instructions: >> + * >> + * Copyright (C) 2006 Qumranet >> + * >> + * Avi Kivity >> + * Yaniv Kamay >> + * >> + * From: xen-unstable 10676:af9809f51f81a3c43f276f00c81a52ef558afda4 >> + */ >> > > This needs GPL, I'd say. > Pavel > The entire patchset is GPL'ed. Do you mean to make it explicit? If so, how? I'd rather not copy the entire license into each file. Doesn't ../../COPYING cover it, presuming it's accepted? -- error compiling committee.c: too many arguments to function