Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297123
b: refs/heads/master
c: e235885
h: refs/heads/master
i:
  297121: 962a567
  297119: 61458c0
v: v3
  • Loading branch information
Davidlohr Bueso authored and Avi Kivity committed Mar 5, 2012
1 parent 8fb2649 commit ad904f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e4b35cc960bf216548516d8e39f5e364cfbbc86b
refs/heads/master: e2358851efbcdc34583ee11971a6e4d587ea8bf9
6 changes: 4 additions & 2 deletions trunk/arch/x86/kvm/svm.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,13 @@ static bool npt_enabled = true;
#else
static bool npt_enabled;
#endif
static int npt = 1;

/* allow nested paging (virtualized MMU) for all guests */
static int npt = true;
module_param(npt, int, S_IRUGO);

static int nested = 1;
/* allow nested virtualization in KVM/SVM */
static int nested = true;
module_param(nested, int, S_IRUGO);

static void svm_flush_tlb(struct kvm_vcpu *vcpu);
Expand Down

0 comments on commit ad904f5

Please sign in to comment.