Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315895
b: refs/heads/master
c: a27685c
h: refs/heads/master
i:
  315893: 961bf69
  315891: 20ce706
  315887: 77beab0
v: v3
  • Loading branch information
Avi Kivity committed Jul 9, 2012
1 parent 0d854b5 commit 4e0ddfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 80890006167ec3e570bfd7cee7a05db17d339726
refs/heads/master: a27685c33acccce91268ddef88d7896e3205fda5
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ module_param_named(unrestricted_guest,
static bool __read_mostly enable_ept_ad_bits = 1;
module_param_named(eptad, enable_ept_ad_bits, bool, S_IRUGO);

static bool __read_mostly emulate_invalid_guest_state = 0;
static bool __read_mostly emulate_invalid_guest_state = true;
module_param(emulate_invalid_guest_state, bool, S_IRUGO);

static bool __read_mostly vmm_exclusive = 1;
Expand Down

0 comments on commit 4e0ddfe

Please sign in to comment.