Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1554106

[RFC 02/55] KVM: arm64: Add nesting config option

Path csiph.com!news.redatomik.org!aioe.org!bofh.it!news.nic.it!robomod
From Jintack Lim <jintack@cs.columbia.edu>
Newsgroups linux.kernel
Subject [RFC 02/55] KVM: arm64: Add nesting config option
Date Mon, 09 Jan 2017 07:50:01 +0100
Message-ID <sXBWh-CV-3@gated-at.bofh.it> (permalink)
References <sXBCV-wl-3@gated-at.bofh.it>
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=bH8U+aKhwA1fH62Gimwuyq4BxxeHy9XFKgR3ASywMQ8=; b=YRI1/KOBZNggcqzozjMz2im+/kw8y97u//sUiBOU354hw14aQsBnEiQgt8w2sw1DEI GPPzUD75w2VQsEQh8JEIt2ochKGbX7psUF40OY1g8vjmGqeXY9gS4ebIWUpIVPhsYDGF 5Ckgc6jo7YMjo1ggq/KmBxm05eYxcDsjwCTa9jwPA3qgYbXNFcMzxrUgCOv1UYABSmlU 7KT47Z8FWJ30eWPApZeOK5LD5ltSL2BwmYfBR24LYU5ESdau9QznlDuBQzrUFocZ43sR eM3C8fTU1zOKTbUEH+y30iVT04gIRB5e75+dM/QRtcS2/Ebt010hf3VbxVrSpyntnrwy VPnA==
X-Gm-Message-State AIkVDXJ+TMSSRLo+TQmaBhrkeHJ0u6jRzUu+4NCW6yZ/nrr7cQk1uLltgVXeljV2VlpHxYwILs4nWX21LVxkW4aUjTjmnI8zBW/KM+I9FBAj2dOZzUAV505cbODAgHNYBR/SP0AVbZAbkFGLl8S6i2J2KLE=
X-Received by 10.200.33.244 with SMTP id 49mr81158928qtz.70.1483943133382; Sun, 08 Jan 2017 22:25:33 -0800 (PST)
X-Received by 10.200.33.244 with SMTP id 49mr81158899qtz.70.1483943133224; Sun, 08 Jan 2017 22:25:33 -0800 (PST)
X-Mailer git-send-email 1.9.1
X-No-Spam-Score Local
X-Scanned-By MIMEDefang 2.78 on 128.59.72.16
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 29
Organization linux.* mail to news gateway
X-Original-Cc jintack@cs.columbia.edu
X-Original-Date Mon, 9 Jan 2017 01:23:58 -0500
X-Original-Message-ID <1483943091-1364-3-git-send-email-jintack@cs.columbia.edu>
X-Original-References <1483943091-1364-1-git-send-email-jintack@cs.columbia.edu>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1554106

Show key headers only | View raw


From: Christoffer Dall <christoffer.dall@linaro.org>

Add an option that allows nested hypervisor support.

Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Jintack Lim <jintack@cs.columbia.edu>
---
 arch/arm64/kvm/Kconfig | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm64/kvm/Kconfig b/arch/arm64/kvm/Kconfig
index 6eaf12c..37263ff 100644
--- a/arch/arm64/kvm/Kconfig
+++ b/arch/arm64/kvm/Kconfig
@@ -57,6 +57,12 @@ config KVM_ARM_PMU
 	  Adds support for a virtual Performance Monitoring Unit (PMU) in
 	  virtual machines.
 
+config KVM_ARM_NESTED_HYP
+	bool "Nested Virtualization"
+	depends on KVM
+	---help---
+	  Support nested hypervisors in VMs.
+
 source drivers/vhost/Kconfig
 
 endif # VIRTUALIZATION
-- 
1.9.1

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[RFC 02/55] KVM: arm64: Add nesting config option Jintack Lim <jintack@cs.columbia.edu> - 2017-01-09 07:50 +0100

csiph-web