From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH] kvm-kmod: x86: Define CONFIG_HAVE_KVM_EVENTFD when missing Date: Sun, 24 May 2009 11:23:50 +0300 Message-ID: <4A190416.5020501@redhat.com> References: <4A17052E.9030302@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm-devel To: Jan Kiszka Return-path: Received: from mx2.redhat.com ([66.187.237.31]:54681 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750838AbZEXIXv (ORCPT ); Sun, 24 May 2009 04:23:51 -0400 In-Reply-To: <4A17052E.9030302@web.de> Sender: kvm-owner@vger.kernel.org List-ID: Jan Kiszka wrote: > Signed-off-by: Jan Kiszka > --- > > x86/external-module-compat.h | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/x86/external-module-compat.h b/x86/external-module-compat.h > index a9476ff..d74aaaa 100644 > --- a/x86/external-module-compat.h > +++ b/x86/external-module-compat.h > @@ -531,3 +531,7 @@ typedef u64 phys_addr_t; > #ifndef CONFIG_HAVE_KVM_IRQCHIP > #define CONFIG_HAVE_KVM_IRQCHIP 1 > #endif > + > +#ifndef CONFIG_HAVE_KVM_EVENTFD > +#define CONFIG_HAVE_KVM_EVENTFD 1 > +#endif > I already have this, just forgot to push. Sorry. (a good thing anyway since I forgot the #ifndef) -- error compiling committee.c: too many arguments to function