Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373027
b: refs/heads/master
c: a63cb56
h: refs/heads/master
i:
  373025: 67f3e5e
  373023: 1203115
v: v3
  • Loading branch information
Jan Kiszka authored and Gleb Natapov committed Apr 8, 2013
1 parent b6b1f9e commit 033ca4a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 458f212e36b291067b74c0cac2bdcf8278817ee7
refs/heads/master: a63cb56061239372fce2452dbedd35c95bd665aa
3 changes: 2 additions & 1 deletion trunk/arch/x86/kvm/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -6785,10 +6785,11 @@ static struct kvm_vcpu *vmx_create_vcpu(struct kvm *kvm, unsigned int id)
put_cpu();
if (err)
goto free_vmcs;
if (vm_need_virtualize_apic_accesses(kvm))
if (vm_need_virtualize_apic_accesses(kvm)) {
err = alloc_apic_access_page(kvm);
if (err)
goto free_vmcs;
}

if (enable_ept) {
if (!kvm->arch.ept_identity_map_addr)
Expand Down

0 comments on commit 033ca4a

Please sign in to comment.