From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34367) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHIsU-0003qF-OR for qemu-devel@nongnu.org; Tue, 03 May 2011 12:55:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHIsT-00016f-Qp for qemu-devel@nongnu.org; Tue, 03 May 2011 12:55:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:16150) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHIsT-00016M-I4 for qemu-devel@nongnu.org; Tue, 03 May 2011 12:55:13 -0400 Message-ID: <4DC0336B.7020106@redhat.com> Date: Tue, 03 May 2011 19:55:07 +0300 From: Avi Kivity MIME-Version: 1.0 References: <4DC00BB1.7000008@siemens.com> <4DC031CC.1040902@siemens.com> In-Reply-To: <4DC031CC.1040902@siemens.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] Import Linux headers for KVM and vhost List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Anthony Liguori , Marcelo Tosatti , qemu-devel , kvm , Alexander Graf On 05/03/2011 07:48 PM, Jan Kiszka wrote: > This helps reducing our build-time checks for feature support in the > available Linux kernel headers. And it helps users that do not have > sufficiently recent headers installed on their build machine. > > Header upstate is triggered via > > scripts/update-linux-headers.sh LINUX_PATH > > from the top-level QEMU source directory. > > Consequently, the patch removes and build-time checks for kvm and vhost > in configure, and also the --kerneldir switch. Kernel headers are > supposed to be provided by QEMU only. > > Kernel headers were automatically imported from current kvm.git, > 93c016c8c4. Some are not covered by any license and can be considered > GPLv2 with user space exception. Some are explicitly GPLv2 - at least > for QEMU that's fine in any case. Others are "BSD" which shall to be > considered a compatible variant according to Rusty. Reluctant ack. (though for commit log cleanliness, the scripts and the headers should be in separate commits) -- error compiling committee.c: too many arguments to function