diff options
author | Sasha Levin <levinsasha928@gmail.com> | 2011-08-09 07:28:35 -0400 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2011-09-25 12:18:02 -0400 |
commit | e1a72ae287f3ea4fea63b6f14a662a15e8c11960 (patch) | |
tree | e5570e4bc725ad4161ee2925882b14fa6c266b13 /Documentation | |
parent | cd46868c7f088baaaba8f81251c5929f6002d050 (diff) |
KVM: nVMX: Document 'nested' parameter
Add documentation of the new 'nested' parameter to
'Documentation/kernel-parameters.txt'.
Cc: Avi Kivity <avi@redhat.com>
Cc: Marcelo Tosatti <mtosatti@redhat.com>
Cc: Nadav Har'El <nyh@il.ibm.com>
Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 854ed5ca7e3f..4711a885d5f3 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1181,6 +1181,10 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
1181 | [KVM,Intel] Disable FlexPriority feature (TPR shadow). | 1181 | [KVM,Intel] Disable FlexPriority feature (TPR shadow). |
1182 | Default is 1 (enabled) | 1182 | Default is 1 (enabled) |
1183 | 1183 | ||
1184 | kvm-intel.nested= | ||
1185 | [KVM,Intel] Enable VMX nesting (nVMX). | ||
1186 | Default is 0 (disabled) | ||
1187 | |||
1184 | kvm-intel.unrestricted_guest= | 1188 | kvm-intel.unrestricted_guest= |
1185 | [KVM,Intel] Disable unrestricted guest feature | 1189 | [KVM,Intel] Disable unrestricted guest feature |
1186 | (virtualized real and unpaged mode) on capable | 1190 | (virtualized real and unpaged mode) on capable |