From patchwork Tue Jan 8 18:42:45 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoffer Dall X-Patchwork-Id: 1947361 Return-Path: X-Original-To: patchwork-kvm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id D54213FED4 for ; Tue, 8 Jan 2013 18:42:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757158Ab3AHSms (ORCPT ); Tue, 8 Jan 2013 13:42:48 -0500 Received: from mail-vc0-f174.google.com ([209.85.220.174]:58166 "EHLO mail-vc0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756933Ab3AHSmr (ORCPT ); Tue, 8 Jan 2013 13:42:47 -0500 Received: by mail-vc0-f174.google.com with SMTP id d16so736010vcd.33 for ; Tue, 08 Jan 2013 10:42:46 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:subject:to:from:cc:date:message-id:in-reply-to :references:user-agent:mime-version:content-type :content-transfer-encoding:x-gm-message-state; bh=t7jJdpBjBQeQpFxENZdcQSQ4K7mdk7tOuVjqHKCsU0E=; b=MRky/my1vySmPdKCDB+F17M8FfCrI8vdnrxj+ppcuEMRTTNC7LB9zWuYsc7HdPW5s3 vs+vaOk+S6hV2hKtLUmsjG3bdAV10a5tB1aCHky9NFiijQxQuzWpWoxxbt9qm5TDsNLP fj8hTCNJ9HMEhfRJnlzAh/8BLtljPFfqxAmUJt3Px9A0o/JU7e2OFV6ydS82+e0X1Lih VF6mUMAI+TJexAWIsfJsSdRu9MS/VTRl0TFvXd5cuKqzn6FT/BcSKR55079ax1CfwvjI YfNFXmhyfa5MqWrE3U639WwiNa77NhhKft/uZClSlc7WnvE62iFNOl6ZS6p52OyLE6Pu AClw== X-Received: by 10.52.17.208 with SMTP id q16mr76492906vdd.46.1357670566676; Tue, 08 Jan 2013 10:42:46 -0800 (PST) Received: from [127.0.1.1] (pool-72-80-83-148.nycmny.fios.verizon.net. [72.80.83.148]) by mx.google.com with ESMTPS id g5sm50837696vez.6.2013.01.08.10.42.45 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 08 Jan 2013 10:42:46 -0800 (PST) Subject: [PATCH v5 12/12] ARM: KVM: Add VGIC configuration option To: kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu From: Christoffer Dall Cc: Marc Zyngier Date: Tue, 08 Jan 2013 13:42:45 -0500 Message-ID: <20130108184245.46558.83229.stgit@ubuntu> In-Reply-To: <20130108184116.46558.3558.stgit@ubuntu> References: <20130108184116.46558.3558.stgit@ubuntu> User-Agent: StGit/0.15 MIME-Version: 1.0 X-Gm-Message-State: ALoCoQl0lHcsWFSAi9CdNd0YSaYYA6TS0WoyR4j8Tv5sm/IBFil65QRI+Dc7AZ0xy6EXLR7LVuer Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org From: Marc Zyngier It is now possible to select the VGIC configuration option. Signed-off-by: Marc Zyngier Signed-off-by: Christoffer Dall --- arch/arm/kvm/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) -- 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/arch/arm/kvm/Kconfig b/arch/arm/kvm/Kconfig index 05227cb..d32e33f 100644 --- a/arch/arm/kvm/Kconfig +++ b/arch/arm/kvm/Kconfig @@ -51,6 +51,14 @@ config KVM_ARM_MAX_VCPUS large, so only choose a reasonable number that you expect to actually use. +config KVM_ARM_VGIC + bool "KVM support for Virtual GIC" + depends on KVM_ARM_HOST && OF + select HAVE_KVM_IRQCHIP + default y + ---help--- + Adds support for a hardware assisted, in-kernel GIC emulation. + source drivers/virtio/Kconfig endif # VIRTUALIZATION