Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329909
b: refs/heads/master
c: 7de5bdc
h: refs/heads/master
i:
  329907: ce257bd
v: v3
  • Loading branch information
Xiao Guangrong authored and Avi Kivity committed Sep 10, 2012
1 parent 29745de commit 1f13683
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 92b5265d38f6a4d33e9d43974f176f18547687d6
refs/heads/master: 7de5bdc96c372ab875408c86e0099958dba89f56
5 changes: 0 additions & 5 deletions trunk/arch/x86/kvm/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -2616,11 +2616,6 @@ static int __direct_map(struct kvm_vcpu *vcpu, gpa_t v, int write,
sp = kvm_mmu_get_page(vcpu, pseudo_gfn, iterator.addr,
iterator.level - 1,
1, ACC_ALL, iterator.sptep);
if (!sp) {
pgprintk("nonpaging_map: ENOMEM\n");
kvm_release_pfn_clean(pfn);
return -ENOMEM;
}

mmu_spte_set(iterator.sptep,
__pa(sp->spt)
Expand Down

0 comments on commit 1f13683

Please sign in to comment.