aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index aa47be71df4c..40cc653984ee 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1159,10 +1159,6 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
1159 for all guests. 1159 for all guests.
1160 Default is 1 (enabled) if in 64bit or 32bit-PAE mode 1160 Default is 1 (enabled) if in 64bit or 32bit-PAE mode
1161 1161
1162 kvm-intel.bypass_guest_pf=
1163 [KVM,Intel] Disables bypassing of guest page faults
1164 on Intel chips. Default is 1 (enabled)
1165
1166 kvm-intel.ept= [KVM,Intel] Disable extended page tables 1162 kvm-intel.ept= [KVM,Intel] Disable extended page tables
1167 (virtualized MMU) support on capable Intel chips. 1163 (virtualized MMU) support on capable Intel chips.
1168 Default is 1 (enabled) 1164 Default is 1 (enabled)
@@ -1737,6 +1733,10 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
1737 no-kvmapf [X86,KVM] Disable paravirtualized asynchronous page 1733 no-kvmapf [X86,KVM] Disable paravirtualized asynchronous page
1738 fault handling. 1734 fault handling.
1739 1735
1736 no-steal-acc [X86,KVM] Disable paravirtualized steal time accounting.
1737 steal time is computed, but won't influence scheduler
1738 behaviour
1739
1740 nolapic [X86-32,APIC] Do not enable or use the local APIC. 1740 nolapic [X86-32,APIC] Do not enable or use the local APIC.
1741 1741
1742 nolapic_timer [X86-32,APIC] Do not use the local APIC timer. 1742 nolapic_timer [X86-32,APIC] Do not use the local APIC timer.