Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80689
b: refs/heads/master
c: b733bfb
h: refs/heads/master
i:
  80687: e7e657e
v: v3
  • Loading branch information
Avi Kivity committed Jan 30, 2008
1 parent 59ea6b4 commit ba9e20b
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: 3067714cf59bd4a6dbf788b709485bc62c1ff845
refs/heads/master: b733bfb524af69612f85c36a511f0109c5e3fe8d
4 changes: 4 additions & 0 deletions trunk/drivers/kvm/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1362,6 +1362,10 @@ int kvm_mmu_page_fault(struct kvm_vcpu *vcpu, gva_t cr2, u32 error_code)
goto out;
}

r = mmu_topup_memory_caches(vcpu);
if (r)
goto out;

er = emulate_instruction(vcpu, vcpu->run, cr2, error_code, 0);
mutex_unlock(&vcpu->kvm->lock);

Expand Down

0 comments on commit ba9e20b

Please sign in to comment.