From patchwork Sat Sep 15 15:38:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoffer Dall X-Patchwork-Id: 1462041 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 4486F3FC33 for ; Sat, 15 Sep 2012 15:38:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754440Ab2IOPin (ORCPT ); Sat, 15 Sep 2012 11:38:43 -0400 Received: from mail-qc0-f174.google.com ([209.85.216.174]:39118 "EHLO mail-qc0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754427Ab2IOPil (ORCPT ); Sat, 15 Sep 2012 11:38:41 -0400 Received: by qcro28 with SMTP id o28so3527231qcr.19 for ; Sat, 15 Sep 2012 08:38:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=subject:to:from:date:message-id:in-reply-to:references:user-agent :mime-version:content-type:content-transfer-encoding :x-gm-message-state; bh=n+8890v4BBDhEMbKRdb083EtfkTlZdmMzcjowuvwVJA=; b=XZnueZQVSUqCirgmHUlVf55vZZojUictc8FHCbkgznD+2AVf49dTPYJ7BxnrXkqfps 2Xa748U1FPhMcYIkPLoZZTTl7vq233xrDCFW0fLHehS9zeS5MxEkMRmhlKgS3CzZT5UH DRZ1RWxmdZJrY4dMeZj9CPPzkF5ZsoVQ4wyhIGbXF6BTZn/O5nces7CnYbFg6xRNYHJT RxX+TjCS98NVI2tUBEwtkygZTs77UDfLJt3ek5KlIgsYbMuFRDYIffoWvfH7qCxesCvA ABjieJ92VuIgG6XV4XJHgDcvoOWp7JbaoV2tD2dHyyYbFu9CYYLMwCqamJpEX3HqzRT5 6chA== Received: by 10.224.173.84 with SMTP id o20mr15464304qaz.3.1347723521287; Sat, 15 Sep 2012 08:38:41 -0700 (PDT) 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 r6sm7010639qaa.10.2012.09.15.08.38.40 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 15 Sep 2012 08:38:40 -0700 (PDT) Subject: [PATCH 10/10] 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 Date: Sat, 15 Sep 2012 11:38:39 -0400 Message-ID: <20120915153839.21545.51624.stgit@ubuntu> In-Reply-To: <20120915153657.21545.3972.stgit@ubuntu> References: <20120915153657.21545.3972.stgit@ubuntu> User-Agent: StGit/0.15 MIME-Version: 1.0 X-Gm-Message-State: ALoCoQkbOlfOMQK6wswxlCkHogA2zx9M2scFLhQpBoXO2o/9Qq1fY4Tnn34a/PAcE3LKynyKv0/O 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 | 7 +++++++ 1 file changed, 7 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 47c5500..867551e 100644 --- a/arch/arm/kvm/Kconfig +++ b/arch/arm/kvm/Kconfig @@ -40,6 +40,13 @@ config KVM_ARM_HOST ---help--- Provides host support for ARM processors. +config KVM_ARM_VGIC + bool "KVM support for Virtual GIC" + depends on KVM_ARM_HOST && OF + select HAVE_KVM_IRQCHIP + ---help--- + Adds support for a hardware assisted, in-kernel GIC emulation. + source drivers/virtio/Kconfig endif # VIRTUALIZATION