diff options
author | Gleb Natapov <gleb@redhat.com> | 2010-10-14 05:22:51 -0400 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2011-01-12 04:23:14 -0500 |
commit | fd10cde9294f73eeccbc16f3fec1ae6cde7b800c (patch) | |
tree | 6d49e440289c783ff1d5c635c57acd07a6b9c147 /Documentation/kernel-parameters.txt | |
parent | 344d9588a9df06182684168be4f1408b55c7da3e (diff) |
KVM paravirt: Add async PF initialization to PV guest.
Enable async PF in a guest if async PF capability is discovered.
Acked-by: Rik van Riel <riel@redhat.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 8b61c9360999..369580da1953 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1707,6 +1707,9 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1707 | 1707 | ||
1708 | no-kvmclock [X86,KVM] Disable paravirtualized KVM clock driver | 1708 | no-kvmclock [X86,KVM] Disable paravirtualized KVM clock driver |
1709 | 1709 | ||
1710 | no-kvmapf [X86,KVM] Disable paravirtualized asynchronous page | ||
1711 | fault handling. | ||
1712 | |||
1710 | nolapic [X86-32,APIC] Do not enable or use the local APIC. | 1713 | nolapic [X86-32,APIC] Do not enable or use the local APIC. |
1711 | 1714 | ||
1712 | nolapic_timer [X86-32,APIC] Do not use the local APIC timer. | 1715 | nolapic_timer [X86-32,APIC] Do not use the local APIC timer. |