Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115294
b: refs/heads/master
c: bc2d429
h: refs/heads/master
v: v3
  • Loading branch information
Avi Kivity committed Oct 15, 2008
1 parent 8dddb5c commit 149cc43
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: a5e2e82b8b62acd24a44b851e6bb4fd0793ead01
refs/heads/master: bc2d429979451d69d0985c5dbdf908cace2831cc
1 change: 1 addition & 0 deletions trunk/arch/x86/kvm/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1283,6 +1283,7 @@ static int direct_map_entry(struct kvm_shadow_walk *_walk,
mmu_set_spte(vcpu, sptep, ACC_ALL, ACC_ALL,
0, walk->write, 1, &walk->pt_write,
walk->largepage, gfn, walk->pfn, false);
++vcpu->stat.pf_fixed;
return 1;
}

Expand Down

0 comments on commit 149cc43

Please sign in to comment.