Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115272
b: refs/heads/master
c: 04fa4d3
h: refs/heads/master
v: v3
  • Loading branch information
Mohammed Gamal authored and Avi Kivity committed Oct 15, 2008
1 parent ec2f524 commit ef4ecf2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 648dfaa7df2d3692db4e63dcb18dccb275d9c5a7
refs/heads/master: 04fa4d32117b1a7773290fd59a97cf90cfc2a0d4
4 changes: 4 additions & 0 deletions trunk/arch/x86/kvm/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ module_param(flexpriority_enabled, bool, 0);
static int enable_ept = 1;
module_param(enable_ept, bool, 0);

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

struct vmcs {
u32 revision_id;
u32 abort;
Expand Down Expand Up @@ -86,6 +89,7 @@ struct vcpu_vmx {
} irq;
} rmode;
int vpid;
bool emulation_required;
};

static inline struct vcpu_vmx *to_vmx(struct kvm_vcpu *vcpu)
Expand Down

0 comments on commit ef4ecf2

Please sign in to comment.