From patchwork Sat Nov 10 15:45:46 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoffer Dall X-Patchwork-Id: 1724151 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 853F23FC8F for ; Sat, 10 Nov 2012 15:45:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752261Ab2KJPpt (ORCPT ); Sat, 10 Nov 2012 10:45:49 -0500 Received: from mail-wi0-f178.google.com ([209.85.212.178]:61608 "EHLO mail-wi0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752243Ab2KJPps (ORCPT ); Sat, 10 Nov 2012 10:45:48 -0500 Received: by mail-wi0-f178.google.com with SMTP id hr7so1313713wib.1 for ; Sat, 10 Nov 2012 07:45:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=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=lhGhxttvTSBDd81PTZD/qjx9DzzlS60iYmRvbdJQUdM=; b=TnL1aY7ZRhx6ytuT5VwFodGvI5U7CoAPL7ijC5hD07dFEDr3giWbPLC2l3ST4RvQhi wYbUgfCTiLfHXQLBK5NdOq7z6xFm5EIZeaFMzfAGz/noEvzzkk1nf23a9RckYnE0/7Jy NXV7qiXsf8zTIPl5E3/tGSJ8Azt0ere8+1l0as+EXezhoTAyJAY3qA8KHHbOYPvXxM4G TZt3tk3GtVuUkwuq2tnhHQnOPBv5UFrGdLVACql3C+e1G3TAKeahJo5hvkjRBiVADL1f 1v8/PjJ3gbLy/Z6VgEkKxEXMJZkzQdar1QG1YP79Howw/A5MvGkp0mXQh/IexMpO0Fhi YmfA== Received: by 10.180.14.73 with SMTP id n9mr7589971wic.15.1352562348205; Sat, 10 Nov 2012 07:45:48 -0800 (PST) Received: from [127.0.1.1] (ip1.c116.obr91.cust.comxnet.dk. [87.72.8.103]) by mx.google.com with ESMTPS id n2sm6731583wix.6.2012.11.10.07.45.46 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 10 Nov 2012 07:45:47 -0800 (PST) Subject: [PATCH v4 13/13] 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: Sat, 10 Nov 2012 16:45:46 +0100 Message-ID: <20121110154546.3061.12922.stgit@chazy-air> In-Reply-To: <20121110154358.3061.16338.stgit@chazy-air> References: <20121110154358.3061.16338.stgit@chazy-air> User-Agent: StGit/0.15 MIME-Version: 1.0 X-Gm-Message-State: ALoCoQkISv5X6M+6p6X0VoWwoKPjgG9ilyLKimDz4sPJYn2Bdytqwo44Oqa9uAKExJOYdHZ//Q6D 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 bfa3174..3c979ce 100644 --- a/arch/arm/kvm/Kconfig +++ b/arch/arm/kvm/Kconfig @@ -51,6 +51,13 @@ 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 + ---help--- + Adds support for a hardware assisted, in-kernel GIC emulation. + source drivers/virtio/Kconfig endif # VIRTUALIZATION