Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119639
b: refs/heads/master
c: 0c0f40b
h: refs/heads/master
i:
  119637: e82084a
  119635: ae2e345
  119631: e8a98b3
v: v3
  • Loading branch information
Marcelo Tosatti authored and Avi Kivity committed Nov 23, 2008
1 parent 2a0c48e commit 2e9ca86
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: ce50b91d0f7b0b90e3960a6f306b4027378c7c27
refs/heads/master: 0c0f40bdbe4ddb48ebecfb5c2b56eeb175a57c45
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1038,13 +1038,13 @@ static int kvm_sync_page(struct kvm_vcpu *vcpu, struct kvm_mmu_page *sp)
}

rmap_write_protect(vcpu->kvm, sp->gfn);
kvm_unlink_unsync_page(vcpu->kvm, sp);
if (vcpu->arch.mmu.sync_page(vcpu, sp)) {
kvm_mmu_zap_page(vcpu->kvm, sp);
return 1;
}

kvm_mmu_flush_tlb(vcpu);
kvm_unlink_unsync_page(vcpu->kvm, sp);
return 0;
}

Expand Down

0 comments on commit 2e9ca86

Please sign in to comment.