diff options
author | Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> | 2010-09-20 22:17:48 +0800 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2010-10-24 10:52:58 +0200 |
commit | a182d8737f0bdfb684b3255c8e266e71999e2225 (patch) | |
tree | 90c4b4bb39b49ae6124f582534c97cd7dcb8bafc /Documentation/kernel-parameters.txt | |
parent | 8475f94abfa40d6975923ff022280cf7250fc5fb (diff) | |
download | talos-obmc-linux-a182d8737f0bdfb684b3255c8e266e71999e2225.tar.gz talos-obmc-linux-a182d8737f0bdfb684b3255c8e266e71999e2225.zip |
KVM: document 'kvm.mmu_audit' parameter
Document this parameter into Documentation/kernel-parameters.txt
Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-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 3170edbf1924..8dc254829482 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -1126,6 +1126,10 @@ and is between 256 and 4096 characters. It is defined in the file kvm.oos_shadow= [KVM] Disable out-of-sync shadow paging. Default is 1 (enabled) + kvm.mmu_audit= [KVM] This is a R/W parameter which allows audit + KVM MMU at runtime. + Default is 0 (off) + kvm-amd.nested= [KVM,AMD] Allow nested virtualization in KVM/SVM. Default is 1 (enabled) |