Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106531
b: refs/heads/master
c: 5ec5726
h: refs/heads/master
i:
  106529: 3826042
  106527: 3687938
v: v3
  • Loading branch information
Sheng Yang authored and Avi Kivity committed Jul 27, 2008
1 parent b1565e8 commit 59b632f
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: c93cd3a58845012df2d658fecd0ac99f7008d753
refs/heads/master: 5ec5726a16245138f5d5305b00a752acb5730076
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -3305,7 +3305,7 @@ static int __init vmx_init(void)
vmx_disable_intercept_for_msr(vmx_msr_bitmap, MSR_IA32_SYSENTER_ESP);
vmx_disable_intercept_for_msr(vmx_msr_bitmap, MSR_IA32_SYSENTER_EIP);

if (cpu_has_vmx_ept())
if (vm_need_ept())
bypass_guest_pf = 0;

if (bypass_guest_pf)
Expand Down

0 comments on commit 59b632f

Please sign in to comment.