]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
KVM: SVM: add module parameter to disable Nested Paging
authorJoerg Roedel <joerg.roedel@amd.com>
Thu, 7 Feb 2008 12:47:40 +0000 (13:47 +0100)
committerAvi Kivity <avi@qumranet.com>
Sun, 27 Apr 2008 08:53:19 +0000 (11:53 +0300)
commit6c7dac72d5c7dc0e09512dce865398167be9a8f7
tree2c10ebc4871ce0a688f139dbb4c6e81a45cc4286
parente3da3acdb32c1804a5c853feebcc037b7434076f
KVM: SVM: add module parameter to disable Nested Paging

To disable the use of the Nested Paging feature even if it is available in
hardware this patch adds a module parameter. Nested Paging can be disabled by
passing npt=0 to the kvm_amd module.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
arch/x86/kvm/svm.c