From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [kvm-devel] [PATCH 20/52] KVM: Add missing #include Date: Sun, 06 Jan 2008 11:09:48 +0200 Message-ID: <47809ADC.2010403@qumranet.com> References: <1198998638-22713-1-git-send-email-avi@qumranet.com> <1198998638-22713-21-git-send-email-avi@qumranet.com> <20080103181448.GB7141@does.not.exist> 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 To: Adrian Bunk Return-path: In-Reply-To: <20080103181448.GB7141@does.not.exist> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Adrian Bunk wrote: > On Sun, Dec 30, 2007 at 09:10:06AM +0200, Avi Kivity wrote: > >> Needed for empty_zero_page. >> >> Signed-off-by: Avi Kivity >> --- >> drivers/kvm/kvm_main.c | 1 + >> 1 files changed, 1 insertions(+), 0 deletions(-) >> >> diff --git a/drivers/kvm/kvm_main.c b/drivers/kvm/kvm_main.c >> index 469e6b4..d6c5191 100644 >> --- a/drivers/kvm/kvm_main.c >> +++ b/drivers/kvm/kvm_main.c >> @@ -46,6 +46,7 @@ >> #include >> #include >> #include >> +#include >> >> MODULE_AUTHOR("Qumranet"); >> MODULE_LICENSE("GPL"); >> > > Can you merge this patch into the previous one for the final submission? > > For being able to bisect (which has proven to be a very valuable help) > we aim at having the tree between any two commits both compiling and > working. > Certainly, I'll do that. -- error compiling committee.c: too many arguments to function