From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M0ddW-0001Ot-5k for qemu-devel@nongnu.org; Sun, 03 May 2009 11:29:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M0ddQ-0001Nk-LV for qemu-devel@nongnu.org; Sun, 03 May 2009 11:29:48 -0400 Received: from [199.232.76.173] (port=57412 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M0ddQ-0001Nh-Ez for qemu-devel@nongnu.org; Sun, 03 May 2009 11:29:44 -0400 Received: from mx2.redhat.com ([66.187.237.31]:44098) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M0ddP-0002Cc-VE for qemu-devel@nongnu.org; Sun, 03 May 2009 11:29:44 -0400 Message-ID: <49FDB862.4040605@redhat.com> Date: Sun, 03 May 2009 18:29:38 +0300 From: Avi Kivity MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Import KVM headers including Makefile and import script References: <1241298173-20668-1-git-send-email-aliguori@us.ibm.com> In-Reply-To: <1241298173-20668-1-git-send-email-aliguori@us.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Hollis Blanchard Anthony Liguori wrote: > These are the headers from Linux 2.6.29 that have been modified to work under > QEMU. This includes the necessary scripts to generate the headers from the > original Linux source tree. > > Signed-off-by: Anthony Liguori > --- > configure | 7 +- > include/HEAD | 1 + > include/Makefile | 26 ++ > include/README | 6 + > include/asm-powerpc/kvm.h | 55 ++++ > include/asm-powerpc/kvm_para.h | 37 +++ > include/asm-x86/kvm.h | 218 ++++++++++++++++ > include/asm-x86/kvm_para.h | 147 +++++++++++ > include/fixup.sed | 11 + > include/linux/kvm.h | 533 ++++++++++++++++++++++++++++++++++++++++ > include/linux/kvm_para.h | 44 ++++ > Another comment: let's add this as two separate commits, one for the configure/Makefile and one for the actual headers. The headers are generated files, after all, so we should follow the procedures we use for other generated files like the bios. It also makes the first commit easy to cherry-pick across branches and repositories. -- error compiling committee.c: too many arguments to function