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


Groups > linux.kernel > #1554106 > unrolled thread

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

Started byJintack Lim <jintack@cs.columbia.edu>
First post2017-01-09 07:50 +0100
Last post2017-01-09 07:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

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

FromJintack Lim <jintack@cs.columbia.edu>
Date2017-01-09 07:50 +0100
Subject[RFC 02/55] KVM: arm64: Add nesting config option
Message-ID<sXBWh-CV-3@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web