From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gregory Haskins Subject: [PATCH] kvm: make sure we select EVENTFD for any arch that declares HAVE_KVM_EVENTFD Date: Fri, 05 Jun 2009 09:35:29 -0400 Message-ID: <20090605133529.30444.74367.stgit@dev.haskins.net> References: <4A291580.90305@novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: avi@redhat.com Return-path: Received: from victor.provo.novell.com ([137.65.250.26]:58131 "EHLO victor.provo.novell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751088AbZFENfi (ORCPT ); Fri, 5 Jun 2009 09:35:38 -0400 In-Reply-To: <4A291580.90305@novell.com> Sender: kvm-owner@vger.kernel.org List-ID: http://lkml.org/lkml/2009/6/5/277 (It is unclear what action, if any, we also may need to address kvm-kmod for kernels prior to eventfd support (2.6.22ish)) Signed-off-by: Gregory Haskins --- virt/kvm/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/virt/kvm/Kconfig b/virt/kvm/Kconfig index b166f30..56c6848 100644 --- a/virt/kvm/Kconfig +++ b/virt/kvm/Kconfig @@ -8,3 +8,4 @@ config HAVE_KVM_IRQCHIP config HAVE_KVM_EVENTFD bool + select EVENTFD