Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119641
b: refs/heads/master
c: 6c47535
h: refs/heads/master
i:
  119639: 2e9ca86
v: v3
  • Loading branch information
Marcelo Tosatti authored and Avi Kivity committed Nov 26, 2008
1 parent 1639161 commit 781480f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c30f8a6c6d74f67bc2107726cc61a1e7c71e9740
refs/heads/master: 6c475352e87224a8f0b8cc6f6cc96b30563dc5b4
1 change: 1 addition & 0 deletions trunk/arch/x86/kvm/paging_tmpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ static int FNAME(shadow_walk_entry)(struct kvm_shadow_walk *_sw,
r = kvm_read_guest_atomic(vcpu->kvm, gw->pte_gpa[level - 2],
&curr_pte, sizeof(curr_pte));
if (r || curr_pte != gw->ptes[level - 2]) {
kvm_mmu_put_page(shadow_page, sptep);
kvm_release_pfn_clean(sw->pfn);
sw->sptep = NULL;
return 1;
Expand Down

0 comments on commit 781480f

Please sign in to comment.