Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146508
b: refs/heads/master
c: 4462d21
h: refs/heads/master
v: v3
  • Loading branch information
Avi Kivity committed Jun 10, 2009
1 parent b1dff67 commit b2de79a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 736caefe1511d9d1116ed4ffb0ea95b7368beb1f
refs/heads/master: 4462d21a615dfd0c0f672c10832a011d6f280d5a
10 changes: 5 additions & 5 deletions trunk/arch/x86/kvm/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@
MODULE_AUTHOR("Qumranet");
MODULE_LICENSE("GPL");

static int bypass_guest_pf = 1;
static int __read_mostly bypass_guest_pf = 1;
module_param(bypass_guest_pf, bool, S_IRUGO);

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

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

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

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

struct vmcs {
Expand Down

0 comments on commit b2de79a

Please sign in to comment.