From patchwork Fri Jun 5 13:35:29 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gregory Haskins X-Patchwork-Id: 28224 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n55DZvep017833 for ; Fri, 5 Jun 2009 13:35:58 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752513AbZFENfj (ORCPT ); Fri, 5 Jun 2009 09:35:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752485AbZFENfj (ORCPT ); Fri, 5 Jun 2009 09:35:39 -0400 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 Received: from dev.haskins.net (prv-ext-foundry1.gns.novell.com [137.65.251.240]) by victor.provo.novell.com with ESMTP (TLS encrypted); Fri, 05 Jun 2009 07:35:31 -0600 Received: from dev.haskins.net (localhost [127.0.0.1]) by dev.haskins.net (Postfix) with ESMTP id ACF55464244; Fri, 5 Jun 2009 09:35:29 -0400 (EDT) From: Gregory Haskins Subject: [PATCH] kvm: make sure we select EVENTFD for any arch that declares HAVE_KVM_EVENTFD To: avi@redhat.com Cc: kvm@vger.kernel.org Date: Fri, 05 Jun 2009 09:35:29 -0400 Message-ID: <20090605133529.30444.74367.stgit@dev.haskins.net> In-Reply-To: <4A291580.90305@novell.com> References: <4A291580.90305@novell.com> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org 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(-) -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html 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