Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356923
b: refs/heads/master
c: cbd29cb
h: refs/heads/master
i:
  356921: 3430e48
  356919: 72b8582
v: v3
  • Loading branch information
Jan Kiszka authored and Gleb Natapov committed Feb 14, 2013
1 parent d1d04f4 commit fb7a7d9
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: f583c29b7913fa32b0b1b7f43038d6a7d9f71b6f
refs/heads/master: cbd29cb6e38af6119df2cdac0c58acf0e85c177e
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -5920,7 +5920,7 @@ static bool nested_vmx_exit_handled_msr(struct kvm_vcpu *vcpu,
u32 msr_index = vcpu->arch.regs[VCPU_REGS_RCX];
gpa_t bitmap;

if (!nested_cpu_has(get_vmcs12(vcpu), CPU_BASED_USE_MSR_BITMAPS))
if (!nested_cpu_has(vmcs12, CPU_BASED_USE_MSR_BITMAPS))
return 1;

/*
Expand Down

0 comments on commit fb7a7d9

Please sign in to comment.