Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146507
b: refs/heads/master
c: 736caef
h: refs/heads/master
i:
  146505: 01fcbcd
  146503: 094541c
v: v3
  • Loading branch information
Avi Kivity committed Jun 10, 2009
1 parent 0a4f718 commit b1dff67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 6062d012ed23c29672bb0f93ebcfb8e556def726
refs/heads/master: 736caefe1511d9d1116ed4ffb0ea95b7368beb1f
6 changes: 3 additions & 3 deletions trunk/arch/x86/kvm/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ static int bypass_guest_pf = 1;
module_param(bypass_guest_pf, bool, S_IRUGO);

static int enable_vpid = 1;
module_param(enable_vpid, bool, 0444);
module_param_named(vpid, enable_vpid, bool, 0444);

static int flexpriority_enabled = 1;
module_param(flexpriority_enabled, bool, S_IRUGO);
module_param_named(flexpriority, flexpriority_enabled, bool, S_IRUGO);

static int enable_ept = 1;
module_param(enable_ept, bool, S_IRUGO);
module_param_named(ept, enable_ept, bool, S_IRUGO);

static int emulate_invalid_guest_state = 0;
module_param(emulate_invalid_guest_state, bool, S_IRUGO);
Expand Down

0 comments on commit b1dff67

Please sign in to comment.